[129245] trunk/dports/perl/p5-http-request-ascgi/Portfile

mojca at macports.org mojca at macports.org
Tue Dec 9 14:16:53 PST 2014


Revision: 129245
          https://trac.macports.org/changeset/129245
Author:   mojca at macports.org
Date:     2014-12-09 14:16:53 -0800 (Tue, 09 Dec 2014)
Log Message:
-----------
p5-http-request-ascgi: whitespace, status line, sha256

Modified Paths:
--------------
    trunk/dports/perl/p5-http-request-ascgi/Portfile

Modified: trunk/dports/perl/p5-http-request-ascgi/Portfile
===================================================================
--- trunk/dports/perl/p5-http-request-ascgi/Portfile	2014-12-09 22:14:15 UTC (rev 129244)
+++ trunk/dports/perl/p5-http-request-ascgi/Portfile	2014-12-09 22:16:53 UTC (rev 129245)
@@ -1,27 +1,27 @@
+# -*- 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.10 5.12 5.14 5.16
-perl5.setup           HTTP-Request-AsCGI 1.2
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Set up a CGI environment from an HTTP::Request
-long_description      Provides a convenient way of setting up an CGI \
-                      environment from an HTTP::Request.
+perl5.setup         HTTP-Request-AsCGI 1.2
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Set up a CGI environment from an HTTP::Request
+long_description    Provides a convenient way of setting up an CGI \
+                    environment from an HTTP::Request.
 
-platforms             darwin
+checksums           rmd160  9fa4172a666d7be09335202580a48ba9bc35532b \
+                    sha256  945bfb07c6d1af52773fb7845ba62e3a74111b35cbd2d5e43ef8319e55acbcea
 
-checksums             md5 82f4749a702992d405d2a8f8118e87ec \
-                      sha1 c68034ed5a9271e62a333e1973d38abc18e077ce \
-                      rmd160 9fa4172a666d7be09335202580a48ba9bc35532b
+platforms           darwin
+supported_archs     noarch
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-class-accessor \
-                      port:p${perl5.major}-libwww-perl \
-                      port:p${perl5.major}-uri
-
-supported_archs noarch
+    depends_lib-append \
+                    port:p${perl5.major}-class-accessor \
+                    port:p${perl5.major}-libwww-perl \
+                    port:p${perl5.major}-uri
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141209/ff6fa431/attachment.html>


More information about the macports-changes mailing list