Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2015 14:53:35 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403784 - in head: converters/php5-mbstring converters/php55-mbstring converters/php56-mbstring lang/php5 lang/php55 lang/php56
Message-ID:  <201512151453.tBFErZE0068179@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Tue Dec 15 14:53:35 2015
New Revision: 403784
URL: https://svnweb.freebsd.org/changeset/ports/403784

Log:
  Switch to onigurum5 port and bump PORTREVISION.

Modified:
  head/converters/php5-mbstring/Makefile
  head/converters/php55-mbstring/Makefile
  head/converters/php56-mbstring/Makefile
  head/lang/php5/Makefile.ext
  head/lang/php55/Makefile.ext
  head/lang/php56/Makefile.ext

Modified: head/converters/php5-mbstring/Makefile
==============================================================================
--- head/converters/php5-mbstring/Makefile	Tue Dec 15 14:53:04 2015	(r403783)
+++ head/converters/php5-mbstring/Makefile	Tue Dec 15 14:53:35 2015	(r403784)
@@ -1,6 +1,7 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
+PORTVERSION=	1
 CATEGORIES=	converters
 
 MASTERDIR=	${.CURDIR}/../../lang/php5

Modified: head/converters/php55-mbstring/Makefile
==============================================================================
--- head/converters/php55-mbstring/Makefile	Tue Dec 15 14:53:04 2015	(r403783)
+++ head/converters/php55-mbstring/Makefile	Tue Dec 15 14:53:35 2015	(r403784)
@@ -1,6 +1,7 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
+PORTVERSION=	1
 CATEGORIES=	converters
 
 MASTERDIR=	${.CURDIR}/../../lang/php55

Modified: head/converters/php56-mbstring/Makefile
==============================================================================
--- head/converters/php56-mbstring/Makefile	Tue Dec 15 14:53:04 2015	(r403783)
+++ head/converters/php56-mbstring/Makefile	Tue Dec 15 14:53:35 2015	(r403784)
@@ -1,6 +1,7 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
+PORTVERSION=	1
 CATEGORIES=	converters
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/lang/php5/Makefile.ext
==============================================================================
--- head/lang/php5/Makefile.ext	Tue Dec 15 14:53:04 2015	(r403783)
+++ head/lang/php5/Makefile.ext	Tue Dec 15 14:53:35 2015	(r403784)
@@ -533,7 +533,7 @@ LIB_DEPENDS+=	libc-client4.so.9:${PORTSD
 
 .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

Modified: head/lang/php55/Makefile.ext
==============================================================================
--- head/lang/php55/Makefile.ext	Tue Dec 15 14:53:04 2015	(r403783)
+++ head/lang/php55/Makefile.ext	Tue Dec 15 14:53:35 2015	(r403784)
@@ -533,7 +533,7 @@ LIB_DEPENDS+=	libc-client4.so.9:${PORTSD
 
 .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

Modified: head/lang/php56/Makefile.ext
==============================================================================
--- head/lang/php56/Makefile.ext	Tue Dec 15 14:53:04 2015	(r403783)
+++ head/lang/php56/Makefile.ext	Tue Dec 15 14:53:35 2015	(r403784)
@@ -536,7 +536,7 @@ LIB_DEPENDS+=	libc-client4.so.9:${PORTSD
 
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512151453.tBFErZE0068179>