diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-04-23 06:11:37 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-04-23 06:11:37 +0800 |
commit | a7cc7cffb48158d9f498840b2cff164204ea6cba (patch) | |
tree | 1dcf4e4193fb8a8aeba035bb81bd0e4c352e3292 | |
parent | d25d48f0d741de4eb5b6a8c79b1bdf22e08fe9dd (diff) | |
download | freebsd-ports-gnome-a7cc7cffb48158d9f498840b2cff164204ea6cba.tar.gz freebsd-ports-gnome-a7cc7cffb48158d9f498840b2cff164204ea6cba.tar.zst freebsd-ports-gnome-a7cc7cffb48158d9f498840b2cff164204ea6cba.zip |
Upgrade to 1.01.
-rw-r--r-- | security/p5-Crypt-DES/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Crypt-DES/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Crypt-IDEA/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Crypt-IDEA/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Crypt-IDEA/files/patch-aa | 15 |
5 files changed, 15 insertions, 12 deletions
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index 44e616afdac2..6673c7e35c15 100644 --- a/security/p5-Crypt-DES/Makefile +++ b/security/p5-Crypt-DES/Makefile @@ -6,11 +6,11 @@ # PORTNAME= p5-Crypt-DES -PORTVERSION= 1.0 +PORTVERSION= 1.01 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt -DISTNAME= Crypt-DES-1.0 +DISTNAME= Crypt-DES-1.01 MAINTAINER= jfitz@FreeBSD.org diff --git a/security/p5-Crypt-DES/distinfo b/security/p5-Crypt-DES/distinfo index 3d018464a73b..3c887d86a3d2 100644 --- a/security/p5-Crypt-DES/distinfo +++ b/security/p5-Crypt-DES/distinfo @@ -1 +1 @@ -MD5 (Crypt-DES-1.0.tar.gz) = 410c6e6958595f7ef3e6a37f464424e0 +MD5 (Crypt-DES-1.01.tar.gz) = d7f5bc456daccd5607550754db647c0f diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile index 95e631d4942f..3cb68a1304fe 100644 --- a/security/p5-Crypt-IDEA/Makefile +++ b/security/p5-Crypt-IDEA/Makefile @@ -6,11 +6,11 @@ # PORTNAME= p5-Crypt-IDEA -PORTVERSION= 1.0 +PORTVERSION= 1.01 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt -DISTNAME= Crypt-IDEA-1.0 +DISTNAME= Crypt-IDEA-1.01 MAINTAINER= jfitz@FreeBSD.org diff --git a/security/p5-Crypt-IDEA/distinfo b/security/p5-Crypt-IDEA/distinfo index 174261d33d41..d177e8cf42cd 100644 --- a/security/p5-Crypt-IDEA/distinfo +++ b/security/p5-Crypt-IDEA/distinfo @@ -1 +1 @@ -MD5 (Crypt-IDEA-1.0.tar.gz) = c4d88637869cec753cf0d469942b1f1d +MD5 (Crypt-IDEA-1.01.tar.gz) = dc0d4ca4834a50709659a6e481301eaa diff --git a/security/p5-Crypt-IDEA/files/patch-aa b/security/p5-Crypt-IDEA/files/patch-aa index 2fdceb4fa182..1f00e8f01a6d 100644 --- a/security/p5-Crypt-IDEA/files/patch-aa +++ b/security/p5-Crypt-IDEA/files/patch-aa @@ -1,8 +1,11 @@ ---- idea.h.ORIG Sat Sep 26 15:55:53 1998 -+++ idea.h Sat Sep 26 15:56:43 1998 -@@ -1,4 +1,4 @@ --#include <machine/types.h> -+#include <sys/types.h> +--- idea.c.orig Sun Apr 23 03:51:49 2000 ++++ idea.c Sun Apr 23 03:51:27 2000 +@@ -5,7 +5,7 @@ - #define IDEA_KS_SIZE 104 + #include "idea.h" +-#include <endian.h> ++#include <machine/endian.h> + + #define KEYS_PER_ROUND 6 + #define ROUNDS 8 |