diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-01-14 18:02:56 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-01-14 18:02:56 +0000 |
commit | 56b17d8f52b66a75d936e9da8dcf08a1e0ee05c2 (patch) | |
tree | 678cebd0da1f5681687b14995bcbdfa2d474ea47 /security | |
parent | b7476a911162fdd7e575347b6114f851a20e8ed5 (diff) | |
download | ports-56b17d8f52b66a75d936e9da8dcf08a1e0ee05c2.tar.gz ports-56b17d8f52b66a75d936e9da8dcf08a1e0ee05c2.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-Rijndael/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Crypt-Rijndael/distinfo | 6 | ||||
-rw-r--r-- | security/p5-Crypt-Rijndael/files/patch-rijndael_h | 11 |
3 files changed, 5 insertions, 16 deletions
diff --git a/security/p5-Crypt-Rijndael/Makefile b/security/p5-Crypt-Rijndael/Makefile index 7265c4562c4f..96d85459b63d 100644 --- a/security/p5-Crypt-Rijndael/Makefile +++ b/security/p5-Crypt-Rijndael/Makefile @@ -6,8 +6,8 @@ # PORTNAME= Crypt-Rijndael -PORTVERSION= 0.05 -PORTREVISION= 1 +PORTVERSION= 1.01 +PORTREVISION= 0 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt diff --git a/security/p5-Crypt-Rijndael/distinfo b/security/p5-Crypt-Rijndael/distinfo index c138ac414f1e..51106afba5c1 100644 --- a/security/p5-Crypt-Rijndael/distinfo +++ b/security/p5-Crypt-Rijndael/distinfo @@ -1,3 +1,3 @@ -MD5 (Crypt-Rijndael-0.05.tar.gz) = af8628fee8648f26c94916ef8edf32d9 -SHA256 (Crypt-Rijndael-0.05.tar.gz) = 5863e140cce50e8435c94802dc60880419bdab77c5001d74cd2fbcf1fa781fc0 -SIZE (Crypt-Rijndael-0.05.tar.gz) = 23676 +MD5 (Crypt-Rijndael-1.01.tar.gz) = bbde603735b7342b74a263266d2d650b +SHA256 (Crypt-Rijndael-1.01.tar.gz) = 63a2ed493620f0007b2cba0e2d6c7ced103f9ac6ac63b9197f3a39c86d2e0599 +SIZE (Crypt-Rijndael-1.01.tar.gz) = 25794 diff --git a/security/p5-Crypt-Rijndael/files/patch-rijndael_h b/security/p5-Crypt-Rijndael/files/patch-rijndael_h deleted file mode 100644 index 9200c50c7658..000000000000 --- a/security/p5-Crypt-Rijndael/files/patch-rijndael_h +++ /dev/null @@ -1,11 +0,0 @@ ---- #rijndael.h~ Thu Apr 20 13:56:04 2006 -+++ rijndael.h Thu Apr 20 13:56:04 2006 -@@ -27,7 +27,7 @@ - - #include <stdlib.h> - --typedef unsigned long UINT32; -+typedef unsigned int UINT32; - typedef unsigned char UINT8; - - /* Other block sizes and key lengths are possible, but in the context of |