Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28789

Modified Files:
        cvs-fast-export.info 
Log Message:
Patch a couple of option parsing bugs in main.c.

Index: cvs-fast-export.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/cvs-fast-export.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cvs-fast-export.info        22 Jan 2013 00:17:59 -0000      1.1
+++ cvs-fast-export.info        23 Jan 2013 18:39:40 -0000      1.2
@@ -1,6 +1,6 @@
 Package: cvs-fast-export
 Version: 0.3
-Revision: 1
+Revision: 2
 Description: Export CVS to fast-import stream
 DescDetail: <<
 Export an RCS or CVS history as a fast-import stream. This program
@@ -19,7 +19,12 @@
 Source-MD5: 5c5b93821c629ad3afd4e8eb13e7f32c
 
 # Bug in Makefile; 'all' isn't defined.
-PatchScript: perl -pi -e 's/ all/ cvs-fast-export/' Makefile
+# Bugs in main.c; '-k' got left out of options and '-r' shouldn't take an 
argument.
+PatchScript: <<
+       perl -pi -e 's/ all/ cvs-fast-export/' Makefile
+       perl -pi -e 's/grvA/gkrvA/' main.c
+       perl -pi -e "s/1, 0, 'r'/0, 0, 'r'/" main.c
+<<
 
 # These are needed to build the manpage.
 BuildDepends: <<


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to