[41940] trunk/dports/perl/p5-uri/Portfile

nox at macports.org nox at macports.org
Wed Nov 12 03:07:02 PST 2008


Revision: 41940
          http://trac.macports.org/changeset/41940
Author:   nox at macports.org
Date:     2008-11-12 03:07:01 -0800 (Wed, 12 Nov 2008)
Log Message:
-----------
p5-uri: Updated to 1.36.

Modified Paths:
--------------
    trunk/dports/perl/p5-uri/Portfile

Modified: trunk/dports/perl/p5-uri/Portfile
===================================================================
--- trunk/dports/perl/p5-uri/Portfile	2008-11-12 11:06:22 UTC (rev 41939)
+++ trunk/dports/perl/p5-uri/Portfile	2008-11-12 11:07:01 UTC (rev 41940)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem      1.0
@@ -3,23 +4,25 @@
 PortGroup       perl5 1.0
 
-perl5.setup     URI 1.35
-revision        1
+perl5.setup     URI 1.36
 platforms       darwin
-maintainers     nox
+maintainers     nox openmaintainer
 description     Uniform Resource Identifiers (absolute and relative)
 
 long_description \
     This package contains the URI.pm module with friends.  The module implements the URI class. \
-	Objects of this class represent Uniform Resource Identifier references as specified in RFC 2396 and \
-	updated by RFC 2732.
+    Objects of this class represent Uniform Resource Identifier references as specified in RFC 2396 and \
+    updated by RFC 2732.
 
-checksums       md5 1a933b1114c41a25587ee59ba8376f7c \
-                sha1 e385446f95bbf12ea55e002cf594c85a73e85e7b \
-                rmd160 8044cd40c9c6b083a1455ac34a03f9e283a6c959
+checksums       md5     a97bbdd38b31c6b2672fdc3060fae34b \
+                sha1    7f443bfdeb6ba71c496501748b23cd8481a15a76 \
+                rmd160  5331a05d9528ba933b78008f6ff78c1a6647c228
 
+use_parallel_build  yes
+
 post-destroot {
     set docdir ${prefix}/share/doc/${name}-${version}
     xinstall -d ${destroot}${docdir}
-    xinstall -m 0644 -W ${worksrcpath} Changes README ${destroot}${docdir}
+    xinstall -m 644 -W $worksrcpath Changes README $destroot$docdir
 }
 
+universal_variant   no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081112/a431d6bd/attachment-0001.html>


More information about the macports-changes mailing list