Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Nov 2014 17:02:28 +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: r372563 - in head/lang/php55: . files
Message-ID:  <201411141702.sAEH2SGf039402@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Fri Nov 14 17:02:27 2014
New Revision: 372563
URL: https://svnweb.freebsd.org/changeset/ports/372563
QAT: https://qat.redports.org/buildarchive/r372563/

Log:
  Update to 5.5.19 release.

Deleted:
  head/lang/php55/files/extra-patch-php-fpm-ipv6
Modified:
  head/lang/php55/Makefile
  head/lang/php55/distinfo

Modified: head/lang/php55/Makefile
==============================================================================
--- head/lang/php55/Makefile	Fri Nov 14 17:02:02 2014	(r372562)
+++ head/lang/php55/Makefile	Fri Nov 14 17:02:27 2014	(r372563)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	php55
-PORTVERSION=	5.5.18
+PORTVERSION=	5.5.19
 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/php55/distinfo
==============================================================================
--- head/lang/php55/distinfo	Fri Nov 14 17:02:02 2014	(r372562)
+++ head/lang/php55/distinfo	Fri Nov 14 17:02:27 2014	(r372563)
@@ -1,4 +1,4 @@
-SHA256 (php-5.5.18.tar.bz2) = f974279927b72b672dda4ef4b4362b4847fd3d19ce1d4f2e982230a4e93bb842
-SIZE (php-5.5.18.tar.bz2) = 13276408
+SHA256 (php-5.5.19.tar.bz2) = 4366dbb904cba8c8dd32224ac9408495d20aecaed86a871d78df420f5a23bbff
+SIZE (php-5.5.19.tar.bz2) = 13280178
 SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4
 SIZE (php-5.5.x-mail-header.patch) = 3379



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