diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-19 10:35:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-19 10:35:00 +0000 |
commit | 60e3561abd2da6e310652ebb8f96337a963d9937 (patch) | |
tree | e4a9b4ef197fa503cefc503ce171fd1cda304523 /security | |
parent | 803a81eb3580a35708a32f854d3df2756863ed76 (diff) | |
download | pkgsrc-60e3561abd2da6e310652ebb8f96337a963d9937.tar.gz |
[Changes for 0.44 - 2004-12-16]
* Add "pmfiles.dat" to legacy manifest_skip routine to accomodate
early Win32 hacks. Reported by Steve Hay via Michael Schwern.
[Changes for 0.43 - 2004-12-16]
* Updated t/0-signature.t to be more friendly with Test::More;
contributed by Michael Schwern.
* Add $Timeout (default 3 seconds) to control the timeout for
probing connections to the key server.
* Take account of the .ts files produced by newer MakeMakers
in the suggested MANIFEST.SKIP list.
[Changes for 0.42 - 2004-11-20]
* Move under SVK version control management; ditch keyword tags.
* Michael Schwern pointed out that during development, the
"signature.t" file would keep failing.
* Documented how to generate SIGNATURE files as part of "make dist",
for Module::Install, ExtUtils::MakeMaker and Module::Build users .
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Module-Signature/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Module-Signature/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/security/p5-Module-Signature/Makefile b/security/p5-Module-Signature/Makefile index 6e6387d6791..f49e90c3676 100644 --- a/security/p5-Module-Signature/Makefile +++ b/security/p5-Module-Signature/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:08 grant Exp $ +# $NetBSD: Makefile,v 1.3 2005/02/19 10:35:00 wiz Exp $ # -DISTNAME= Module-Signature-0.41 +DISTNAME= Module-Signature-0.44 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ms -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} diff --git a/security/p5-Module-Signature/distinfo b/security/p5-Module-Signature/distinfo index 3e656bc2408..8579dc3c2d1 100644 --- a/security/p5-Module-Signature/distinfo +++ b/security/p5-Module-Signature/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/11/11 18:11:58 seb Exp $ +$NetBSD: distinfo,v 1.2 2005/02/19 10:35:00 wiz Exp $ -SHA1 (Module-Signature-0.41.tar.gz) = 203a35b8bb7f9098286fbb2c3c92465d83b51c88 -Size (Module-Signature-0.41.tar.gz) = 56276 bytes +SHA1 (Module-Signature-0.44.tar.gz) = 85dbefa492db64cc18110162901c52debc9acbb9 +Size (Module-Signature-0.44.tar.gz) = 54622 bytes SHA1 (patch-aa) = 17dc9e97f45058cc273265bcc3b9dcc1f39de6ec |