diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-19 19:49:22 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-19 19:49:22 +0000 |
commit | 52724e1da95c2e9f46b9a778755fd9836e188368 (patch) | |
tree | 96a4380006077a134195c92a035ea0b45b2cec82 | |
parent | 800d5ce30b544e9504fdcdeab8423fd4516cf2f2 (diff) | |
download | ports-52724e1da95c2e9f46b9a778755fd9836e188368.tar.gz ports-52724e1da95c2e9f46b9a778755fd9836e188368.zip |
Set PORTREVISION to 0 after upgrading mod_php4 to 4.1.0.
Notes
Notes:
svn path=/head/; revision=51857
-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 5ff5a4373de5..c7eba8f875ed 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= php4 -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= lang MASTERDIR= ${.CURDIR}/../../www/mod_php4 diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 5ff5a4373de5..c7eba8f875ed 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= php4 -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= lang MASTERDIR= ${.CURDIR}/../../www/mod_php4 diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 5ff5a4373de5..c7eba8f875ed 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -6,7 +6,7 @@ # PORTNAME= php4 -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= lang MASTERDIR= ${.CURDIR}/../../www/mod_php4 |