[19429] trunk/dports/www/php5/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 7 00:41:47 PDT 2006


Revision: 19429
Author:   jwa at macports.org
Date:     2006-09-07 00:41:45 -0700 (Thu, 07 Sep 2006)

Log Message:
-----------
New version, 5.1.6, adding myself to be a co-maintainer and adding resolution
to ticket 8599 (apache, apache2, fastcgi) by Ryan

Modified Paths:
--------------
    trunk/dports/www/php5/Portfile

Modified: trunk/dports/www/php5/Portfile
===================================================================
--- trunk/dports/www/php5/Portfile	2006-09-07 05:39:22 UTC (rev 19428)
+++ trunk/dports/www/php5/Portfile	2006-09-07 07:41:45 UTC (rev 19429)
@@ -3,10 +3,10 @@
 PortSystem 1.0
 
 name			php5
-version			5.1.5
-revision		1
+version			5.1.6
+revision		0
 categories      lang php www
-maintainers     opendarwin-2006 at ryandesign.com
+maintainers     macports-2006 at ryandesign.com, jwa at macports.org
 
 description     PHP: Hypertext Preprocessor
 long_description 	PHP is a widely-used general-purpose scripting language \
@@ -27,8 +27,8 @@
                 
 distfiles	php-${version}.tar.bz2:release
 worksrcdir	php-${version}
-checksums	md5 fb4edd5ed9c536a04a241b52ea62a6c1 \
-			sha1 2e8ba214677fa2002fe2f10c2b917d626a5fe5b0
+checksums	md5 08e423aa314369d4392a36b3f7246afc \
+			sha1 a20b946f1de0a8a35a8a6bf437adbba4e5448d27
 use_bzip2	yes
 
 depends_lib	port:libxml2  \
@@ -115,7 +115,7 @@
 	configure.args-append	--with-kerberos=/usr --with-iodbc=/usr
 }
 
-variant apache conflicts apache2 {
+variant apache conflicts apache2 fastcgi {
 	if { ! [variant_isset macosx] } {
 		depends_lib-append	path:${prefix}/sbin/apxs:apache
 		configure.args-append 	--with-apxs=${prefix}/sbin/apxs
@@ -124,12 +124,12 @@
 	}
 }
 
-variant apache2 conflicts apache {
+variant apache2 conflicts apache fastcgi {
 	depends_lib-append	path:${prefix}/apache2/bin/apxs:apache2
 	configure.args-append 	--with-apxs2=${prefix}/apache2/bin/apxs
 }
 
-variant fastcgi {
+variant fastcgi conflicts apache apache2 {
 	configure.args-append --enable-fastcgi \
 				--enable-force-cgi-redirect \
 				--enable-memory-limit
@@ -175,7 +175,7 @@
 }
 
 variant postgresql {
-	depends_lib-append	port:postgresql8
+	depends_lib-append	port:postgresql81
 	configure.args-append	--with-pgsql=${prefix}/lib/pgsql8/bin \
 				--with-pdo-pgsql=${prefix}/lib/pgsql8/bin
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060907/8d5ed47c/attachment.html


More information about the macports-changes mailing list