(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.
This commit is contained in:
parent
6527687a6c
commit
833b7b9dd3
2 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue