[csw-devel] SF.net SVN: gar:[19900] csw/mgar/pkg/php5/trunk

wilbury at users.sourceforge.net wilbury at users.sourceforge.net
Mon Dec 17 14:46:56 CET 2012


Revision: 19900
          http://gar.svn.sourceforge.net/gar/?rev=19900&view=rev
Author:   wilbury
Date:     2012-12-17 13:46:56 +0000 (Mon, 17 Dec 2012)
Log Message:
-----------
php5/trunk: Version bump, minor recipe tweak.

Modified Paths:
--------------
    csw/mgar/pkg/php5/trunk/Makefile
    csw/mgar/pkg/php5/trunk/checksums

Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile	2012-12-17 13:21:11 UTC (rev 19899)
+++ csw/mgar/pkg/php5/trunk/Makefile	2012-12-17 13:46:56 UTC (rev 19900)
@@ -1,5 +1,5 @@
 NAME     = php5
-VERSION  = 5.3.18
+VERSION  = 5.3.19
 GARTYPE = v2
 SF_PROJECT  = $(shell echo $(NAME) | sed -e 's/[0-9]//g')
 DISTNAME    = $(SF_PROJECT)-$(VERSION)
@@ -334,14 +334,14 @@
 # they're using git now and ship a .gitignore that excludes aclocal.m4
 # that broke one of our patches so we'll nuke .gitignore before we patch
 pre-patch-modulated:
-	@(cd $(WORKSRC); rm .gitignore; git add -A; git ci -m 'adding files that were previously ignored' )
+	@(cd $(WORKSRC); rm .gitignore; git add -A; git commit -m 'adding files that were previously ignored' )
 	@$(MAKECOOKIE)
 
 pre-configure-modulated:
 	@echo Munging c-client routine in configure.
 	@(cd $(WORKSRC); \
 		perl -pi -e "s|c-client4 c-client|c-client.2007f|g" configure; \
-		git add configure; git ci -m 'modify c-client finding routine')
+		git add configure; git commit -m 'modify c-client finding routine')
 	@$(MAKECOOKIE)
 
 # this allows apxs to install the module.  stupid, but i couldn't make

Modified: csw/mgar/pkg/php5/trunk/checksums
===================================================================
--- csw/mgar/pkg/php5/trunk/checksums	2012-12-17 13:21:11 UTC (rev 19899)
+++ csw/mgar/pkg/php5/trunk/checksums	2012-12-17 13:46:56 UTC (rev 19900)
@@ -1 +1 @@
-52539c19d0f261560af3c030143dfa8f  php-5.3.18.tar.bz2
+e1d2a3ec7849d4b3032bd1abf1916aa4  php-5.3.19.tar.bz2

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list