[94842] users/dports/ports/tex/biblatex-biber/Portfile

dports at macports.org dports at macports.org
Sun Jul 1 11:55:21 PDT 2012


Revision: 94842
          https://trac.macports.org/changeset/94842
Author:   dports at macports.org
Date:     2012-07-01 11:55:20 -0700 (Sun, 01 Jul 2012)
Log Message:
-----------
biblatex-biber: update to v0.9.9
 * drop perl5_12 variant as 5.14 is the minimum supported versino
 * add perl5_16 variant
 * clarify license
[as part of the texlive 2012 update]

Modified Paths:
--------------
    users/dports/ports/tex/biblatex-biber/Portfile

Modified: users/dports/ports/tex/biblatex-biber/Portfile
===================================================================
--- users/dports/ports/tex/biblatex-biber/Portfile	2012-07-01 18:43:36 UTC (rev 94841)
+++ users/dports/ports/tex/biblatex-biber/Portfile	2012-07-01 18:55:20 UTC (rev 94842)
@@ -10,13 +10,13 @@
 # before updating this port.
 name            biblatex-biber
 epoch           1
-if {[variant_isset perl5_12]} { perl5.default_branch 5.12 }
+perl5.branches  5.14 5.16
 if {[variant_isset perl5_14]} { perl5.default_branch 5.14 }
-perl5.setup     Biber 0.9.3
-revision        2
+if {[variant_isset perl5_16]} { perl5.default_branch 5.16 }
+perl5.setup     Biber 0.9.9
 
 categories      tex
-license         {Artistic GPL}
+license         {Artistic-2 GPL}
 maintainers     dports openmaintainer
 description     a BibTeX replacement for users of biblatex
 long_description \
@@ -32,10 +32,10 @@
 supported_archs noarch
 homepage        http://biblatex-biber.sourceforge.net/
 
-variant perl5_12 description "use perl version 5.12" conflicts perl5_14 {}
-variant perl5_14 description "use perl version 5.14" conflicts perl5_12 {}
-if {![variant_isset perl5_14]} {
-    default_variants +perl5_12
+variant perl5_14 description "use perl version 5.14" conflicts perl5_16 {}
+variant perl5_16 description "use perl version 5.16" conflicts perl5_14 {}
+if {![variant_isset perl5_16]} {
+    default_variants +perl5_14
 }
 
 master_sites    sourceforge:project/${name}/${name}/${version}
@@ -43,8 +43,8 @@
 dist_subdir     ${name}-${version}
 worksrcdir      ${name}-v${version}
 
-checksums       rmd160  09e1d889be83fab62300227f7c2f5391b7b33002 \
-                sha256  9251de044578e03469f400a6e32fb967e95d90b1a6f4398bd1323208df9c47e2
+checksums       rmd160  cadd7aeda10701b3a3591740b3f13ec1716517a2 \
+                sha256  9b9b471c6a1bb83a82c1cae8e70498debef9484458adea9d1ae9fc1706e35246
 
 depends_build-append    port:p${perl5.major}-config-autoconf \
                         port:p${perl5.major}-extutils-libbuilder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120701/f9bfe412/attachment.html>


More information about the macports-changes mailing list