summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2015-12-15 14:53:35 +0000
committerAlex Dupre <ale@FreeBSD.org>2015-12-15 14:53:35 +0000
commit8ac0713bc4ac81b44ee1a96c671c4330cf7d123c (patch)
treefeeca0ef161a682c7b923197c1ae2c215305dd1d
parent- Mark Broken (incompatibility with new Lighttpd API) (diff)
Switch to onigurum5 port and bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=403784
-rw-r--r--converters/php5-mbstring/Makefile1
-rw-r--r--converters/php55-mbstring/Makefile1
-rw-r--r--converters/php56-mbstring/Makefile1
-rw-r--r--lang/php5/Makefile.ext2
-rw-r--r--lang/php55/Makefile.ext2
-rw-r--r--lang/php56/Makefile.ext2
6 files changed, 6 insertions, 3 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
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext
index 660c47d1e0fd..9d4e605e3ba7 100644
--- a/lang/php5/Makefile.ext
+++ b/lang/php5/Makefile.ext
@@ -533,7 +533,7 @@ LIB_DEPENDS+= libc-client4.so.9:${PORTSDIR}/mail/cclient
.if ${PHP_MODNAME} == "mbstring"
. if ${PORT_OPTIONS:MREGEX}
-LIB_DEPENDS+= libonig.so:${PORTSDIR}/devel/oniguruma4
+LIB_DEPENDS+= libonig.so:${PORTSDIR}/devel/oniguruma5
CONFIGURE_ARGS+=--with-onig=${LOCALBASE}
. else
CONFIGURE_ARGS+=--disable-mbregex
diff --git a/lang/php55/Makefile.ext b/lang/php55/Makefile.ext
index ebccd09874c5..cbf0d1d2c3dd 100644
--- a/lang/php55/Makefile.ext
+++ b/lang/php55/Makefile.ext
@@ -533,7 +533,7 @@ LIB_DEPENDS+= libc-client4.so.9:${PORTSDIR}/mail/cclient
.if ${PHP_MODNAME} == "mbstring"
. if ${PORT_OPTIONS:MREGEX}
-LIB_DEPENDS+= libonig.so:${PORTSDIR}/devel/oniguruma4
+LIB_DEPENDS+= libonig.so:${PORTSDIR}/devel/oniguruma5
CONFIGURE_ARGS+=--with-onig=${LOCALBASE}
. else
CONFIGURE_ARGS+=--disable-mbregex
diff --git a/lang/php56/Makefile.ext b/lang/php56/Makefile.ext
index 8991791cdb18..ebaa9efa9243 100644
--- a/lang/php56/Makefile.ext
+++ b/lang/php56/Makefile.ext
@@ -536,7 +536,7 @@ LIB_DEPENDS+= libc-client4.so.9:${PORTSDIR}/mail/cclient
.if ${PHP_MODNAME} == "mbstring"
. if ${PORT_OPTIONS:MREGEX}
-LIB_DEPENDS+= libonig.so:${PORTSDIR}/devel/oniguruma4
+LIB_DEPENDS+= libonig.so:${PORTSDIR}/devel/oniguruma5
CONFIGURE_ARGS+=--with-onig=${LOCALBASE}
. else
CONFIGURE_ARGS+=--disable-mbregex