[153841] trunk/dports/www/wml/Portfile

mf2k at macports.org mf2k at macports.org
Thu Oct 13 15:19:33 CEST 2016


Revision: 153841
          https://trac.macports.org/changeset/153841
Author:   mf2k at macports.org
Date:     2016-10-13 06:19:33 -0700 (Thu, 13 Oct 2016)
Log Message:
-----------
wml: Fix dependencies to include perl5.24. Re-order dependencies per the norm.

Modified Paths:
--------------
    trunk/dports/www/wml/Portfile

Modified: trunk/dports/www/wml/Portfile
===================================================================
--- trunk/dports/www/wml/Portfile	2016-10-13 13:14:51 UTC (rev 153840)
+++ trunk/dports/www/wml/Portfile	2016-10-13 13:19:33 UTC (rev 153841)
@@ -6,7 +6,7 @@
 
 name                    wml
 version                 2.0.11
-revision                10
+revision                11
 platforms               darwin
 categories              www lang
 maintainers             cfaerber.name:cfaerber \
@@ -41,11 +41,9 @@
                         patch-no_tidy.diff \
                         patch-no_txt2html.diff
 
-depends_run             port:eperl \
-                        port:m4 \
-                        port:tidy
+depends_build           port:lynx
 
-depends_lib             port:gdbm \
+depends_lib-append      port:gdbm \
                         port:gettext \
                         port:libiconv \
                         port:p${perl5.major}-getopt-long \
@@ -54,7 +52,9 @@
                         port:p${perl5.major}-io \
                         port:p${perl5.major}-term-readkey
 
-depends_build           port:lynx
+depends_run             port:eperl \
+                        port:m4 \
+                        port:tidy
 
 configure.args          --with-perl="${perl5.bin}" \
                         --without-modules \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161013/14ebf364/attachment-0002.html>


More information about the macports-changes mailing list