1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Upgrade to 1.5.1, which implicitly unbreaks after recent PHP

5.3.2 update

Reported by:	pointyhat
Approved by:	portmgr (itetcu, erwin - blanket)
This commit is contained in:
Greg Larkin 2010-04-13 13:27:28 +00:00
parent 6bd38971c6
commit 0b8aa3d996
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252638
2 changed files with 7 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= xdiff
PORTVERSION= 1.4.1
PORTVERSION= 1.5.1
CATEGORIES= textproc pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
@ -21,6 +21,9 @@ LIB_DEPENDS= xdiff.0:${PORTSDIR}/textproc/libxdiff
USE_PHP= yes
USE_PHPEXT= yes
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
post-configure:
echo "#define HAVE_XDL_ALLOCATOR_PRIV 1" >>${WRKSRC}/config.h
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (PECL/xdiff-1.4.1.tgz) = dff2ae768f946aee07e4ba5bcd178e44
SHA256 (PECL/xdiff-1.4.1.tgz) = b9ee8b2fdc622e7795f12580f1fa074b394e5a1fea396515548b810d6d375005
SIZE (PECL/xdiff-1.4.1.tgz) = 8623
MD5 (PECL/xdiff-1.5.1.tgz) = d8c386c98130e724a07b62f5152130e5
SHA256 (PECL/xdiff-1.5.1.tgz) = 2b5ff3804494623592551450e34290a87c5a8d3903c9d8f944d7dd1d717fb261
SIZE (PECL/xdiff-1.5.1.tgz) = 9147