diff options
Diffstat (limited to 'converters')
-rw-r--r-- | converters/php56-iconv/Makefile | 2 | ||||
-rw-r--r-- | converters/php56-mbstring/Makefile | 2 | ||||
-rw-r--r-- | converters/php56-recode/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/converters/php56-iconv/Makefile b/converters/php56-iconv/Makefile index 39666cea588..2d2929fe49c 100644 --- a/converters/php56-iconv/Makefile +++ b/converters/php56-iconv/Makefile @@ -1,7 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= converters MASTERDIR= ${.CURDIR}/../../lang/php56 diff --git a/converters/php56-mbstring/Makefile b/converters/php56-mbstring/Makefile index 46c9f188a7e..d3d49f14fea 100644 --- a/converters/php56-mbstring/Makefile +++ b/converters/php56-mbstring/Makefile @@ -1,7 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= converters MASTERDIR= ${.CURDIR}/../../lang/php56 diff --git a/converters/php56-recode/Makefile b/converters/php56-recode/Makefile index 1a442924759..89d7963f2cf 100644 --- a/converters/php56-recode/Makefile +++ b/converters/php56-recode/Makefile @@ -1,7 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= converters MASTERDIR= ${.CURDIR}/../../lang/php56 |