[144564] trunk/dports

mojca at macports.org mojca at macports.org
Tue Jan 12 13:17:36 PST 2016


Revision: 144564
          https://trac.macports.org/changeset/144564
Author:   mojca at macports.org
Date:     2016-01-12 13:17:36 -0800 (Tue, 12 Jan 2016)
Log Message:
-----------
remove perl5_16..5_20 variants from perl dependents (#50245)

Modified Paths:
--------------
    trunk/dports/databases/percona-toolkit/Portfile
    trunk/dports/devel/git-cal/Portfile
    trunk/dports/devel/ossp-uuid/Portfile
    trunk/dports/devel/subversion-perlbindings/Portfile
    trunk/dports/graphics/fntsample/Portfile
    trunk/dports/mail/amavisd-new/Portfile
    trunk/dports/mail/sqlgrey/Portfile
    trunk/dports/perl/eperl/Portfile
    trunk/dports/perl/fusioninventory-agent/Portfile
    trunk/dports/perl/p5-graveyard/Portfile
    trunk/dports/science/xraylib/Portfile
    trunk/dports/security/log2timeline/Portfile
    trunk/dports/sysutils/openbrowser/Portfile
    trunk/dports/tex/biblatex-biber/Portfile
    trunk/dports/www/mod_perl2/Portfile
    trunk/dports/www/wml/Portfile

Modified: trunk/dports/databases/percona-toolkit/Portfile
===================================================================
--- trunk/dports/databases/percona-toolkit/Portfile	2016-01-12 20:46:54 UTC (rev 144563)
+++ trunk/dports/databases/percona-toolkit/Portfile	2016-01-12 21:17:36 UTC (rev 144564)
@@ -19,9 +19,6 @@
                     sha256  0f0efc0c775fc1491a0f7cc520a511dd89634fab64888d92318b7cbae6a8606b
 
 set mp.perl.versions {
-    5.16
-    5.18
-    5.20
     5.22
 }
 set mp.perl.select  [lindex ${mp.perl.versions} end]

Modified: trunk/dports/devel/git-cal/Portfile
===================================================================
--- trunk/dports/devel/git-cal/Portfile	2016-01-12 20:46:54 UTC (rev 144563)
+++ trunk/dports/devel/git-cal/Portfile	2016-01-12 21:17:36 UTC (rev 144564)
@@ -20,7 +20,7 @@
 
 perl5.require_variant   yes
 perl5.conflict_variants yes
-perl5.branches          5.16 5.18 5.20 5.22
+perl5.branches          5.22
 perl5.create_variants   ${perl5.branches}
 
 checksums               rmd160  9a4b489979fa62c064e8af35c9c968e86d596257 \

Modified: trunk/dports/devel/ossp-uuid/Portfile
===================================================================
--- trunk/dports/devel/ossp-uuid/Portfile	2016-01-12 20:46:54 UTC (rev 144563)
+++ trunk/dports/devel/ossp-uuid/Portfile	2016-01-12 21:17:36 UTC (rev 144564)
@@ -75,10 +75,10 @@
 # perl support is possibly required by dependents rpm5[234] (unverified)
 
 perl5.conflict_variants yes
-perl5.branches 5.16 5.18 5.20 5.22
+perl5.branches 5.22
 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]} {
     configure.perl          ${perl5.bin}
     configure.args-delete   --without-perl
     configure.args-append   --with-perl --with-perl-compat

Modified: trunk/dports/devel/subversion-perlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-perlbindings/Portfile	2016-01-12 20:46:54 UTC (rev 144563)
+++ trunk/dports/devel/subversion-perlbindings/Portfile	2016-01-12 21:17:36 UTC (rev 144564)
@@ -18,7 +18,7 @@
 
 homepage            http://subversion.apache.org/
 
-set perl5.branches {5.16 5.18 5.20 5.22}
+set perl5.branches {5.22}
 foreach branch ${perl5.branches} {
     set p_idx [lsearch ${perl5.branches} ${branch}]
     set other_perls [lreplace ${perl5.branches} $p_idx $p_idx]

Modified: trunk/dports/graphics/fntsample/Portfile
===================================================================
--- trunk/dports/graphics/fntsample/Portfile	2016-01-12 20:46:54 UTC (rev 144563)
+++ trunk/dports/graphics/fntsample/Portfile	2016-01-12 21:17:36 UTC (rev 144564)
@@ -26,7 +26,7 @@
 
 perl5.require_variant   yes
 perl5.conflict_variants yes
-perl5.branches          5.18 5.20 5.22
+perl5.branches          5.22
 perl5.create_variants   ${perl5.branches}
 
 depends_build       port:pkgconfig \

Modified: trunk/dports/mail/amavisd-new/Portfile
===================================================================
--- trunk/dports/mail/amavisd-new/Portfile	2016-01-12 20:46:54 UTC (rev 144563)
+++ trunk/dports/mail/amavisd-new/Portfile	2016-01-12 21:17:36 UTC (rev 144564)
@@ -28,10 +28,10 @@
 checksums           rmd160  233eb8ebfd5bb15eba152553424ef0622602430b \
                     sha256  1d3d3f372d0888018b950ee19704c298b5d02e2c287ca2d5f1a785a078b6038f
 
-perl5.require_variant yes
+perl5.require_variant   yes
 perl5.conflict_variants yes
-perl5.branches      5.16 5.18 5.20 5.22
-perl5.create_variants ${perl5.branches}
+perl5.branches          5.22
+perl5.create_variants   ${perl5.branches}
 
 set daemon_user     _amavisd
 set daemon_group    _amavisd

Modified: trunk/dports/mail/sqlgrey/Portfile
===================================================================
--- trunk/dports/mail/sqlgrey/Portfile	2016-01-12 20:46:54 UTC (rev 144563)
+++ trunk/dports/mail/sqlgrey/Portfile	2016-01-12 21:17:36 UTC (rev 144564)
@@ -19,10 +19,10 @@
 checksums           rmd160  0404df3987ceb4732e73fee09388454995754c1c \
                     sha256  c109aab28c9dcf798beb708d1efa37facfb3dfacd0f15fa87b5f6c1f023d2068
 
-perl5.require_variant yes
+perl5.require_variant   yes
 perl5.conflict_variants yes
-perl5.branches      5.16 5.18 5.20 5.22
-perl5.create_variants ${perl5.branches}
+perl5.branches          5.22
+perl5.create_variants   ${perl5.branches}
 
 supported_archs     noarch
 depends_lib         port:p${perl5.major}-dbi \

Modified: trunk/dports/perl/eperl/Portfile
===================================================================
--- trunk/dports/perl/eperl/Portfile	2016-01-12 20:46:54 UTC (rev 144563)
+++ trunk/dports/perl/eperl/Portfile	2016-01-12 21:17:36 UTC (rev 144564)
@@ -26,7 +26,7 @@
 
 perl5.require_variant   yes
 perl5.conflict_variants yes
-perl5.branches          5.16 5.18 5.20 5.22
+perl5.branches          5.22
 perl5.create_variants   ${perl5.branches}
 
 use_configure           yes

Modified: trunk/dports/perl/fusioninventory-agent/Portfile
===================================================================
--- trunk/dports/perl/fusioninventory-agent/Portfile	2016-01-12 20:46:54 UTC (rev 144563)
+++ trunk/dports/perl/fusioninventory-agent/Portfile	2016-01-12 21:17:36 UTC (rev 144564)
@@ -8,7 +8,7 @@
 
 perl5.require_variant   yes
 perl5.conflict_variants yes
-perl5.branches          5.16 5.18 5.20 5.22
+perl5.branches          5.22
 perl5.create_variants   ${perl5.branches}
 
 name                fusioninventory-agent

Modified: trunk/dports/perl/p5-graveyard/Portfile
===================================================================
--- trunk/dports/perl/p5-graveyard/Portfile	2016-01-12 20:46:54 UTC (rev 144563)
+++ trunk/dports/perl/p5-graveyard/Portfile	2016-01-12 21:17:36 UTC (rev 144564)
@@ -68,11 +68,11 @@
 
 # MAUSOLEUM (separate section for special ports)
 foreach branch $defaultBranches {
-#    subport subversion-perlbindings-$branch {
-#        version 1.9.3
-#        revision 1
-#        replaced_by subversion-perlbindings-$replacements($branch)
-#    }
+    subport subversion-perlbindings-$branch {
+        version 1.9.3
+        revision 1
+        replaced_by subversion-perlbindings-$replacements($branch)
+    }
 }
 
 

Modified: trunk/dports/science/xraylib/Portfile
===================================================================
--- trunk/dports/science/xraylib/Portfile	2016-01-12 20:46:54 UTC (rev 144563)
+++ trunk/dports/science/xraylib/Portfile	2016-01-12 21:17:36 UTC (rev 144564)
@@ -50,7 +50,7 @@
 configure.ccache    no
 
 perl5.conflict_variants yes
-perl5.branches 5.16 5.18 5.20 5.22
+perl5.branches 5.22
 perl5.create_variants ${perl5.branches}
 
 if {[variant_isset perl5_16] || [variant_isset perl5_18] || [variant_isset perl5_20] || [variant_isset perl5_22]} {

Modified: trunk/dports/security/log2timeline/Portfile
===================================================================
--- trunk/dports/security/log2timeline/Portfile	2016-01-12 20:46:54 UTC (rev 144563)
+++ trunk/dports/security/log2timeline/Portfile	2016-01-12 21:17:36 UTC (rev 144564)
@@ -33,7 +33,7 @@
 # allow perl5 port group to determine default variant
 
 perl5.conflict_variants yes
-perl5.branches          5.16 5.18 5.20 5.22
+perl5.branches          5.22
 perl5.create_variants   ${perl5.branches}
 
 depends_lib         port:perl${perl5.major} \

Modified: trunk/dports/sysutils/openbrowser/Portfile
===================================================================
--- trunk/dports/sysutils/openbrowser/Portfile	2016-01-12 20:46:54 UTC (rev 144563)
+++ trunk/dports/sysutils/openbrowser/Portfile	2016-01-12 21:17:36 UTC (rev 144564)
@@ -27,7 +27,7 @@
 
 perl5.require_variant   yes
 perl5.conflict_variants yes
-perl5.branches          5.16 5.18 5.20 5.22
+perl5.branches          5.22
 perl5.create_variants   ${perl5.branches}
 
 depends_lib

Modified: trunk/dports/tex/biblatex-biber/Portfile
===================================================================
--- trunk/dports/tex/biblatex-biber/Portfile	2016-01-12 20:46:54 UTC (rev 144563)
+++ trunk/dports/tex/biblatex-biber/Portfile	2016-01-12 21:17:36 UTC (rev 144564)
@@ -11,17 +11,14 @@
 name            biblatex-biber
 epoch           2
 
-perl5.branches  5.18 5.20 5.22
+perl5.branches  5.22
 
-variant perl5_18 description "use perl version 5.18" conflicts perl5_20 perl5_22 {}
-variant perl5_20 description "use perl version 5.20" conflicts perl5_18 perl5_22 {}
-variant perl5_22 description "use perl version 5.22" conflicts perl5_18 perl5_20 {}
-if {![variant_isset perl5_18] && ![variant_isset perl5_20]} {
-    default_variants +perl5_22
-}
+# variant perl5_22 description "use perl version 5.22" conflicts perl5_x {}
+variant perl5_22 description "use perl version 5.22" {}
+# if {![variant_isset perl5_x]} {
+default_variants +perl5_22
+# }
 
-if {[variant_isset perl5_18]} { perl5.default_branch 5.18 }
-if {[variant_isset perl5_20]} { perl5.default_branch 5.20 }
 if {[variant_isset perl5_22]} { perl5.default_branch 5.22 }
 
 perl5.setup     Biber 2.1

Modified: trunk/dports/www/mod_perl2/Portfile
===================================================================
--- trunk/dports/www/mod_perl2/Portfile	2016-01-12 20:46:54 UTC (rev 144563)
+++ trunk/dports/www/mod_perl2/Portfile	2016-01-12 21:17:36 UTC (rev 144564)
@@ -34,7 +34,7 @@
 
 perl5.require_variant   yes
 perl5.conflict_variants yes
-perl5.branches          5.16 5.18 5.20 5.22
+perl5.branches          5.22
 perl5.create_variants   ${perl5.branches}
 
 depends_lib         port:apache2 \

Modified: trunk/dports/www/wml/Portfile
===================================================================
--- trunk/dports/www/wml/Portfile	2016-01-12 20:46:54 UTC (rev 144563)
+++ trunk/dports/www/wml/Portfile	2016-01-12 21:17:36 UTC (rev 144564)
@@ -23,7 +23,7 @@
 
 perl5.require_variant   yes
 perl5.conflict_variants yes
-perl5.branches          5.16 5.18 5.20 5.22
+perl5.branches          5.22
 perl5.create_variants   ${perl5.branches}
 
 checksums               rmd160  fead82a35d116447b860d7b1c506c6de187355e8 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160112/820dc78a/attachment-0001.html>


More information about the macports-changes mailing list