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

narf_tm at macports.org narf_tm at macports.org
Sun Sep 6 16:52:34 PDT 2009


Revision: 57162
          http://trac.macports.org/changeset/57162
Author:   narf_tm at macports.org
Date:     2009-09-06 16:52:30 -0700 (Sun, 06 Sep 2009)
Log Message:
-----------
Updated to 2.12.

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

Modified: trunk/dports/perl/p5-libapreq2/Portfile
===================================================================
--- trunk/dports/perl/p5-libapreq2/Portfile	2009-09-06 23:05:41 UTC (rev 57161)
+++ trunk/dports/perl/p5-libapreq2/Portfile	2009-09-06 23:52:30 UTC (rev 57162)
@@ -1,29 +1,33 @@
 # $Id$
 
-PortSystem            1.0
-PortGroup             perl5 1.0
+PortSystem                1.0
+PortGroup                 perl5 1.0
 
-perl5.setup           libapreq2 2.08 Apache2
-maintainers           narf_tm openmaintainer
-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.setup               libapreq2 2.12 Apache2
+maintainers               narf_tm openmaintainer
+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 9fb3deec448f74c455d4ffc13846ea9f
+checksums                 md5 76e2acde0d82246dea6f2565f3746eec \
+                          sha1 0199b9d7a6d85b2df849f29e41a4a4d7a83a2a3f \
+                          rmd160 576b3a514e943ef3c28c45530d9e5a6d75132902
 
-depends_lib-append    port:apache2 \
-                      port:mod_perl2 \
-                      port:p5-extutils-xsbuilder
+depends_lib-append        port:apache2 \
+                          port:mod_perl2 \
+                          port:p5-extutils-xsbuilder
 
-configure.args        --with-apache2-apxs=${prefix}/apache2/bin/apxs --with-mm-opts="${configure.args}"
+configure.args            --with-apache2-apxs=${prefix}/apache2/bin/apxs --with-mm-opts="${configure.args}"
 
-destroot.pre_args     install
+destroot.pre_args         install
 
+destroot.violate_mtree    yes
+
 ## stolen from perl5 group code
 post-destroot         {
                           foreach packlist [exec find ${destroot} -name .packlist] {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090906/7e242f7f/attachment.html>


More information about the macports-changes mailing list