diff options
author | hasso <hasso@pkgsrc.org> | 2009-03-16 19:14:08 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-03-16 19:14:08 +0000 |
commit | 0b0f6ba1c46b28ca13cf3c7791c221b8c1e1a2be (patch) | |
tree | dbb019045a404a9c0b8579bc682f6bb8f894e943 /security | |
parent | 815061eff800902f89723c79a3d5025f1861094d (diff) | |
download | pkgsrc-0b0f6ba1c46b28ca13cf3c7791c221b8c1e1a2be.tar.gz |
Update to version 1.4.15. Many small fixes and new ATRs in the list. See
Changelog in the source tarball for full commit log.
Diffstat (limited to 'security')
-rw-r--r-- | security/pcsc-tools/Makefile | 6 | ||||
-rw-r--r-- | security/pcsc-tools/distinfo | 9 | ||||
-rw-r--r-- | security/pcsc-tools/patches/patch-aa | 13 |
3 files changed, 7 insertions, 21 deletions
diff --git a/security/pcsc-tools/Makefile b/security/pcsc-tools/Makefile index 4459922c11c..00cb732d5d5 100644 --- a/security/pcsc-tools/Makefile +++ b/security/pcsc-tools/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2008/04/10 07:56:09 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2009/03/16 19:14:08 hasso Exp $ # -DISTNAME= pcsc-tools-1.4.12 +DISTNAME= pcsc-tools-1.4.15 CATEGORIES= security MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/pcsc-tools/ @@ -20,7 +20,7 @@ INSTALL_ENV+= DESTDIR=${PREFIX:Q} SUBST_CLASSES+= prefix SUBST_STAGE.prefix= post-patch SUBST_FILES.prefix= ATR_analysis ./ATR_analysis.1p -SUBST_SED.prefix= -e 's,/usr/local,${PREFIX},' +SUBST_SED.prefix= -e 's,/usr/local/pcsc,${PREFIX}/share/pcsc,' SUBST_CLASSES+= perl SUBST_STAGE.perl= post-patch diff --git a/security/pcsc-tools/distinfo b/security/pcsc-tools/distinfo index 59fc5215938..d5549f7efe9 100644 --- a/security/pcsc-tools/distinfo +++ b/security/pcsc-tools/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/03/04 11:32:15 shannonjr Exp $ +$NetBSD: distinfo,v 1.2 2009/03/16 19:14:08 hasso Exp $ -SHA1 (pcsc-tools-1.4.12.tar.gz) = 193fe6e7b04eb5afff685a9bc1ea4bc5c5926302 -RMD160 (pcsc-tools-1.4.12.tar.gz) = a584b4c37fbbc53b6153857fe7eaee0fb49e524b -Size (pcsc-tools-1.4.12.tar.gz) = 57657 bytes -SHA1 (patch-aa) = ce9441fe2479558012da2aea4d36c204fc627dbb +SHA1 (pcsc-tools-1.4.15.tar.gz) = cdc37f7763ebeb927487585d4eecd84d8e366421 +RMD160 (pcsc-tools-1.4.15.tar.gz) = e5f278a43cf138a6bcdaa1ac478d64fb123bab5b +Size (pcsc-tools-1.4.15.tar.gz) = 64090 bytes diff --git a/security/pcsc-tools/patches/patch-aa b/security/pcsc-tools/patches/patch-aa deleted file mode 100644 index b5425c96cae..00000000000 --- a/security/pcsc-tools/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2008/03/04 11:32:15 shannonjr Exp $ - ---- ATR_analysis.orig 2007-10-05 10:39:44.000000000 -0600 -+++ ATR_analysis -@@ -47,7 +47,7 @@ use Getopt::Std; - use Chipcard::PCSC::Card; - - # file containing the smart card models --my @SMARTCARD_LIST = ( "$ENV{HOME}/.smartcard_list.txt", "/usr/local/pcsc/smartcard_list.txt", "/usr/share/pcsc/smartcard_list.txt", "/usr/local/share/pcsc/smartcard_list.txt"); -+my @SMARTCARD_LIST = ( "$ENV{HOME}/.smartcard_list.txt", "/usr/local/share/pcsc/smartcard_list.txt"); - - our ($opt_v, $opt_h); - my ($atr, %TS, @Fi, @Di, @XI, @UI, $T, $value, $counter, $line, $TCK); |