svn commit: r340623 - in head: graphics/php5-gd/files lang/php5

Alex Dupre ale at FreeBSD.org
Tue Jan 21 17:09:31 UTC 2014


Author: ale
Date: Tue Jan 21 17:09:30 2014
New Revision: 340623
URL: http://svnweb.freebsd.org/changeset/ports/340623
QAT: https://qat.redports.org/buildarchive/r340623/

Log:
  Update to 5.4.24 release.

Modified:
  head/graphics/php5-gd/files/patch-config.m4
  head/lang/php5/Makefile
  head/lang/php5/distinfo

Modified: head/graphics/php5-gd/files/patch-config.m4
==============================================================================
--- head/graphics/php5-gd/files/patch-config.m4	Tue Jan 21 17:03:00 2014	(r340622)
+++ head/graphics/php5-gd/files/patch-config.m4	Tue Jan 21 17:09:30 2014	(r340623)
@@ -1,14 +1,5 @@
 --- config.m4.orig	2013-12-10 20:32:43.000000000 +0100
 +++ config.m4	2013-12-24 21:02:03.000000000 +0100
-@@ -193,7 +193,7 @@
-   if test "$PHP_FREETYPE_DIR" != "no"; then
- 
-     for i in $PHP_FREETYPE_DIR /usr/local /usr; do
--      if test -f "$i/include/freetype2/freetype/freetype.h"; then
-+      if test -f "$i/include/freetype2/freetype.h"; then
-         FREETYPE2_DIR=$i
-         FREETYPE2_INC_DIR=$i/include/freetype2
-         break
 @@ -241,7 +241,7 @@
      ],[
        AC_MSG_ERROR([Problem with libt1.(a|so). Please check config.log for more information.])

Modified: head/lang/php5/Makefile
==============================================================================
--- head/lang/php5/Makefile	Tue Jan 21 17:03:00 2014	(r340622)
+++ head/lang/php5/Makefile	Tue Jan 21 17:09:30 2014	(r340623)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	php5
-PORTVERSION=	5.4.23
+PORTVERSION=	5.4.24
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	${MASTER_SITE_PHP}

Modified: head/lang/php5/distinfo
==============================================================================
--- head/lang/php5/distinfo	Tue Jan 21 17:03:00 2014	(r340622)
+++ head/lang/php5/distinfo	Tue Jan 21 17:09:30 2014	(r340623)
@@ -1,4 +1,4 @@
-SHA256 (php-5.4.23.tar.bz2) = ae7c070fa9b9e16413ef944d910b68f3ba79192eca4010b0af132b8631bd91cc
-SIZE (php-5.4.23.tar.bz2) = 12251671
+SHA256 (php-5.4.24.tar.bz2) = 97fe70eddaf5b93969714a551870fe03f6b0a387f85b83a6d63a40a76199a327
+SIZE (php-5.4.24.tar.bz2) = 12256796
 SHA256 (php-5.4.x-mail-header.patch) = 005ae1cd8ed17c72d7b09dee9c4466e8b16d4ecba7fe11276731ed6ff9fbb344
 SIZE (php-5.4.x-mail-header.patch) = 3379


More information about the svn-ports-all mailing list