diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-04 20:19:10 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-04 20:19:10 +0800 |
commit | 278ac964d7423d092d81ae0cd122e9db83c5df73 (patch) | |
tree | ea53bfefb47fd07266cff080aed8c018f2fa3b7c /security/p5-Crypt-IDEA/files | |
parent | 97342fd64db2a9555d56a947d45ae046f32f68b1 (diff) | |
download | freebsd-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/files')
-rw-r--r-- | security/p5-Crypt-IDEA/files/patch-IDEA.xs | 16 | ||||
-rw-r--r-- | security/p5-Crypt-IDEA/files/patch-_idea.c (renamed from security/p5-Crypt-IDEA/files/patch-aa) | 4 |
2 files changed, 2 insertions, 18 deletions
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" |