diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-08 14:49:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-08 14:49:00 +0800 |
commit | 92ba72292dd69c578a12fc47e84bad52077f66b4 (patch) | |
tree | ae0789d91a51614e81c3a81f61dc8f44c748c536 /net | |
parent | 1202b0302bd8ba48b8994f6f9845c5daa54ecb1c (diff) | |
download | freebsd-ports-gnome-92ba72292dd69c578a12fc47e84bad52077f66b4.tar.gz freebsd-ports-gnome-92ba72292dd69c578a12fc47e84bad52077f66b4.tar.zst freebsd-ports-gnome-92ba72292dd69c578a12fc47e84bad52077f66b4.zip |
- Unbreak after net/yaz update
PR: 154527
Submitted by: "Pawel Pekala" <c0rn@o2.pl>
Approved by: maintainer
Feature safe: yes
Diffstat (limited to 'net')
-rw-r--r-- | net/pecl-yaz/Makefile | 7 | ||||
-rw-r--r-- | net/pecl-yaz/distinfo | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/pecl-yaz/Makefile b/net/pecl-yaz/Makefile index 68b414febd95..8ec8044e8df9 100644 --- a/net/pecl-yaz/Makefile +++ b/net/pecl-yaz/Makefile @@ -7,7 +7,7 @@ PORTNAME= yaz PORTVERSION= 1.0.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -19,11 +19,12 @@ COMMENT= A PECL extension that implements a Z39.50 client LIB_DEPENDS= yaz.4:${PORTSDIR}/net/yaz -BROKEN= does not configure - USE_PHP= yes USE_PHPEXT= yes CONFIGURE_ARGS= --with-yaz=${LOCALBASE} +pre-configure: + @${REINPLACE_CMD} -e 's|YAZVERSION|YAZ_VERSION|g' ${WRKSRC}/configure + .include <bsd.port.mk> diff --git a/net/pecl-yaz/distinfo b/net/pecl-yaz/distinfo index d99b8c824d4d..95f7f3c60209 100644 --- a/net/pecl-yaz/distinfo +++ b/net/pecl-yaz/distinfo @@ -1,3 +1,2 @@ -MD5 (PECL/yaz-1.0.14.tgz) = ad75c5aba798ed4f708e4a6b8b72ca0a SHA256 (PECL/yaz-1.0.14.tgz) = a38d608160d6c95063b061589a1e4e0a2fe4d08026648b7550ab3796456af62e SIZE (PECL/yaz-1.0.14.tgz) = 16601 |