[129528] trunk/dports/perl/p5-string-escape/Portfile

mojca at macports.org mojca at macports.org
Mon Dec 15 04:21:04 PST 2014


Revision: 129528
          https://trac.macports.org/changeset/129528
Author:   mojca at macports.org
Date:     2014-12-15 04:21:04 -0800 (Mon, 15 Dec 2014)
Log Message:
-----------
p5-string-escape: whitespace, status line, sha256 only

Modified Paths:
--------------
    trunk/dports/perl/p5-string-escape/Portfile

Modified: trunk/dports/perl/p5-string-escape/Portfile
===================================================================
--- trunk/dports/perl/p5-string-escape/Portfile	2014-12-15 12:19:45 UTC (rev 129527)
+++ trunk/dports/perl/p5-string-escape/Portfile	2014-12-15 12:21:04 UTC (rev 129528)
@@ -1,23 +1,24 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem              1.0
-PortGroup               perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
-perl5.branches          5.8 5.10 5.12 5.14 5.16
-perl5.setup             String-Escape 2010.002
-revision                3
-platforms               darwin
-license                 {Artistic-1 GPL}
-maintainers             fpassera.com:dev openmaintainer
-description             Backslash escapes, quoted phrase, word elision, etc.
-long_description        ${description}
+perl5.branches      5.8 5.10 5.12 5.14 5.16
+perl5.setup         String-Escape 2010.002
+revision            3
+platforms           darwin
+license             {Artistic-1 GPL}
+maintainers         fpassera.com:dev openmaintainer
+description         Backslash escapes, quoted phrase, word elision, etc.
+long_description    ${description}
 
-checksums               md5     f48000fbade3f46e1a37a43f12c7f01a \
-                        sha1    d90f5d2f7146905ce314fe8b295848c8ac3b934c \
-                        rmd160  dafd6e667401bc93e9f3208684c47356e41bf02f
+supported_archs     noarch
 
+checksums           rmd160  dafd6e667401bc93e9f3208684c47356e41bf02f \
+                    sha256  fd645f8b336224d20a85ae7fb1a384576eac329f7adc3923c3241e828e3b9a8a
+
 if {${perl5.major} != ""} {
-depends_lib-append      port:p${perl5.major}-extutils-makemaker
-
-supported_archs         noarch
+    depends_lib-append \
+                    port:p${perl5.major}-extutils-makemaker
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141215/bd1066ee/attachment-0001.html>


More information about the macports-changes mailing list