mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +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:
parent
6bd38971c6
commit
0b8aa3d996
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252638
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user