diff options
author | dirk <dirk@FreeBSD.org> | 2000-10-12 09:48:55 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-10-12 09:48:55 +0000 |
commit | dcc4945ec9a606e5773afa77ce3b754d7a92167e (patch) | |
tree | 8a58e3a368c128f96adfc00d374fdb453e685d86 /www/mod_php4 | |
parent | f5f57854c33605aa3ae50ba44cd2310b4e6c7887 (diff) | |
download | FreeBSD-ports-dcc4945ec9a606e5773afa77ce3b754d7a92167e.zip FreeBSD-ports-dcc4945ec9a606e5773afa77ce3b754d7a92167e.tar.gz |
Upgrade to 4.0.3.
From announcement:
"PHP 4.0.3 has been released. 4.0.3 is mostly a security-oriented
maintenance release, therefore it's *strongly* recommended for all
users of PHP to upgrade to it."
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/Makefile | 7 | ||||
-rw-r--r-- | www/mod_php4/distinfo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index b94d343..21f5e95 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_php -PORTVERSION= 4.0.2 +PORTVERSION= 4.0.3 CATEGORIES= www MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \ http://php.he.net/${PHP_DISTDIR}/ \ @@ -17,7 +17,7 @@ MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \ http://php.easydns.com/${PHP_DISTDIR}/ \ http://www.php.cz/${PHP_DISTDIR}/ \ http://php3.globe.de/${PHP_DISTDIR}/ -DISTNAME= php-4.0.2 +DISTNAME= php-${PORTVERSION} MAINTAINER= dirk@FreeBSD.org @@ -38,7 +38,8 @@ CONFIGURE_ARGS= --with-apxs=${APXS} \ --disable-debug \ --enable-track-vars \ --without-gd \ - --disable-pear + --disable-pear \ + --without-mysql SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ TOUCH="${TOUCH}" \ diff --git a/www/mod_php4/distinfo b/www/mod_php4/distinfo index a9a2e82..2e67278 100644 --- a/www/mod_php4/distinfo +++ b/www/mod_php4/distinfo @@ -1 +1 @@ -MD5 (php-4.0.2.tar.gz) = 993b010eba7ed22509d576c3d481a2ca +MD5 (php-4.0.3.tar.gz) = 8c6d1ed93a879bf2668c7c74d2bf1812 |