diff options
author | ade <ade@FreeBSD.org> | 2008-08-22 07:33:19 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2008-08-22 07:33:19 +0800 |
commit | 58c6bc201b47414fe7772c87a0fdc563f921e714 (patch) | |
tree | 66ea8fa5cf848febbe518120c46e04064cdc736d /lang/php4 | |
parent | 5849f101ce4d47208484f3945f52d3a2f6c47282 (diff) | |
download | freebsd-ports-gnome-58c6bc201b47414fe7772c87a0fdc563f921e714.tar.gz freebsd-ports-gnome-58c6bc201b47414fe7772c87a0fdc563f921e714.tar.zst freebsd-ports-gnome-58c6bc201b47414fe7772c87a0fdc563f921e714.zip |
Bump PORTREVISION on account of of bin/phpize being installed with
hardcoded links to autoconf (was 2.61, now 2.62), preventing any
further php modules from being installed until lang/php* is forcibly
updated.
Diffstat (limited to 'lang/php4')
-rw-r--r-- | lang/php4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index a8d8cc524602..6f00f1b9422e 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -7,7 +7,7 @@ PORTNAME= php4 PORTVERSION= 4.4.8 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ |