Update to 0.78

This commit is contained in:
Steven Kreuzer 2014-02-14 15:31:36 +00:00
parent ec88458d01
commit 5ee743ef2c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344253
3 changed files with 3 additions and 14 deletions

View file

@ -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-

View file

@ -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

View file

@ -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