[152015] trunk/dports/devel/ossp-uuid/Portfile

devans at macports.org devans at macports.org
Fri Aug 26 16:01:12 PDT 2016


Revision: 152015
          https://trac.macports.org/changeset/152015
Author:   devans at macports.org
Date:     2016-08-26 16:01:12 -0700 (Fri, 26 Aug 2016)
Log Message:
-----------
ossp-uuid: add variant +perl5_22, set default to +perl5_24, no change in default build configuration.

Modified Paths:
--------------
    trunk/dports/devel/ossp-uuid/Portfile

Modified: trunk/dports/devel/ossp-uuid/Portfile
===================================================================
--- trunk/dports/devel/ossp-uuid/Portfile	2016-08-26 22:34:32 UTC (rev 152014)
+++ trunk/dports/devel/ossp-uuid/Portfile	2016-08-26 23:01:12 UTC (rev 152015)
@@ -71,14 +71,15 @@
 }
 
 # use perl5 port group to create variants
-# allow port group to set default variant
+# set default variant to p5.24 (#52081)
 # perl support is possibly required by dependents rpm5[234] (unverified)
 
 perl5.conflict_variants yes
-perl5.branches 5.24
+perl5.branches 5.22 5.24
+perl5.default_branch 5.24
 perl5.create_variants ${perl5.branches}
 
-if {[variant_isset perl5_24]} {
+if {[variant_isset perl5_22] || [variant_isset perl5_24]} {
     configure.perl          ${perl5.bin}
     configure.args-delete   --without-perl
     configure.args-append   --with-perl --with-perl-compat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160826/d461b3e8/attachment.html>


More information about the macports-changes mailing list