[152173] trunk/dports/science/xraylib/Portfile

devans at macports.org devans at macports.org
Wed Aug 31 03:29:05 PDT 2016


Revision: 152173
          https://trac.macports.org/changeset/152173
Author:   devans at macports.org
Date:     2016-08-31 03:29:05 -0700 (Wed, 31 Aug 2016)
Log Message:
-----------
xraylib: add variant +perl5_24 and make it the perl default, remove references to obsolete perl variants, increment revision (#52081).

Modified Paths:
--------------
    trunk/dports/science/xraylib/Portfile

Modified: trunk/dports/science/xraylib/Portfile
===================================================================
--- trunk/dports/science/xraylib/Portfile	2016-08-31 09:33:50 UTC (rev 152172)
+++ trunk/dports/science/xraylib/Portfile	2016-08-31 10:29:05 UTC (rev 152173)
@@ -8,7 +8,7 @@
 
 name                xraylib
 version             3.1.0
-revision            3
+revision            4
 categories          science
 platforms           darwin
 license             BSD
@@ -50,10 +50,11 @@
 configure.ccache    no
 
 perl5.conflict_variants yes
-perl5.branches 5.22
+perl5.branches 5.22 5.24
+perl5.default_branch 5.24
 perl5.create_variants ${perl5.branches}
 
-if {[variant_isset perl5_16] || [variant_isset perl5_18] || [variant_isset perl5_20] || [variant_isset perl5_22]} {
+if {[variant_isset perl5_22] || [variant_isset perl5_24]} {
     configure.perl ${perl5.bin}
     configure.args-delete --disable-perl
     configure.args-append --enable-perl --enable-perl-integration
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160831/734ee344/attachment.html>


More information about the macports-changes mailing list