From owner-svn-ports-head@FreeBSD.ORG Wed Apr 1 08:32:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 660C86A6; Wed, 1 Apr 2015 08:32:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 465B67C2; Wed, 1 Apr 2015 08:32:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t318WDqX043013; Wed, 1 Apr 2015 08:32:13 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t318WClR043009; Wed, 1 Apr 2015 08:32:12 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201504010832.t318WClR043009@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Wed, 1 Apr 2015 08:32:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382895 - in head: databases/php55-odbc/files lang/php55 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2015 08:32:13 -0000 Author: ale Date: Wed Apr 1 08:32:11 2015 New Revision: 382895 URL: https://svnweb.freebsd.org/changeset/ports/382895 QAT: https://qat.redports.org/buildarchive/r382895/ Log: Update to 5.5.23 release. Modified: head/databases/php55-odbc/files/patch-config.m4 head/lang/php55/Makefile head/lang/php55/distinfo Modified: head/databases/php55-odbc/files/patch-config.m4 ============================================================================== --- head/databases/php55-odbc/files/patch-config.m4 Wed Apr 1 08:31:33 2015 (r382894) +++ head/databases/php55-odbc/files/patch-config.m4 Wed Apr 1 08:32:11 2015 (r382895) @@ -1,12 +1,17 @@ ---- config.m4.orig 2013-08-20 06:46:43.000000000 +0200 -+++ config.m4 2013-08-27 16:04:54.000000000 +0200 -@@ -99,9 +99,12 @@ - dnl +--- config.m4.orig 2015-03-18 09:45:50.000000000 +0000 ++++ config.m4 2015-04-01 08:24:25.857888541 +0000 +@@ -100,13 +100,17 @@ dnl configure options dnl + +PHP_ARG_ENABLE(odbc,, -+[ --enable-odbc Enable ODBC support with selected driver]) ++[ --enable-odbc Enable ODBC support with selected driver]) + ++ + PHP_ARG_WITH(odbcver,, + [ --with-odbcver[=HEX] Force support for the passed ODBC version. A hex number is expected, default 0x0300. + Use the special value of 0 to prevent an explicit ODBCVER to be defined. ], 0x0300) + if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(adabas,, -[ --with-adabas[=DIR] Include Adabas D support [/usr/local]]) @@ -14,7 +19,7 @@ if test "$PHP_ADABAS" != "no"; then AC_MSG_CHECKING([for Adabas support]) -@@ -128,7 +131,7 @@ +@@ -133,7 +137,7 @@ if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(sapdb,, @@ -23,7 +28,7 @@ if test "$PHP_SAPDB" != "no"; then AC_MSG_CHECKING([for SAP DB support]) -@@ -146,7 +149,7 @@ +@@ -151,7 +155,7 @@ if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(solid,, @@ -32,7 +37,7 @@ if test "$PHP_SOLID" != "no"; then AC_MSG_CHECKING(for Solid support) -@@ -171,7 +174,7 @@ +@@ -176,7 +180,7 @@ if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(ibm-db2,, @@ -41,7 +46,7 @@ if test "$PHP_IBM_DB2" != "no"; then AC_MSG_CHECKING(for IBM DB2 support) -@@ -208,7 +211,7 @@ +@@ -213,7 +217,7 @@ if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(ODBCRouter,, @@ -50,7 +55,7 @@ if test "$PHP_ODBCROUTER" != "no"; then AC_MSG_CHECKING(for ODBCRouter.com support) -@@ -229,7 +232,7 @@ +@@ -234,7 +238,7 @@ if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(empress,, [ --with-empress[=DIR] Include Empress support [\$EMPRESSPATH] @@ -59,7 +64,7 @@ if test "$PHP_EMPRESS" != "no"; then AC_MSG_CHECKING(for Empress support) -@@ -253,7 +256,7 @@ +@@ -258,7 +262,7 @@ PHP_ARG_WITH(empress-bcs,, [ --with-empress-bcs[=DIR] Include Empress Local Access support [\$EMPRESSPATH] @@ -68,7 +73,7 @@ if test "$PHP_EMPRESS_BCS" != "no"; then AC_MSG_CHECKING(for Empress local access support) -@@ -291,7 +294,7 @@ +@@ -296,7 +300,7 @@ if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(birdstep,, @@ -77,7 +82,7 @@ if test "$PHP_BIRDSTEP" != "no"; then AC_MSG_CHECKING(for Birdstep support) -@@ -345,7 +348,7 @@ +@@ -350,7 +354,7 @@ running this configure script: CPPFLAGS=\"-DODBC_QNX -DSQLANY_BUG\" LDFLAGS=-lunix @@ -86,7 +91,7 @@ if test "$PHP_CUSTOM_ODBC" != "no"; then AC_MSG_CHECKING(for a custom ODBC support) -@@ -365,7 +368,7 @@ +@@ -370,7 +374,7 @@ if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(iodbc,, @@ -95,7 +100,7 @@ if test "$PHP_IODBC" != "no"; then AC_MSG_CHECKING(for iODBC support) -@@ -386,7 +389,7 @@ +@@ -406,7 +410,7 @@ if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(esoob,, @@ -104,7 +109,7 @@ if test "$PHP_ESOOB" != "no"; then AC_MSG_CHECKING(for Easysoft ODBC-ODBC Bridge support) -@@ -406,7 +409,7 @@ +@@ -426,7 +430,7 @@ if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(unixODBC,, @@ -113,7 +118,7 @@ if test "$PHP_UNIXODBC" != "no"; then AC_MSG_CHECKING(for unixODBC support) -@@ -427,7 +430,7 @@ +@@ -447,7 +451,7 @@ if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(dbmaker,, Modified: head/lang/php55/Makefile ============================================================================== --- head/lang/php55/Makefile Wed Apr 1 08:31:33 2015 (r382894) +++ head/lang/php55/Makefile Wed Apr 1 08:32:11 2015 (r382895) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php55 -PORTVERSION= 5.5.22 +PORTVERSION= 5.5.23 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} Modified: head/lang/php55/distinfo ============================================================================== --- head/lang/php55/distinfo Wed Apr 1 08:31:33 2015 (r382894) +++ head/lang/php55/distinfo Wed Apr 1 08:32:11 2015 (r382895) @@ -1,4 +1,4 @@ -SHA256 (php-5.5.22.tar.bz2) = c218c184bef2905bc79fcdda6040f3d1738261395fb706396935d1c6f6e162bb -SIZE (php-5.5.22.tar.bz2) = 13305486 +SHA256 (php-5.5.23.tar.bz2) = a99ab264dcd40181baa9defeaa4b21eb2c20d4e9316b904cc05f628762e6ada7 +SIZE (php-5.5.23.tar.bz2) = 13308115 SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 SIZE (php-5.5.x-mail-header.patch) = 3379