diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-29 01:04:59 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-29 01:04:59 +0800 |
commit | 4f25e8b998776ba714a8b52c3e0752ed735c6fe8 (patch) | |
tree | 4a8695306f6cdf445f60eb92a2be0409d7ca336d /textproc | |
parent | 8a3a3ffe8cb2e2cd9d0be044f88f16041e81dffb (diff) | |
download | freebsd-ports-gnome-4f25e8b998776ba714a8b52c3e0752ed735c6fe8.tar.gz freebsd-ports-gnome-4f25e8b998776ba714a8b52c3e0752ed735c6fe8.tar.zst freebsd-ports-gnome-4f25e8b998776ba714a8b52c3e0752ed735c6fe8.zip |
- 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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pecl-xdiff/Makefile | 16 | ||||
-rw-r--r-- | textproc/pecl-xdiff/distinfo | 4 |
2 files changed, 7 insertions, 13 deletions
diff --git a/textproc/pecl-xdiff/Makefile b/textproc/pecl-xdiff/Makefile index 251173d57178..80f549a01803 100644 --- a/textproc/pecl-xdiff/Makefile +++ b/textproc/pecl-xdiff/Makefile @@ -1,30 +1,24 @@ -# New ports collection makefile for: pecl-xdiff -# Date created: 19 April 2006 -# Whom: Larry Rosenman <ler@lerctr.org> -# +# Created by: Larry Rosenman <ler@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@FreeBSD.org +MAINTAINER= tabthorpe@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> diff --git a/textproc/pecl-xdiff/distinfo b/textproc/pecl-xdiff/distinfo index a516f96fdaa4..80e668ab6859 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 |