diff options
author | Alex Dupre <ale@FreeBSD.org> | 2015-12-15 14:53:35 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2015-12-15 14:53:35 +0000 |
commit | 8ac0713bc4ac81b44ee1a96c671c4330cf7d123c (patch) | |
tree | feeca0ef161a682c7b923197c1ae2c215305dd1d /converters | |
parent | 2525da19d2e51bc77ebe8a95af62ca43c201e5c7 (diff) |
Switch to onigurum5 port and bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=403784
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 cfc5cf79e5d7..c8a313726b6d 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 0cc3d45751b5..906156478931 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 4d11593b0ba6..adc4fd96cdf8 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 |