diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-12-17 06:48:01 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-12-17 06:48:01 +0000 |
commit | 0a62d1f8eb8dacae3ce14258c86b01d3aebf2c02 (patch) | |
tree | 2af6f5e9364f1fa0305911c1aee151b0e72a91bf /lang/php53 | |
parent | 020f0ea235e628f88ce7b2f8b34b62cf9e4e38d7 (diff) | |
download | ports-0a62d1f8eb8dacae3ce14258c86b01d3aebf2c02.tar.gz ports-0a62d1f8eb8dacae3ce14258c86b01d3aebf2c02.zip |
Notes
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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* |