[139663] trunk/dports/tex/biblatex-biber/Portfile

dports at macports.org dports at macports.org
Sun Aug 23 17:59:24 PDT 2015


Revision: 139663
          https://trac.macports.org/changeset/139663
Author:   dports at macports.org
Date:     2015-08-23 17:59:23 -0700 (Sun, 23 Aug 2015)
Log Message:
-----------
biblatex-biber: remove perl5_16 variant; it doesn't appear to work anymore

Modified Paths:
--------------
    trunk/dports/tex/biblatex-biber/Portfile

Modified: trunk/dports/tex/biblatex-biber/Portfile
===================================================================
--- trunk/dports/tex/biblatex-biber/Portfile	2015-08-24 00:34:22 UTC (rev 139662)
+++ trunk/dports/tex/biblatex-biber/Portfile	2015-08-24 00:59:23 UTC (rev 139663)
@@ -9,19 +9,17 @@
 # compatibility with the version of biblatex in texlive-bibtex-extra
 # before updating this port.
 name            biblatex-biber
-epoch           1
+epoch           2
 
-perl5.branches  5.16 5.18 5.20 5.22
+perl5.branches  5.18 5.20 5.22
 
-variant perl5_16 description "use perl version 5.16" conflicts perl5_18 perl5_20 perl5_22 {}
-variant perl5_18 description "use perl version 5.18" conflicts perl5_16 perl5_20 perl5_22 {}
-variant perl5_20 description "use perl version 5.20" conflicts perl5_16 perl5_18 perl5_22 {}
-variant perl5_22 description "use perl version 5.22" conflicts perl5_16 perl5_18 perl5_20 {}
-if {![variant_isset perl5_16] && ![variant_isset perl5_18] && ![variant_isset perl5_20]} {
+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
 }
 
-if {[variant_isset perl5_16]} { perl5.default_branch 5.16 }
 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 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150823/fcd13f09/attachment-0001.html>


More information about the macports-changes mailing list