diff options
author | mef <mef@pkgsrc.org> | 2015-02-28 14:52:57 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-02-28 14:52:57 +0000 |
commit | 6a1cdff35b41431d29d7b8969a03de553f2f8ede (patch) | |
tree | 0a00bce9c629c528590305632708ce467c2d76fe /net/p5-Net-Z3950-ZOOM | |
parent | d4c3706a8802f8655b8f329fab95db12dab8c1b8 (diff) | |
download | pkgsrc-6a1cdff35b41431d29d7b8969a03de553f2f8ede.tar.gz |
(pkgsrc)
-BUILDLINK_API_DEPENDS.yaz+= yaz>=2.1.50
+BUILDLINK_API_DEPENDS.yaz+= yaz>=4
(upstream)
- Update 1.28 to 1.30
-------------------
1.30 Wed Mar 12 14:08:26 CET 2014
- Update test 19-events.t and 29-events.t
Events check: allow for multiple Connect events
- Require YAZ 4 or later
- Require perl-XML-LibXML-XPathContext on RHEL/CentOS v5 only.
1.29 Mon Oct 14 10:41:28 CEST 2013
- Debian/RPM packages now built with YAZ 5.
- Do not depend on libyaz4-devel in Debian package
(only required for building)
- Include the useful example program
samples/zoom-delete-records which is installed as part of
"make install".
- Fix documentation of connect() method so that it doesn't
imply that it can accept options.
Diffstat (limited to 'net/p5-Net-Z3950-ZOOM')
-rw-r--r-- | net/p5-Net-Z3950-ZOOM/Makefile | 7 | ||||
-rw-r--r-- | net/p5-Net-Z3950-ZOOM/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/p5-Net-Z3950-ZOOM/Makefile b/net/p5-Net-Z3950-ZOOM/Makefile index a189e96b666..413a1bc1527 100644 --- a/net/p5-Net-Z3950-ZOOM/Makefile +++ b/net/p5-Net-Z3950-ZOOM/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2014/10/09 14:06:47 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2015/02/28 14:52:57 mef Exp $ -DISTNAME= Net-Z3950-ZOOM-1.28 +DISTNAME= Net-Z3950-ZOOM-1.30 PKGNAME= p5-${DISTNAME} -PKGREVISION= 13 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -13,7 +12,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Event>=1.06:../../devel/p5-Event DEPENDS+= p5-MARC-Record>=2.0.0:../../databases/p5-MARC-Record -BUILDLINK_API_DEPENDS.yaz+= yaz>=2.1.50 +BUILDLINK_API_DEPENDS.yaz+= yaz>=4 PERL5_PACKLIST= auto/Net/Z3950/ZOOM/.packlist diff --git a/net/p5-Net-Z3950-ZOOM/distinfo b/net/p5-Net-Z3950-ZOOM/distinfo index 2581152d415..eec28e50ed3 100644 --- a/net/p5-Net-Z3950-ZOOM/distinfo +++ b/net/p5-Net-Z3950-ZOOM/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/11/25 05:52:39 hiramatsu Exp $ +$NetBSD: distinfo,v 1.4 2015/02/28 14:52:57 mef Exp $ -SHA1 (Net-Z3950-ZOOM-1.28.tar.gz) = c0a1c22cfcaefe6b8a64a67ead0a920da5866f5c -RMD160 (Net-Z3950-ZOOM-1.28.tar.gz) = cc3afd8c5495e962544f91437038e80f1dd4d9a9 -Size (Net-Z3950-ZOOM-1.28.tar.gz) = 66800 bytes +SHA1 (Net-Z3950-ZOOM-1.30.tar.gz) = 2f22a3deb98d6fe974490820e792aa597df64849 +RMD160 (Net-Z3950-ZOOM-1.30.tar.gz) = b01bd9065825b3f254129d434cb4ff72fd43adbc +Size (Net-Z3950-ZOOM-1.30.tar.gz) = 67042 bytes |