diff options
author | hasso <hasso@pkgsrc.org> | 2009-03-16 14:55:59 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-03-16 14:55:59 +0000 |
commit | f52840e6d81d464f5e84f49b9a717ea5951e6a57 (patch) | |
tree | 37834b772af92233c6335a10d1e9de68f59922d0 | |
parent | 0352e78275c40c624e8fc4bb30a4819c2048e7ab (diff) | |
download | pkgsrc-f52840e6d81d464f5e84f49b9a717ea5951e6a57.tar.gz |
Update to version 1.4.7. Upstream changes:
* Card/Card.pm: type: prefered -> preferred
* Card/Card.pm: update copyright date
* Card/Card.pm: typo: prefered -> preferred
* Card/Card.pod: typos
* README: release 1.4.7
* MANIFEST: remove removed files (merged)
* Makefile_OSX.PL, Makefile_win.PL: merged in Makefile.PL
* README, README.OSX, README.Unix, README.Windows: merge all README.* in README
* Makefile.PL: merge Makefile_win.PL and Makefile_OSX.PL
* PCSC.pod: typos
* PCSC.pod: typo
* PCSC.pm: version 0.05
* PCSC.pod, PCSCperl.h: update copyright date
* PCSCperl.h: reorder the .h inclusion to have a default for Unix system
-rw-r--r-- | security/p5-pcsc/Makefile | 6 | ||||
-rw-r--r-- | security/p5-pcsc/distinfo | 9 | ||||
-rw-r--r-- | security/p5-pcsc/patches/patch-aa | 13 |
3 files changed, 7 insertions, 21 deletions
diff --git a/security/p5-pcsc/Makefile b/security/p5-pcsc/Makefile index 8643533c344..b3248d534de 100644 --- a/security/p5-pcsc/Makefile +++ b/security/p5-pcsc/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2008/10/19 19:18:46 he Exp $ +# $NetBSD: Makefile,v 1.4 2009/03/16 14:55:59 hasso Exp $ # -DISTNAME= pcsc-perl-1.4.6 +DISTNAME= pcsc-perl-1.4.7 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/pcsc-perl/ @@ -11,6 +10,7 @@ MAINTAINER= shannonjr@NetBSD.org HOMEPAGE= http://ludovic.rousseau.free.fr/softwares/pcsc-perl/ COMMENT= Allows communication with a smart card from a Perl script +PKG_DESTDIR_SUPPORT= user-destdir PERL5_MODULE_TYPE= MakeMaker SUBST_CLASSES+= perl diff --git a/security/p5-pcsc/distinfo b/security/p5-pcsc/distinfo index 3c40fdb3af7..cace33d8b49 100644 --- a/security/p5-pcsc/distinfo +++ b/security/p5-pcsc/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/07/01 13:46:02 obache Exp $ +$NetBSD: distinfo,v 1.3 2009/03/16 14:55:59 hasso Exp $ -SHA1 (pcsc-perl-1.4.6.tar.gz) = 4f6cb030aa5f20d071ab9ab56ad81ee10a74e493 -RMD160 (pcsc-perl-1.4.6.tar.gz) = bfdc0149bcb82ec2ac1e24e107692d68d9de8f0d -Size (pcsc-perl-1.4.6.tar.gz) = 41828 bytes -SHA1 (patch-aa) = fb58442ece08bb02e70de14b258d16a87628b986 +SHA1 (pcsc-perl-1.4.7.tar.gz) = 7a55adbbfaa8f4ff302d2c19e6138e06cc123ed7 +RMD160 (pcsc-perl-1.4.7.tar.gz) = b8a09ad5400a44d1579a4e851df8681ae5645ebb +Size (pcsc-perl-1.4.7.tar.gz) = 41885 bytes diff --git a/security/p5-pcsc/patches/patch-aa b/security/p5-pcsc/patches/patch-aa deleted file mode 100644 index 9e8542fc65d..00000000000 --- a/security/p5-pcsc/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2008/07/01 13:46:02 obache Exp $ - ---- PCSCperl.h.orig 2007-03-07 22:27:24 +0200 -+++ PCSCperl.h 2008-06-02 11:13:12 +0300 -@@ -59,7 +59,7 @@ - #endif - - --#if (defined __linux__) || (defined __FreeBSD_kernel__) -+#if (defined __linux__) || (defined __FreeBSD_kernel__) || (defined __NetBSD__) || (defined __DragonFly__) - # include <dlfcn.h> - # include <pcsclite.h> - # define LOAD_LIB() dlopen("libpcsclite.so.1", RTLD_LAZY) |