Bug 180931 - |PATCH| lang/php55: update to 5.5.1
Summary: |PATCH| lang/php55: update to 5.5.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-29 19:20 UTC by rustem.alimov
Modified: 2013-08-12 14:00 UTC (History)
0 users

See Also:


Attachments
php55.diff (882 bytes, patch)
2013-07-29 19:20 UTC, rustem.alimov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description rustem.alimov 2013-07-29 19:20:00 UTC
Update to 5.5.1 release
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-29 19:20:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-08-12 13:55:10 UTC
Author: ale
Date: Mon Aug 12 12:55:03 2013
New Revision: 324627
URL: http://svnweb.freebsd.org/changeset/ports/324627

Log:
  Update to 5.5.1 release. [1]
  Add an OPTION to force ZTS build.
  
  PR:		ports/180931
  Submitted by:	Rustem Alimov <rustem.alimov@gmail.com>

Modified:
  head/lang/php55/Makefile
  head/lang/php55/distinfo

Modified: head/lang/php55/Makefile
==============================================================================
--- head/lang/php55/Makefile	Mon Aug 12 12:54:12 2013	(r324626)
+++ head/lang/php55/Makefile	Mon Aug 12 12:55:03 2013	(r324627)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	php55
-PORTVERSION=	5.5.0
+PORTVERSION=	5.5.1
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	${MASTER_SITE_PHP}
@@ -38,7 +38,7 @@ CONFIGURE_ARGS=	\
 
 USE_GNOME=	libxml2
 
-OPTIONS_DEFINE=	CLI CGI FPM APACHE AP2FILTER EMBED DEBUG DTRACE IPV6 MAILHEAD LINKTHR
+OPTIONS_DEFINE=	CLI CGI FPM APACHE AP2FILTER EMBED DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS
 OPTIONS_DEFAULT=CLI CGI IPV6 LINKTHR
 
 CLI_DESC=	Build CLI version
@@ -52,6 +52,7 @@ DTRACE_DESC=	Enable DTrace support
 IPV6_DESC=	Enable ipv6 support
 MAILHEAD_DESC=	Enable mail header patch
 LINKTHR_DESC=	Link thread lib (for threaded extensions)
+ZTS_DESC=	Force Zend Thread Safety (ZTS) build
 
 CONFLICTS=	php52-5* php53-5* php54-5* php5-5*
 
@@ -154,6 +155,10 @@ CONFIGURE_ENV+=	LIBS="${LIBS} ${PTHREAD_
 CONFIGURE_ARGS+=--enable-debug
 .endif
 
+.if ${PORT_OPTIONS:MZTS}
+CONFIGURE_ARGS+=--enable-maintainer-zts
+.endif
+
 .if ${PORT_OPTIONS:MDTRACE}
 .if ${OSVERSION} < 900000
 IGNORE=		cannot be built with DTrace support on FreeBSD < 9.x

Modified: head/lang/php55/distinfo
==============================================================================
--- head/lang/php55/distinfo	Mon Aug 12 12:54:12 2013	(r324626)
+++ head/lang/php55/distinfo	Mon Aug 12 12:55:03 2013	(r324627)
@@ -1,4 +1,4 @@
-SHA256 (php-5.5.0.tar.bz2) = 29bb5ea45256f3983fab95af1f18d76dcc045565b2f175f11817069cefcf6cd1
-SIZE (php-5.5.0.tar.bz2) = 12256814
+SHA256 (php-5.5.1.tar.bz2) = 4c221b9ba65e2084ae8900ef00c7f23966702e943203299b278bdc758fcfc733
+SIZE (php-5.5.1.tar.bz2) = 12004597
 SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4
 SIZE (php-5.5.x-mail-header.patch) = 3379
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2013-08-12 13:55:39 UTC
State Changed
From-To: open->closed

Updated, thanks!