pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/p5-Module-Signature Update p5-Module-Signatur...
details: https://anonhg.NetBSD.org/pkgsrc/rev/498188ab8991
branches: trunk
changeset: 575840:498188ab8991
user: seb <seb%pkgsrc.org@localhost>
date: Mon May 24 16:02:28 2010 +0000
description:
Update p5-Module-Signature from version 0.63 to version 0.64.
Pkgsrc changes:
- placate pkglint
Upstream changes:
[Changes for 0.64 - Sun, 9 May 2010 00:50:11 +0200]
* Avoid creating gnupg configuration files for the user invoking Makefile.PL
(Closes RT#41978).
* Correctly detect the version of gnupg on cygwin and add tests for it
(Paul Fenwick) (Closes RT#39258).
diffstat:
security/p5-Module-Signature/Makefile | 11 +++++------
security/p5-Module-Signature/distinfo | 10 +++++-----
security/p5-Module-Signature/patches/patch-aa | 4 +++-
3 files changed, 13 insertions(+), 12 deletions(-)
diffs (60 lines):
diff -r 56b938ed0b65 -r 498188ab8991 security/p5-Module-Signature/Makefile
--- a/security/p5-Module-Signature/Makefile Mon May 24 15:11:57 2010 +0000
+++ b/security/p5-Module-Signature/Makefile Mon May 24 16:02:28 2010 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2010/04/11 23:55:02 seb Exp $
+# $NetBSD: Makefile,v 1.17 2010/05/24 16:02:28 seb Exp $
#
-DISTNAME= Module-Signature-0.63
+DISTNAME= Module-Signature-0.64
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ms
CATEGORIES= devel perl5
@@ -9,7 +9,7 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://search.cpan.org/dist/Module-Signature/
-COMMENT= Perl5 module adding cryptographic authentications to CPAN distributions
+COMMENT= Perl 5 module for module signature file manipulation
LICENSE= public-domain
PKG_DESTDIR_SUPPORT= user-destdir
@@ -30,9 +30,8 @@
${MV} ${WRKSRC}/t/0-signature.t ${WRKSRC}/t/0-signature.t.SKIP
post-install:
- ${PKG_SILENT}${PKG_DEBUG} \
- for f in ${WRKSRC}/*.pub; do ${INSTALL_DATA} $$f \
- ${DESTDIR:Q}${PREFIX:Q}/share/Module-Signature; \
+ ${RUN} for f in ${WRKSRC}/*.pub; do ${INSTALL_DATA} "$$f" \
+ ${DESTDIR}${PREFIX}/share/Module-Signature; \
done
.include "../../lang/perl5/module.mk"
diff -r 56b938ed0b65 -r 498188ab8991 security/p5-Module-Signature/distinfo
--- a/security/p5-Module-Signature/distinfo Mon May 24 15:11:57 2010 +0000
+++ b/security/p5-Module-Signature/distinfo Mon May 24 16:02:28 2010 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2010/04/11 23:55:02 seb Exp $
+$NetBSD: distinfo,v 1.7 2010/05/24 16:02:28 seb Exp $
-SHA1 (Module-Signature-0.63.tar.gz) = 635ed51710122df48a41abe55bba92ef8a2825d2
-RMD160 (Module-Signature-0.63.tar.gz) = 958679a61fe28b4196ed69962f210bf577531fe8
-Size (Module-Signature-0.63.tar.gz) = 75174 bytes
-SHA1 (patch-aa) = c93a17560f84e3fcf3d412bf2d36937f4471499d
+SHA1 (Module-Signature-0.64.tar.gz) = d993b0c0af09ca05b49e9ca6b54f5b36cba72886
+RMD160 (Module-Signature-0.64.tar.gz) = 387fb7a82319b7fe1be57008f4e8fef18f4272fa
+Size (Module-Signature-0.64.tar.gz) = 75272 bytes
+SHA1 (patch-aa) = 2b45a27b78b17924ceec233374641fb57528e1c9
diff -r 56b938ed0b65 -r 498188ab8991 security/p5-Module-Signature/patches/patch-aa
--- a/security/p5-Module-Signature/patches/patch-aa Mon May 24 15:11:57 2010 +0000
+++ b/security/p5-Module-Signature/patches/patch-aa Mon May 24 16:02:28 2010 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-aa,v 1.2 2007/02/27 09:28:33 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2010/05/24 16:02:28 seb Exp $
+
+Prevent interactive configure.
--- Makefile.PL.orig 2006-07-30 01:11:14.000000000 +0000
+++ Makefile.PL
Home |
Main Index |
Thread Index |
Old Index