svn commit: r352743 - in head: Mk lang/php55

Alex Dupre ale at FreeBSD.org
Thu May 1 10:36:35 UTC 2014


Author: ale
Date: Thu May  1 10:36:34 2014
New Revision: 352743
URL: http://svnweb.freebsd.org/changeset/ports/352743
QAT: https://qat.redports.org/buildarchive/r352743/

Log:
  Update to 5.5.12 release.

Modified:
  head/Mk/bsd.php.mk
  head/lang/php55/Makefile
  head/lang/php55/distinfo

Modified: head/Mk/bsd.php.mk
==============================================================================
--- head/Mk/bsd.php.mk	Thu May  1 10:24:35 2014	(r352742)
+++ head/Mk/bsd.php.mk	Thu May  1 10:36:34 2014	(r352743)
@@ -161,6 +161,8 @@ BUILD_DEPENDS+=	${PHPBASE}/include/php/m
 .endif
 RUN_DEPENDS+=	${PHPBASE}/include/php/main/php.h:${PORTSDIR}/${PHP_PORT}
 .if defined(WANT_PHP_MOD) || (defined(WANT_PHP_WEB) && defined(PHP_VERSION) && ${PHP_SAPI:Mcgi} == "" && ${PHP_SAPI:Mfpm} == "")
+USE_APACHE_RUN=	22+
+.include "${PORTSDIR}/Mk/bsd.apache.mk"
 RUN_DEPENDS+=	${PHPBASE}/${APACHEMODDIR}/libphp5.so:${PORTSDIR}/${MOD_PHP_PORT}
 .endif
 

Modified: head/lang/php55/Makefile
==============================================================================
--- head/lang/php55/Makefile	Thu May  1 10:24:35 2014	(r352742)
+++ head/lang/php55/Makefile	Thu May  1 10:36:34 2014	(r352743)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	php55
-PORTVERSION=	5.5.11
-PORTREVISION?=	1
+PORTVERSION=	5.5.12
+PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	${MASTER_SITE_PHP}
 MASTER_SITE_SUBDIR=	distributions

Modified: head/lang/php55/distinfo
==============================================================================
--- head/lang/php55/distinfo	Thu May  1 10:24:35 2014	(r352742)
+++ head/lang/php55/distinfo	Thu May  1 10:36:34 2014	(r352743)
@@ -1,4 +1,4 @@
-SHA256 (php-5.5.11.tar.bz2) = 60e14c255f2a461a7a26639b84a2fc448cc2f91c8dead0e9fd00cd8ba27a2e96
-SIZE (php-5.5.11.tar.bz2) = 13207627
+SHA256 (php-5.5.12.tar.bz2) = 519ee29e28532782676f3d8e31a808ffbfee383e0279ccc8cbd2b12ed53c2335
+SIZE (php-5.5.12.tar.bz2) = 13251734
 SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4
 SIZE (php-5.5.x-mail-header.patch) = 3379


More information about the svn-ports-all mailing list