[packages/php-pecl-bbcode] do not expand $Id keywords

glen glen at pld-linux.org
Fri Aug 3 11:19:47 CEST 2012


commit 2638936a6784d4d8a2469c8ef8526e2479ca2a5e
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Aug 3 12:18:51 2012 +0300

    do not expand $Id keywords
    
    those got expanded yet again with cvs2git migration
    
    i.e they were off in cvs:
    http://cvs.pld-linux.org/cgi-bin/viewvc.cgi/cvs/packages/php-pecl-bbcode/cvs2svn.patch?annotate=1.1
    
    but on in git:
    http://git.pld-linux.org/?p=packages/php-pecl-bbcode.git;a=blob;f=cvs2svn.patch;h=69a03995483637225e98ceb44cc013c142e730de;hb=b13b3fb6da0dd7815b07158aa8a738bf791472f5

 cvs2svn.patch | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/cvs2svn.patch b/cvs2svn.patch
index 69a0399..2a5bf94 100644
--- a/cvs2svn.patch
+++ b/cvs2svn.patch
@@ -1,21 +1,21 @@
---- php-pecl-bbcode-1.1.0/php_bbcode.h~	2010-06-03 19:56:11.000000000 +0300
-+++ php-pecl-bbcode-1.1.0/php_bbcode.h	2010-06-03 19:57:05.469721645 +0300
+--- php-pecl-bbcode-1.1.0/php_bbcode.h~	2012-08-03 12:14:37.000000000 +0300
++++ php-pecl-bbcode-1.1.0/php_bbcode.h	2012-08-03 12:15:08.622180039 +0300
 @@ -15,7 +15,7 @@
    | Author: Xavier De Cock <void at php.net>                                |
    +----------------------------------------------------------------------+
  
--  $Id$ 
+-  $Id: php_bbcode.h,v 1.12 2008/08/18 14:07:08 tony2001 Exp $ 
 +  $Id$ 
  */
  #ifndef PHP_BBCODE_H
  #define PHP_BBCODE_H 1
---- php-pecl-bbcode-1.1.0/php_bbcode.c~	2010-06-03 19:56:11.000000000 +0300
-+++ php-pecl-bbcode-1.1.0/php_bbcode.c	2010-06-03 19:57:26.069095059 +0300
+--- php-pecl-bbcode-1.1.0/php_bbcode.c~	2012-08-03 12:16:04.000000000 +0300
++++ php-pecl-bbcode-1.1.0/php_bbcode.c	2012-08-03 12:16:18.432092927 +0300
 @@ -15,7 +15,7 @@
    | Author: Xavier De Cock <void at php.net>                                |
    +----------------------------------------------------------------------+
  
--  $Id$ 
+-  $Id: php_bbcode.c,v 1.25 2008/08/18 18:21:04 void Exp $ 
 +  $Id$ 
  */
  #ifdef HAVE_CONFIG_H


More information about the pld-cvs-commit mailing list