From owner-svn-ports-all@freebsd.org Tue Dec 15 14:53:37 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03B92A44505; Tue, 15 Dec 2015 14:53:37 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1F7F10E0; Tue, 15 Dec 2015 14:53:36 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBFErZvh068186; Tue, 15 Dec 2015 14:53:35 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBFErZE0068179; Tue, 15 Dec 2015 14:53:35 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201512151453.tBFErZE0068179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Tue, 15 Dec 2015 14:53:35 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2015 14:53:37 -0000 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 # $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 # $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 # $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