diff options
author | ale <ale@FreeBSD.org> | 2015-12-15 22:53:35 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2015-12-15 22:53:35 +0800 |
commit | 10f629bfc9024f8da8be843ea66d80dbffb6a900 (patch) | |
tree | feeca0ef161a682c7b923197c1ae2c215305dd1d /converters | |
parent | ae8848fb3f021a7361008c938ad6fcd302d2a5d7 (diff) | |
download | freebsd-ports-graphics-10f629bfc9024f8da8be843ea66d80dbffb6a900.tar.gz freebsd-ports-graphics-10f629bfc9024f8da8be843ea66d80dbffb6a900.tar.zst freebsd-ports-graphics-10f629bfc9024f8da8be843ea66d80dbffb6a900.zip |
Switch to onigurum5 port and bump PORTREVISION.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/php5-mbstring/Makefile | 1 | ||||
-rw-r--r-- | converters/php55-mbstring/Makefile | 1 | ||||
-rw-r--r-- | converters/php56-mbstring/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/converters/php5-mbstring/Makefile b/converters/php5-mbstring/Makefile index cfc5cf79e5d..c8a313726b6 100644 --- a/converters/php5-mbstring/Makefile +++ b/converters/php5-mbstring/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTVERSION= 1 CATEGORIES= converters MASTERDIR= ${.CURDIR}/../../lang/php5 diff --git a/converters/php55-mbstring/Makefile b/converters/php55-mbstring/Makefile index 0cc3d45751b..90615647893 100644 --- a/converters/php55-mbstring/Makefile +++ b/converters/php55-mbstring/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTVERSION= 1 CATEGORIES= converters MASTERDIR= ${.CURDIR}/../../lang/php55 diff --git a/converters/php56-mbstring/Makefile b/converters/php56-mbstring/Makefile index 4d11593b0ba..adc4fd96cdf 100644 --- a/converters/php56-mbstring/Makefile +++ b/converters/php56-mbstring/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTVERSION= 1 CATEGORIES= converters MASTERDIR= ${.CURDIR}/../../lang/php56 |