aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-IDEA
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-02-04 20:19:10 +0800
committeredwin <edwin@FreeBSD.org>2003-02-04 20:19:10 +0800
commit278ac964d7423d092d81ae0cd122e9db83c5df73 (patch)
treeea53bfefb47fd07266cff080aed8c018f2fa3b7c /security/p5-Crypt-IDEA
parent97342fd64db2a9555d56a947d45ae046f32f68b1 (diff)
downloadfreebsd-ports-gnome-278ac964d7423d092d81ae0cd122e9db83c5df73.tar.gz
freebsd-ports-gnome-278ac964d7423d092d81ae0cd122e9db83c5df73.tar.zst
freebsd-ports-gnome-278ac964d7423d092d81ae0cd122e9db83c5df73.zip
update security/p5-Crypt-IDEA to 1.02
- update to 1.02 - add WWW - take maintainership PR: ports/47210 Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'security/p5-Crypt-IDEA')
-rw-r--r--security/p5-Crypt-IDEA/Makefile4
-rw-r--r--security/p5-Crypt-IDEA/distinfo2
-rw-r--r--security/p5-Crypt-IDEA/files/patch-IDEA.xs16
-rw-r--r--security/p5-Crypt-IDEA/files/patch-_idea.c (renamed from security/p5-Crypt-IDEA/files/patch-aa)4
-rw-r--r--security/p5-Crypt-IDEA/pkg-descr2
5 files changed, 7 insertions, 21 deletions
diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile
index b91199bd7e08..70a7f2471e9f 100644
--- a/security/p5-Crypt-IDEA/Makefile
+++ b/security/p5-Crypt-IDEA/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= Crypt-IDEA
-PORTVERSION= 1.01
+PORTVERSION= 1.02
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= erwin@lansing.dk
RESTRICTED= "Crypto; export-controlled"
diff --git a/security/p5-Crypt-IDEA/distinfo b/security/p5-Crypt-IDEA/distinfo
index d177e8cf42cd..e09c388af236 100644
--- a/security/p5-Crypt-IDEA/distinfo
+++ b/security/p5-Crypt-IDEA/distinfo
@@ -1 +1 @@
-MD5 (Crypt-IDEA-1.01.tar.gz) = dc0d4ca4834a50709659a6e481301eaa
+MD5 (Crypt-IDEA-1.02.tar.gz) = c9c453c402b1fc494faa9dd3be793a4a
diff --git a/security/p5-Crypt-IDEA/files/patch-IDEA.xs b/security/p5-Crypt-IDEA/files/patch-IDEA.xs
deleted file mode 100644
index f32319212c97..000000000000
--- a/security/p5-Crypt-IDEA/files/patch-IDEA.xs
+++ /dev/null
@@ -1,16 +0,0 @@
-
-$FreeBSD$
-
---- IDEA.xs 2002/10/21 11:18:42 1.1
-+++ IDEA.xs 2002/10/21 11:27:32
-@@ -9,6 +9,10 @@
-
- #include "idea.h"
-
-+#ifndef sv_undef
-+#define sv_undef PL_sv_undef
-+#endif
-+
- MODULE = Crypt::IDEA PACKAGE = Crypt::IDEA PREFIX = idea_
-
- char *
diff --git a/security/p5-Crypt-IDEA/files/patch-aa b/security/p5-Crypt-IDEA/files/patch-_idea.c
index 1f00e8f01a6d..7d953b542bd8 100644
--- a/security/p5-Crypt-IDEA/files/patch-aa
+++ b/security/p5-Crypt-IDEA/files/patch-_idea.c
@@ -1,5 +1,5 @@
---- idea.c.orig Sun Apr 23 03:51:49 2000
-+++ idea.c Sun Apr 23 03:51:27 2000
+--- _idea.c.orig Sun Jan 19 11:37:03 2003
++++ _idea.c Sun Jan 19 11:37:14 2003
@@ -5,7 +5,7 @@
#include "idea.h"
diff --git a/security/p5-Crypt-IDEA/pkg-descr b/security/p5-Crypt-IDEA/pkg-descr
index ce1df95c9e8c..83fea765f642 100644
--- a/security/p5-Crypt-IDEA/pkg-descr
+++ b/security/p5-Crypt-IDEA/pkg-descr
@@ -4,3 +4,5 @@
methods
blocksize =item keysize =item encrypt =item decrypt
+
+WWW: http://search.cpan.org/dist/Crypt-IDEA/