Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2012 22:09:36 GMT
From:      Kimo <kimor79@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/172124: [PATCH] textproc/pecl-xdiff 1.5.2
Message-ID:  <201209272209.q8RM9aHp026256@red.freebsd.org>
Resent-Message-ID: <201209272210.q8RMA60Q008544@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172124
>Category:       ports
>Synopsis:       [PATCH] textproc/pecl-xdiff 1.5.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 27 22:10:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kimo
>Release:        9.0-RELEASE
>Organization:
>Environment:
>Description:
PECL xdiff 1.5.2 works with php 5.4. Attached patch updates the port.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/textproc/pecl-xdiff/Makefile b/textproc/pecl-xdiff/Makefile
index 251173d..416b302 100644
--- a/textproc/pecl-xdiff/Makefile
+++ b/textproc/pecl-xdiff/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xdiff
-PORTVERSION=	1.5.1
+PORTVERSION=	1.5.2
 CATEGORIES=	textproc pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -20,8 +20,7 @@ LIB_DEPENDS=	xdiff.0:${PORTSDIR}/textproc/libxdiff
 
 USE_PHP=	yes
 USE_PHPEXT=	yes
-DEFAULT_PHP_VER=53
-IGNORE_WITH_PHP=5
+DEFAULT_PHP_VER=5
 
 LDFLAGS+=	-L${LOCALBASE}/lib
 
diff --git a/textproc/pecl-xdiff/distinfo b/textproc/pecl-xdiff/distinfo
index a516f96..80e668a 100644
--- a/textproc/pecl-xdiff/distinfo
+++ b/textproc/pecl-xdiff/distinfo
@@ -1,2 +1,2 @@
-SHA256 (PECL/xdiff-1.5.1.tgz) = 2b5ff3804494623592551450e34290a87c5a8d3903c9d8f944d7dd1d717fb261
-SIZE (PECL/xdiff-1.5.1.tgz) = 9147
+SHA256 (PECL/xdiff-1.5.2.tgz) = ebe72b887fcd2296f1e4032d476a8a463803ccfb0b34b403be8433daf3cfd81d
+SIZE (PECL/xdiff-1.5.2.tgz) = 9275


>Release-Note:
>Audit-Trail:
>Unformatted:



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