Updated p5-Net-CUPS to 0.64.
Based on patches from Edgar Fuß. 0.64 Thu Jun 08 20:10:00 2017 - Report the printer-state attribute and support non-string device attributes in general by Edgar Fuß 0.63 Thu Oct 31 09:15:00 2016 - Fix segfaults in Net::CUPS::PPD::getNextOption when enumerating options by Alexis Bienvenüe - Fix bad free() when finalizing the result of getDestinations() by Alexis Bienvenüe - Fix a spelling mistake by Gregor Herrmann - Update support information 0.62 Thu Jul 21 08:20:30 2016 - Fix version check on CUPS 2 by Mathieu Simon - Fix compatibility with CUPS >= 1.6 by contyk
This commit is contained in:
parent
24cfc326ee
commit
1b6953b603
2 changed files with 11 additions and 9 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.24 2017/06/05 14:24:26 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2017/06/14 21:26:13 wiz Exp $
|
||||
|
||||
DISTNAME= Net-CUPS-0.61
|
||||
DISTNAME= Net-CUPS-0.64
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 18
|
||||
CATEGORIES= print net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
||||
|
||||
|
@ -15,8 +14,11 @@ USE_LANGUAGES= c
|
|||
|
||||
PERL5_PACKLIST= auto/Net/CUPS/.packlist
|
||||
|
||||
EXTRACT_USING= bsdtar
|
||||
|
||||
BUILDLINK_DEPMETHOD.cups-filters= build # image.h
|
||||
.include "../../print/cups-filters/buildlink3.mk"
|
||||
.include "../../converters/libiconv/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.cups+= cups>=1.2.2<2.0
|
||||
.include "../../print/cups/buildlink3.mk"
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2015/11/04 01:01:36 agc Exp $
|
||||
$NetBSD: distinfo,v 1.3 2017/06/14 21:26:13 wiz Exp $
|
||||
|
||||
SHA1 (Net-CUPS-0.61.tar.gz) = 48240df335169950853ec30caa4be8733af2b48b
|
||||
RMD160 (Net-CUPS-0.61.tar.gz) = c3dcf15fefc83985e79bb47439d485a5f956f854
|
||||
SHA512 (Net-CUPS-0.61.tar.gz) = 6e906dfebd7a5970f393f8187808049004d6b89fc268bb89abb4dca43145ec97ea45dd3faa51a04de2843a2aedc8051bcb88ab688f4a9886acc188166e2c2cf7
|
||||
Size (Net-CUPS-0.61.tar.gz) = 83893 bytes
|
||||
SHA1 (Net-CUPS-0.64.tar.gz) = 9f7a2faddbdde022be67b3dca68a19886eed1942
|
||||
RMD160 (Net-CUPS-0.64.tar.gz) = d577f20c45f649ce5f7661ede833dded7b5d1094
|
||||
SHA512 (Net-CUPS-0.64.tar.gz) = 66ce9d7fbdee7842fab292e301cfdfe7a6bb1dd77732b01fb322499d830e00345a00a74e1c00d09b2db1b57c43d459c3fc447ce97d5a72666a70cfeec1e842ce
|
||||
Size (Net-CUPS-0.64.tar.gz) = 87872 bytes
|
||||
|
|
Loading…
Reference in a new issue