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 | |
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')
-rw-r--r-- | lang/php4/Makefile | 2 | ||||
-rw-r--r-- | lang/php5/Makefile | 2 | ||||
-rw-r--r-- | lang/php53/Makefile | 2 |
3 files changed, 3 insertions, 3 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 \ 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 diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 0277e1e76d1c..f5148c497f24 100644 --- a/lang/php53/Makefile +++ b/lang/php53/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 |