diff options
author | ale <ale@FreeBSD.org> | 2004-12-17 14:48:01 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-12-17 14:48:01 +0800 |
commit | f282b2e3a2b90c5bcb772de84cb8ecf81fafb3f6 (patch) | |
tree | 75acff2ab4235af33b7e3508d06c7f2036655176 /lang | |
parent | bf7d186ae525342bd4465ad49648ab67a3703a78 (diff) | |
download | freebsd-ports-gnome-f282b2e3a2b90c5bcb772de84cb8ecf81fafb3f6.tar.gz freebsd-ports-gnome-f282b2e3a2b90c5bcb772de84cb8ecf81fafb3f6.tar.zst freebsd-ports-gnome-f282b2e3a2b90c5bcb772de84cb8ecf81fafb3f6.zip |
PHP 5.0.3 uses a different extension dir.
Spotted by: Joe Zeiler <zeiler07@covad.net>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php5/Makefile | 4 | ||||
-rw-r--r-- | lang/php53/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 38408a147188..7141875bf6de 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -7,7 +7,7 @@ PORTNAME= php5 PORTVERSION= 5.0.3 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ @@ -78,7 +78,7 @@ OPTIONS= APACHE2 "Use apache 2.x instead of apache 1.3.x" off OPTIONS+= DEBUG "Enable debug" off \ IPV6 "Enable ipv6 support" on -EXT_DIR= 20040412 +EXT_DIR= 20041030 CONFLICTS?= php5-cli-5* mod_php5-5* php5-cgi-5* CONFLICTS+= php4-4* php4-cli-4* mod_php4-4* php4-cgi-4* diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 38408a147188..7141875bf6de 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -7,7 +7,7 @@ PORTNAME= php5 PORTVERSION= 5.0.3 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ @@ -78,7 +78,7 @@ OPTIONS= APACHE2 "Use apache 2.x instead of apache 1.3.x" off OPTIONS+= DEBUG "Enable debug" off \ IPV6 "Enable ipv6 support" on -EXT_DIR= 20040412 +EXT_DIR= 20041030 CONFLICTS?= php5-cli-5* mod_php5-5* php5-cgi-5* CONFLICTS+= php4-4* php4-cli-4* mod_php4-4* php4-cgi-4* |