svn commit: r305002 - head/textproc/pecl-xdiff
Thomas Abthorpe
tabthorpe at FreeBSD.org
Fri Sep 28 17:05:00 UTC 2012
Author: tabthorpe
Date: Fri Sep 28 17:04:59 2012
New Revision: 305002
URL: http://svn.freebsd.org/changeset/ports/305002
Log:
- Update to 1.5.2
- Take maintainership
- Now works with php 5.4
- http://pecl.php.net/package-info.php?package=xdiff&version=1.5.2
Modified:
head/textproc/pecl-xdiff/Makefile (contents, props changed)
head/textproc/pecl-xdiff/distinfo (contents, props changed)
Modified: head/textproc/pecl-xdiff/Makefile
==============================================================================
--- head/textproc/pecl-xdiff/Makefile Fri Sep 28 16:52:49 2012 (r305001)
+++ head/textproc/pecl-xdiff/Makefile Fri Sep 28 17:04:59 2012 (r305002)
@@ -1,30 +1,24 @@
-# New ports collection makefile for: pecl-xdiff
-# Date created: 19 April 2006
-# Whom: Larry Rosenman <ler at lerctr.org>
-#
+# Created by: Larry Rosenman <ler at lerctr.org>
# $FreeBSD$
-#
PORTNAME= xdiff
-PORTVERSION= 1.5.1
+PORTVERSION= 1.5.2
CATEGORIES= textproc pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= tabthorpe at FreeBSD.org
COMMENT= A PECL extension to create/apply binary and text patches
+LICENSE= PHP301
+
LIB_DEPENDS= xdiff.0:${PORTSDIR}/textproc/libxdiff
USE_PHP= yes
USE_PHPEXT= yes
-DEFAULT_PHP_VER=53
-IGNORE_WITH_PHP=5
LDFLAGS+= -L${LOCALBASE}/lib
-post-configure:
- echo "#define HAVE_XDL_ALLOCATOR_PRIV 1" >>${WRKSRC}/config.h
.include <bsd.port.mk>
Modified: head/textproc/pecl-xdiff/distinfo
==============================================================================
--- head/textproc/pecl-xdiff/distinfo Fri Sep 28 16:52:49 2012 (r305001)
+++ head/textproc/pecl-xdiff/distinfo Fri Sep 28 17:04:59 2012 (r305002)
@@ -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
More information about the svn-ports-all
mailing list