Revision
75345
Author
l2g@macports.org
Date
2011-01-22 15:09:03 -0800 (Sat, 22 Jan 2011)

Log Message

p5-uri: upgrade to URI 1.57, which includes various enhancements

Modified Paths

Diff

Modified: trunk/dports/perl/p5-uri/Portfile (75344 => 75345)


--- trunk/dports/perl/p5-uri/Portfile	2011-01-22 21:00:43 UTC (rev 75344)
+++ trunk/dports/perl/p5-uri/Portfile	2011-01-22 23:09:03 UTC (rev 75345)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 PortGroup       perl5 1.0
 
-perl5.setup     URI 1.56
+perl5.setup     URI 1.57 ../../authors/id/G/GA/GAAS
 platforms       darwin
 maintainers     l2g openmaintainer
 license         Artistic/GPL
@@ -17,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    86b2dcd534f946754a2e714ff488a50cf15183e3 \
-                rmd160  cd33b7b204a5b80c279d570568d14eb9ec6b9360
+checksums           sha1    3a910fbb16247b9641ac4d80343d3e9a291f0f0d \
+                    rmd160  4acdd79c46e03bc59e95212c0eac65b274a5055c
 
 depends_lib-append  port:p5-mime-base64