From owner-svn-ports-all@FreeBSD.ORG Mon Dec 29 09:59:57 2014 Return-Path: Delivered-To: svn-ports-all@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 D58AEC3F; Mon, 29 Dec 2014 09:59:57 +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 A7C461D03; Mon, 29 Dec 2014 09:59:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBT9xvsF040022; Mon, 29 Dec 2014 09:59:57 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBT9xv4Y040020; Mon, 29 Dec 2014 09:59:57 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201412290959.sBT9xv4Y040020@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Mon, 29 Dec 2014 09:59:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375781 - in head/lang/php5: . files 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.18-1 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: Mon, 29 Dec 2014 09:59:57 -0000 Author: ale Date: Mon Dec 29 09:59:56 2014 New Revision: 375781 URL: https://svnweb.freebsd.org/changeset/ports/375781 QAT: https://qat.redports.org/buildarchive/r375781/ Log: Update to 5.4.36 release and drop broken fpm-ipv6 patch. If you need it, update to php 5.6 (that will be the default one soon) or 5.5. Deleted: head/lang/php5/files/extra-patch-php-fpm-ipv6 Modified: head/lang/php5/Makefile head/lang/php5/distinfo Modified: head/lang/php5/Makefile ============================================================================== --- head/lang/php5/Makefile Mon Dec 29 09:54:28 2014 (r375780) +++ head/lang/php5/Makefile Mon Dec 29 09:59:56 2014 (r375781) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php5 -PORTVERSION= 5.4.35 +PORTVERSION= 5.4.36 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} @@ -37,14 +37,13 @@ CONFIGURE_ARGS+=--with-layout=GNU \ USE_GNOME= libxml2 -OPTIONS_DEFINE+=CLI CGI FPM FPM_IPV6 EMBED DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS +OPTIONS_DEFINE+=CLI CGI FPM EMBED DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS OPTIONS_DEFAULT=CLI CGI FPM IPV6 LINKTHR OPTIONS_SUB= yes CLI_DESC= Build CLI version CGI_DESC= Build CGI version FPM_DESC= Build FPM version -FPM_IPV6_DESC= Enable ipv6 patch for FPM EMBED_DESC= Build embedded library DEBUG_DESC= Enable debug DTRACE_DESC= Enable DTrace support @@ -87,9 +86,6 @@ USE_RC_SUBR+= php-fpm CONFIGURE_ARGS+=--enable-fpm \ --with-fpm-user=${WWWOWN} \ --with-fpm-group=${WWWGRP} -.if ${PORT_OPTIONS:MIPV6} && ${PORT_OPTIONS:MFPM_IPV6} -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-php-fpm-ipv6:-p1 -.endif .endif .if defined(OPTIONS_FILE_SET) && ${OPTIONS_FILE_SET:MAPACHE} Modified: head/lang/php5/distinfo ============================================================================== --- head/lang/php5/distinfo Mon Dec 29 09:54:28 2014 (r375780) +++ head/lang/php5/distinfo Mon Dec 29 09:59:56 2014 (r375781) @@ -1,4 +1,4 @@ -SHA256 (php-5.4.35.tar.bz2) = 8cdb4265cd0f778befacd1e6b5939ec23315fff38400e17e77a36e4c55b9746b -SIZE (php-5.4.35.tar.bz2) = 12279065 +SHA256 (php-5.4.36.tar.bz2) = b0951608c3e8afb978a624c7f79a889980210f5258f666c1d997bd6491e13241 +SIZE (php-5.4.36.tar.bz2) = 11892431 SHA256 (php-5.4.x-mail-header.patch) = 005ae1cd8ed17c72d7b09dee9c4466e8b16d4ecba7fe11276731ed6ff9fbb344 SIZE (php-5.4.x-mail-header.patch) = 3379