[123455] trunk/dports/perl/p5-libapreq2/Portfile

mojca at macports.org mojca at macports.org
Sat Aug 9 05:47:51 PDT 2014


Revision: 123455
          https://trac.macports.org/changeset/123455
Author:   mojca at macports.org
Date:     2014-08-09 05:47:50 -0700 (Sat, 09 Aug 2014)
Log Message:
-----------
p5-libapreq2: whitespace, first line, sha256

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

Modified: trunk/dports/perl/p5-libapreq2/Portfile
===================================================================
--- trunk/dports/perl/p5-libapreq2/Portfile	2014-08-09 12:43:34 UTC (rev 123454)
+++ trunk/dports/perl/p5-libapreq2/Portfile	2014-08-09 12:47:50 UTC (rev 123455)
@@ -1,50 +1,52 @@
+# -*- 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 5.18
-perl5.setup               libapreq2 2.13 Apache2
-revision                  3
-license                   Apache-2
-maintainers               nomaintainer
-description               Methods for dealing with client request data
-long_description          Apache::Request is a subclass of the Apache class, \
-                          which adds methods for parsing GET requests and POST \
-                          requests where Content-type is one of \
-                          application/x-www-form-urlencoded or \
-                          multipart/form-data.
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         libapreq2 2.13 Apache2
+revision            3
+license             Apache-2
+maintainers         nomaintainer
+description         Methods for dealing with client request data
+long_description    Apache::Request is a subclass of the Apache class, \
+                    which adds methods for parsing GET requests and POST \
+                    requests where Content-type is one of \
+                    application/x-www-form-urlencoded or \
+                    multipart/form-data.
 
-platforms                 darwin
+platforms           darwin
 
-checksums                md5 c11fb0861aa84dcc6cd0f0798b045eee \
-                         sha1 db3761625a62230147896b47e9b047660b20ba28 \
-                         rmd160 8d7d2573624193b6dfbbe354b3771012257c1578
+checksums           rmd160  8d7d2573624193b6dfbbe354b3771012257c1578 \
+                    sha256  5731e6833b32d88e4a5c690e45ddf20fcf969ce3da666c5627d775e92da0cf6e
 
 if {${perl5.major} != ""} {
-depends_lib-append        port:apache2 \
-                          port:mod_perl2 \
-                          port:p${perl5.major}-extutils-xsbuilder
+depends_lib-append  port:apache2 \
+                    port:mod_perl2 \
+                    port:p${perl5.major}-extutils-xsbuilder
 
-set apxs                  ${prefix}/apache2/bin/apxs
+set apxs            ${prefix}/apache2/bin/apxs
 
-configure.args            --with-apache2-apxs=${apxs} --with-mm-opts="${configure.args}"
+configure.args      --with-apache2-apxs=${apxs} \
+                    --with-mm-opts="${configure.args}"
 
-destroot.pre_args         install
+destroot.pre_args   install
 
-destroot.violate_mtree    yes
+destroot.violate_mtree \
+                    yes
 
 ## stolen from perl5 group code
-post-destroot         {
-                          foreach packlist [exec find ${destroot} -name .packlist] {
-                              ui_info "Fixing packlist ${packlist}"
-                              reinplace "s|${destroot}||" ${packlist}
-                          }
-                          foreach badfile [exec find ${destroot} -name perllocal.pod] {
-                              ui_info "Removing ${badfile}"
-                              file delete ${badfile}
-                          }
-                      }
+post-destroot {
+    foreach packlist [exec find ${destroot} -name .packlist] {
+        ui_info "Fixing packlist ${packlist}"
+        reinplace "s|${destroot}||" ${packlist}
+    }
+    foreach badfile [exec find ${destroot} -name perllocal.pod] {
+        ui_info "Removing ${badfile}"
+        file delete ${badfile}
+    }
+}
 
 notes "
 If this your first install, you might want to enable apreq in apache:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140809/5640c1be/attachment-0001.html>


More information about the macports-changes mailing list