Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 17:09:52 +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: r340624 - in head: graphics/php55-gd/files lang/php55
Message-ID:  <201401211709.s0LH9qAY063088@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Tue Jan 21 17:09:52 2014
New Revision: 340624
URL: http://svnweb.freebsd.org/changeset/ports/340624
QAT: https://qat.redports.org/buildarchive/r340624/

Log:
  Update to 5.5.8 release.

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

Modified: head/graphics/php55-gd/files/patch-config.m4
==============================================================================
--- head/graphics/php55-gd/files/patch-config.m4	Tue Jan 21 17:09:30 2014	(r340623)
+++ head/graphics/php55-gd/files/patch-config.m4	Tue Jan 21 17:09:52 2014	(r340624)
@@ -1,14 +1,5 @@
 --- config.m4.orig	2013-12-11 00:31:06.000000000 +0100
 +++ config.m4	2013-12-24 21:11:19.000000000 +0100
-@@ -185,7 +185,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
 @@ -233,7 +233,7 @@
      ],[
        AC_MSG_ERROR([Problem with libt1.(a|so). Please check config.log for more information.])

Modified: head/lang/php55/Makefile
==============================================================================
--- head/lang/php55/Makefile	Tue Jan 21 17:09:30 2014	(r340623)
+++ head/lang/php55/Makefile	Tue Jan 21 17:09:52 2014	(r340624)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	php55
-PORTVERSION=	5.5.7
+PORTVERSION=	5.5.8
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	${MASTER_SITE_PHP}

Modified: head/lang/php55/distinfo
==============================================================================
--- head/lang/php55/distinfo	Tue Jan 21 17:09:30 2014	(r340623)
+++ head/lang/php55/distinfo	Tue Jan 21 17:09:52 2014	(r340624)
@@ -1,4 +1,4 @@
-SHA256 (php-5.5.7.tar.bz2) = 2cb9425ef514b984dd233097d82a66f4623b9bf48f2ef265bc7ba25d697d6008
-SIZE (php-5.5.7.tar.bz2) = 12991330
+SHA256 (php-5.5.8.tar.bz2) = 6d5f45659d13383fc8429f185cc9da0b30c7bb72dcae9baf568f0511eb7f8b68
+SIZE (php-5.5.8.tar.bz2) = 13005675
 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?201401211709.s0LH9qAY063088>