pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-pcsc Update to version 1.4.7. Upstream cha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/01ed51b6ac39
branches:  trunk
changeset: 556062:01ed51b6ac39
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Mon Mar 16 14:55:59 2009 +0000

description:
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

diffstat:

 security/p5-pcsc/Makefile         |   6 +++---
 security/p5-pcsc/distinfo         |   9 ++++-----
 security/p5-pcsc/patches/patch-aa |  13 -------------
 3 files changed, 7 insertions(+), 21 deletions(-)

diffs (54 lines):

diff -r a3495288f0d2 -r 01ed51b6ac39 security/p5-pcsc/Makefile
--- a/security/p5-pcsc/Makefile Mon Mar 16 14:18:37 2009 +0000
+++ b/security/p5-pcsc/Makefile Mon Mar 16 14:55:59 2009 +0000
@@ -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 @@
 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 -r a3495288f0d2 -r 01ed51b6ac39 security/p5-pcsc/distinfo
--- a/security/p5-pcsc/distinfo Mon Mar 16 14:18:37 2009 +0000
+++ b/security/p5-pcsc/distinfo Mon Mar 16 14:55:59 2009 +0000
@@ -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 -r a3495288f0d2 -r 01ed51b6ac39 security/p5-pcsc/patches/patch-aa
--- a/security/p5-pcsc/patches/patch-aa Mon Mar 16 14:18:37 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index