[132728] trunk/dports/perl/p5-html-mason/Portfile

devans at macports.org devans at macports.org
Mon Feb 9 07:15:03 PST 2015


Revision: 132728
          https://trac.macports.org/changeset/132728
Author:   devans at macports.org
Date:     2015-02-09 07:15:03 -0800 (Mon, 09 Feb 2015)
Log Message:
-----------
p5-html-mason: add perl branches 5.18 5.20 and drop +mod_perl +mod_perl2 variants, may be used with mod_perl, libapreq but this is not required, no direct dependency, increment revision (#46450).

Modified Paths:
--------------
    trunk/dports/perl/p5-html-mason/Portfile

Modified: trunk/dports/perl/p5-html-mason/Portfile
===================================================================
--- trunk/dports/perl/p5-html-mason/Portfile	2015-02-09 14:57:09 UTC (rev 132727)
+++ trunk/dports/perl/p5-html-mason/Portfile	2015-02-09 15:15:03 UTC (rev 132728)
@@ -4,10 +4,9 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-# mod_perl2 only supports perl5.16
-
-perl5.branches      5.16
+perl5.branches      5.16 5.18 5.20
 perl5.setup         HTML-Mason 1.56
+revision            1
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         High-performance, dynamic web site authoring system
@@ -35,29 +34,11 @@
                     port:p${perl5.major}-html-parser \
                     port:p${perl5.major}-log-any \
                     port:p${perl5.major}-params-validate
-
-# mod_perl (1.x) currently does not build
-
-    variant mod_perl conflicts mod_perl2 description {build with mod_perl 1.x (broken)} {
-        depends_lib-append \
-                    port:mod_perl \
-                    port:p${perl5.major}-libapreq
-    }
-
-    variant mod_perl2 conflicts mod_perl description {build with mod_perl 2.x} {
-        depends_lib-append \
-                    port:mod_perl2 \
-                    port:p${perl5.major}-libapreq2
-    }
-
-    if {![variant_isset mod_perl]} {
-        default_variants +mod_perl2
-    }
 }
 
 notes "
 
-Documentation on installing, configuring and tuning Mason can be found at
+Documentation on installing, configuring and tuning Mason 1.0 can be found at
     https://metacpan.org/pod/distribution/HTML-Mason/lib/HTML/Mason/Admin.pod
 
 "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150209/10114691/attachment-0001.html>


More information about the macports-changes mailing list