Revision
87378
Author
ryandesign@macports.org
Date
2011-11-18 17:55:37 -0800 (Fri, 18 Nov 2011)

Log Message

p5-uri: update to 1.59; see #32131

Modified Paths

Diff

Modified: trunk/dports/perl/p5-uri/Portfile (87377 => 87378)


--- trunk/dports/perl/p5-uri/Portfile	2011-11-19 01:52:50 UTC (rev 87377)
+++ trunk/dports/perl/p5-uri/Portfile	2011-11-19 01:55:37 UTC (rev 87378)
@@ -4,8 +4,7 @@
 PortSystem      1.0
 PortGroup       perl5 1.0
 
-perl5.setup     URI 1.58
-revision        2
+perl5.setup     URI 1.59
 platforms       darwin
 maintainers     l2g openmaintainer
 license         Artistic GPL
@@ -18,8 +17,8 @@
     implements the URI class. Objects of this class represent Uniform Resource \
     Identifier references as specified in RFC 2396 and updated by RFC 2732.
 
-checksums           sha1    46fcf3ba499d42ab6a7152b0bbbc72f1ff13092c \
-                    rmd160  2ee7b11c615557dd6164c01df8f5693a0f9a85cc
+checksums       rmd160  3b2923d0831f8e9824360121e9e2e70370dc0c5c \
+                sha256  cb88d29b589db8d2adbc4713fd082284cba77883488717375f011bbd13b5cac6
 
 if {${perl5.major} != ""} {
 depends_lib-append  port:p${perl5.major}-mime-base64