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/php5 | |
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/php5')
-rw-r--r-- | lang/php5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 0277e1e76d1c..f5148c497f24 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -7,7 +7,7 @@ PORTNAME= php5 PORTVERSION= 5.2.6 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions |