From f45777776d08d2866bdd629c7619e087e8d8af42 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 20 Nov 2016 23:56:27 +0000 Subject: [PATCH] - Update to 0.93 --- security/p5-Crypt-RHash/Makefile | 3 +-- security/p5-Crypt-RHash/distinfo | 5 +++-- .../p5-Crypt-RHash/files/patch-librhash_byte__order.h | 11 ----------- .../files/patch-librhash_rhash__torrent.h | 11 ----------- 4 files changed, 4 insertions(+), 26 deletions(-) delete mode 100644 security/p5-Crypt-RHash/files/patch-librhash_byte__order.h delete mode 100644 security/p5-Crypt-RHash/files/patch-librhash_rhash__torrent.h diff --git a/security/p5-Crypt-RHash/Makefile b/security/p5-Crypt-RHash/Makefile index 869fef765449..906fa84e6c15 100644 --- a/security/p5-Crypt-RHash/Makefile +++ b/security/p5-Crypt-RHash/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Crypt-RHash -PORTVERSION= 0.91 -PORTREVISION= 1 +PORTVERSION= 0.93 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/security/p5-Crypt-RHash/distinfo b/security/p5-Crypt-RHash/distinfo index 25b8af2c0aac..b3f9b4b63362 100644 --- a/security/p5-Crypt-RHash/distinfo +++ b/security/p5-Crypt-RHash/distinfo @@ -1,2 +1,3 @@ -SHA256 (Crypt-RHash-0.91.tar.gz) = ce615fb0214c83c3ee7484937c7c64410d33882f0c9287baafee43b8755e55bc -SIZE (Crypt-RHash-0.91.tar.gz) = 153862 +TIMESTAMP = 1479642954 +SHA256 (Crypt-RHash-0.93.tar.gz) = a37ec248f2ed1923b8f452d9a069f939509effcca687b45aa22f1e821d59bb12 +SIZE (Crypt-RHash-0.93.tar.gz) = 155783 diff --git a/security/p5-Crypt-RHash/files/patch-librhash_byte__order.h b/security/p5-Crypt-RHash/files/patch-librhash_byte__order.h deleted file mode 100644 index b1791203b505..000000000000 --- a/security/p5-Crypt-RHash/files/patch-librhash_byte__order.h +++ /dev/null @@ -1,11 +0,0 @@ ---- librhash/byte_order.h.orig 2014-01-29 13:28:04 UTC -+++ librhash/byte_order.h -@@ -40,7 +40,7 @@ extern "C" { - __BYTE_ORDER == __LITTLE_ENDIAN) || \ - defined(CPU_IA32) || defined(CPU_X64) || \ - defined(__ia64) || defined(__ia64__) || defined(__alpha__) || defined(_M_ALPHA) || \ -- defined(vax) || defined(MIPSEL) || defined(_ARM_) -+ defined(vax) || defined(MIPSEL) || defined(_ARM_) || defined(__arm__) - # define CPU_LITTLE_ENDIAN - # define IS_BIG_ENDIAN 0 - # define IS_LITTLE_ENDIAN 1 diff --git a/security/p5-Crypt-RHash/files/patch-librhash_rhash__torrent.h b/security/p5-Crypt-RHash/files/patch-librhash_rhash__torrent.h deleted file mode 100644 index 4f97af214516..000000000000 --- a/security/p5-Crypt-RHash/files/patch-librhash_rhash__torrent.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./librhash/rhash_torrent.h.orig 2014-08-22 08:37:39.000000000 -0400 -+++ ./librhash/rhash_torrent.h 2014-08-22 08:37:46.000000000 -0400 -@@ -11,8 +11,6 @@ - # define RHASH_API - #endif - --typedef struct rhash_context* rhash; -- - /* a binary string with length */ - typedef struct rhash_str - {