diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2014-02-14 15:31:36 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2014-02-14 15:31:36 +0000 |
commit | 5ee743ef2cc104316ec7ae7f93194dfa042a2af3 (patch) | |
tree | bb0faa173baec7d12990a41d5e82ff2055f23e61 /net | |
parent | ec88458d017d1d89a06024398d9a07a533281e80 (diff) | |
download | ports-5ee743ef2cc104316ec7ae7f93194dfa042a2af3.tar.gz ports-5ee743ef2cc104316ec7ae7f93194dfa042a2af3.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-RPC-XML/Makefile | 3 | ||||
-rw-r--r-- | net/p5-RPC-XML/distinfo | 4 | ||||
-rw-r--r-- | net/p5-RPC-XML/files/patch-lib-RPC-XML.pm | 10 |
3 files changed, 3 insertions, 14 deletions
diff --git a/net/p5-RPC-XML/Makefile b/net/p5-RPC-XML/Makefile index 5f4c4cd3f4bc..349682f4f703 100644 --- a/net/p5-RPC-XML/Makefile +++ b/net/p5-RPC-XML/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= RPC-XML -PORTVERSION= 0.77 -PORTREVISION= 1 +PORTVERSION= 0.78 CATEGORIES= net www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/net/p5-RPC-XML/distinfo b/net/p5-RPC-XML/distinfo index fea1e555ce40..0f9b9441576b 100644 --- a/net/p5-RPC-XML/distinfo +++ b/net/p5-RPC-XML/distinfo @@ -1,2 +1,2 @@ -SHA256 (RPC-XML-0.77.tar.gz) = e38c5d131e8c29f41ca39ac1e4b7abd33ed1c9b417e0d8ac1c24a056ce7e6f5a -SIZE (RPC-XML-0.77.tar.gz) = 205679 +SHA256 (RPC-XML-0.78.tar.gz) = a2c02724a29f8f3183e396d1ca69fa76650cd913334d6d429a094321f588ec6a +SIZE (RPC-XML-0.78.tar.gz) = 207243 diff --git a/net/p5-RPC-XML/files/patch-lib-RPC-XML.pm b/net/p5-RPC-XML/files/patch-lib-RPC-XML.pm deleted file mode 100644 index fab64dd0364b..000000000000 --- a/net/p5-RPC-XML/files/patch-lib-RPC-XML.pm +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/RPC/XML.pm.orig 2011-08-22 11:29:30.000000000 +0200 -+++ lib/RPC/XML.pm 2013-04-23 10:28:19.780990362 +0200 -@@ -258,6 +258,7 @@ - $type = reftype $_; - die "Un-convertable reference: $type, cannot use\n"; - } -+ $seenrefs->{$_}--; - } - # You have to check ints first, because they match the - # next pattern (for doubles) too |