diff options
author | heinz <heinz@pkgsrc.org> | 2004-02-22 17:07:18 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-02-22 17:07:18 +0000 |
commit | c8a5dfddcc68857c3769b5838399a4972fca6184 (patch) | |
tree | a3dfcde1dfedafb44283f49f3b1813e4782fd5de | |
parent | 2979df31409ddb363f2ee53fb6e36b4193d211a7 (diff) | |
download | pkgsrc-c8a5dfddcc68857c3769b5838399a4972fca6184.tar.gz |
Updated to version 1.02.
Taking maintainership.
Adapted to buildlink3.
Changes sinces 1.01
===================
Patch-ab has been incorparated into the distribution.
-rw-r--r-- | security/p5-Crypt-IDEA/Makefile | 14 | ||||
-rw-r--r-- | security/p5-Crypt-IDEA/distinfo | 9 | ||||
-rw-r--r-- | security/p5-Crypt-IDEA/patches/patch-aa | 6 | ||||
-rw-r--r-- | security/p5-Crypt-IDEA/patches/patch-ab | 13 |
4 files changed, 14 insertions, 28 deletions
diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile index 86e18bae01c..79f6c5f76f8 100644 --- a/security/p5-Crypt-IDEA/Makefile +++ b/security/p5-Crypt-IDEA/Makefile @@ -1,21 +1,21 @@ -# $NetBSD: Makefile,v 1.5 2003/07/21 17:20:15 martti Exp $ +# $NetBSD: Makefile,v 1.6 2004/02/22 17:07:18 heinz Exp $ # -DISTNAME= Crypt-IDEA-1.01 +DISTNAME= Crypt-IDEA-1.02 PKGNAME= p5-${DISTNAME} CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} -MAINTAINER= tech-pkg@NetBSD.org -#HOMEPAGE= +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Crypt-IDEA/ COMMENT= Perl5 module for the IDEA symmetric key algorithm -USE_BUILDLINK2= YES - # IDEA's license LICENCE= fee-based-commercial-use -USE_PERL5= # defined +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/IDEA/.packlist .include "../../lang/perl5/module.mk" diff --git a/security/p5-Crypt-IDEA/distinfo b/security/p5-Crypt-IDEA/distinfo index b8d0e79e87d..c4dad03f123 100644 --- a/security/p5-Crypt-IDEA/distinfo +++ b/security/p5-Crypt-IDEA/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/12/30 14:28:04 wiz Exp $ +$NetBSD: distinfo,v 1.2 2004/02/22 17:07:18 heinz Exp $ -SHA1 (Crypt-IDEA-1.01.tar.gz) = 43fb64fb81d4ab52a74e5897d6ae6836d39be2b7 -Size (Crypt-IDEA-1.01.tar.gz) = 5281 bytes -SHA1 (patch-aa) = 6a1b70d0d7e4ac854b0afdedf6a188f2a2d1c228 -SHA1 (patch-ab) = 0c3239aa73bbd94803bdfcd7bf745e7169dc66a2 +SHA1 (Crypt-IDEA-1.02.tar.gz) = 05fca3a3040c4ab1ae26996698d92d86cf230a86 +Size (Crypt-IDEA-1.02.tar.gz) = 5366 bytes +SHA1 (patch-aa) = 7be5a54b7d12f61b17dddf43355717da6a60a341 diff --git a/security/p5-Crypt-IDEA/patches/patch-aa b/security/p5-Crypt-IDEA/patches/patch-aa index b096752fc13..ecf1b13e468 100644 --- a/security/p5-Crypt-IDEA/patches/patch-aa +++ b/security/p5-Crypt-IDEA/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/12/30 14:28:04 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2004/02/22 17:07:18 heinz Exp $ ---- idea.c.orig Sun Sep 16 22:50:43 2001 -+++ idea.c Sun Sep 16 22:50:08 2001 +--- _idea.c.orig Sat May 22 22:30:47 1999 ++++ _idea.c @@ -5,7 +5,7 @@ #include "idea.h" diff --git a/security/p5-Crypt-IDEA/patches/patch-ab b/security/p5-Crypt-IDEA/patches/patch-ab deleted file mode 100644 index fee9d1e8e31..00000000000 --- a/security/p5-Crypt-IDEA/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2001/12/30 14:28:04 wiz Exp $ - ---- IDEA.xs.orig Sun Sep 16 22:47:03 2001 -+++ IDEA.xs Sun Sep 16 22:47:14 2001 -@@ -63,7 +63,7 @@ - if (ks_len != sizeof(idea_ks)) - croak("Invalid key schedule"); - -- if (output == &sv_undef) -+ if (output == &PL_sv_undef) - output = sv_newmortal(); - output_len = 8; - |