[csw-devel] SF.net SVN: gar:[21058] csw/mgar/pkg/php5/trunk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sun May 12 21:10:53 CEST 2013
Revision: 21058
http://gar.svn.sourceforge.net/gar/?rev=21058&view=rev
Author: bdwalton
Date: 2013-05-12 19:10:53 +0000 (Sun, 12 May 2013)
Log Message:
-----------
php5/trunk: version bump: 5.3.21 -> 5.3.25
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 2013-05-12 18:53:46 UTC (rev 21057)
+++ csw/mgar/pkg/php5/trunk/Makefile 2013-05-12 19:10:53 UTC (rev 21058)
@@ -1,5 +1,5 @@
NAME = php5
-VERSION = 5.3.21
+VERSION = 5.3.25
GARTYPE = v2
SF_PROJECT = $(shell echo $(NAME) | sed -e 's/[0-9]//g')
DISTNAME = $(SF_PROJECT)-$(VERSION)
@@ -19,9 +19,10 @@
endef
EXTRA_MODULATORS = SAPI
-MODULATIONS_SAPI = cgi ap2
+MODULATIONS_SAPI = cgi ap2 fpm
MERGE_SCRIPTS_isa-default-sapi-cgi = copy-all
MERGE_SCRIPTS_isa-default-sapi-ap2 = copy-all
+MERGE_SCRIPTS_isa-default-sapi-fpm = copy-all
# turn on the build scripts to enable/disable modules
PHP5_EXT = 1
@@ -324,6 +325,9 @@
ifeq ($(SAPI),ap2)
CONFIGURE_ARGS += --with-apxs2=$(prefix)/apache2/sbin/apxs
endif
+ifeq ($(SAPI),fpm)
+CONFIGURE_ARGS += --enable-fpm
+endif
# Disable Tests (report submitted to PHP QA)
SKIPTEST = 1
Modified: csw/mgar/pkg/php5/trunk/checksums
===================================================================
--- csw/mgar/pkg/php5/trunk/checksums 2013-05-12 18:53:46 UTC (rev 21057)
+++ csw/mgar/pkg/php5/trunk/checksums 2013-05-12 19:10:53 UTC (rev 21058)
@@ -1 +1 @@
-1b214fc19bb5f5c0902ba27c74d5f4a2 php-5.3.21.tar.bz2
+347625ed7fbf2fe1f1c70b0f879fee2a php-5.3.25.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