[22472] trunk/dports/www/php4/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 1 14:22:30 PST 2007


Revision: 22472
          http://trac.macosforge.org/projects/macports/changeset/22472
Author:   jwa at macports.org
Date:     2007-03-01 14:22:30 -0800 (Thu, 01 Mar 2007)

Log Message:
-----------
version bump to 4.4.6

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

Modified: trunk/dports/www/php4/Portfile
===================================================================
--- trunk/dports/www/php4/Portfile	2007-03-01 21:56:03 UTC (rev 22471)
+++ trunk/dports/www/php4/Portfile	2007-03-01 22:22:30 UTC (rev 22472)
@@ -2,14 +2,14 @@
 
 PortSystem 1.0
 name            php4
-version         4.4.5
+version         4.4.6
 
 categories      lang php www
 maintainers    	jwa at macports.org
 description     PHP: Hypertext Preprocessor
-long_description 	PHP is a widely-used general-purpose scripting language \
-			that is especially suited for Web development and can be \
-			embedded into HTML. 
+long_description 	PHP is a widely-used general-purpose scripting \
+			language that is especially suited for Web development \
+			and can be embedded into HTML. 
 platforms	darwin freebsd
 
 master_sites 	http://www.php.net/distributions/:release \
@@ -26,7 +26,7 @@
 distfiles	php-${version}.tar.bz2:release
 worksrcdir	php-${version}
 use_bzip2	yes
-checksums	md5 bf61d557c82962dc9533f6ef35283d4c
+checksums	sha1 e9c11ae084e2d505568d672afd06d4e6fc431621
 
 depends_lib	port:libiconv \
 		port:expat  \
@@ -37,13 +37,15 @@
 		port:libxml2
 
 configure.args	--mandir=${prefix}/share/man --infodir=${prefix}/share/info \
-		--includedir=${prefix}/include/php4 --libdir=${prefix}/lib/php4 \
-		--sysconfdir=${prefix}/etc/php4 --with-config-file-path=${prefix}/etc \
+		--includedir=${prefix}/include/php4 \
+		--libdir=${prefix}/lib/php4 \
+		--sysconfdir=${prefix}/etc/php4 \
+		--with-config-file-path=${prefix}/etc \
 		--with-pear=${prefix}/lib/php4 --program-suffix=4 \
 		--enable-mbstring --enable-dbx --enable-safe-mode --enable-dba \
 		--enable-calendar --enable-exif --enable-ftp --enable-wddx \
-		--enable-filepro --enable-bcmath --enable-trans-sid --enable-cli \
-		--with-xml --with-xmlrpc \
+		--enable-filepro --enable-bcmath --enable-trans-sid \
+		--enable-cli --with-xml --with-xmlrpc \
 		--without-mysql \
 		--with-iconv=${prefix} \
 		--with-zlib=${prefix} \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070301/15e757a2/attachment.html


More information about the macports-changes mailing list