[138717] trunk/dports/textproc/texinfo/Portfile

devans at macports.org devans at macports.org
Thu Jul 16 19:53:22 PDT 2015


Revision: 138717
          https://trac.macports.org/changeset/138717
Author:   devans at macports.org
Date:     2015-07-16 19:53:22 -0700 (Thu, 16 Jul 2015)
Log Message:
-----------
texinfo: update to version 6.0, configure to use perl 5.22 (#48365).

Modified Paths:
--------------
    trunk/dports/textproc/texinfo/Portfile

Modified: trunk/dports/textproc/texinfo/Portfile
===================================================================
--- trunk/dports/textproc/texinfo/Portfile	2015-07-17 02:34:11 UTC (rev 138716)
+++ trunk/dports/textproc/texinfo/Portfile	2015-07-17 02:53:22 UTC (rev 138717)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                texinfo
-version             5.2
-revision            2
+version             6.0
 categories          textproc
 platforms           darwin
 license             GPL-3+
@@ -25,23 +24,24 @@
                     if only the info command is used).
 homepage            http://www.gnu.org/software/texinfo/
 
+# set pbranch to desired perl version
+# currently 5.22 (#48365)
+
+set pbranch         5.22
+
 depends_build       port:help2man
 depends_lib         port:gettext \
                     port:libiconv \
                     port:ncurses \
-                    port:perl5.16
+                    port:perl${pbranch}
 
 master_sites        gnu
 use_xz              yes
-checksums           rmd160  564fb99e6876f982cc03c8570f88edc8100d3aab \
-                    sha256  5471ef683a64588a7cfef46ef2bdd3fbcbca89d847e10832612293f105e44eda
+checksums           rmd160  1cfb0312e0fa1a67f744f487ece95d3550677dbb \
+                    sha256  11ba4358696e8be3b3c7cfc88b89cf69525791aeabf0ee0a59ca58ebbd3471e4
 
-# temporary patch until the next release
-# https://trac.macports.org/ticket/43617
-patchfiles          patch-util-texi2dvi.diff
+configure.perl      ${prefix}/bin/perl${pbranch}
 
-configure.perl      ${prefix}/bin/perl5.16
-
 destroot.target-append  install-tex
 destroot.args           TEXMF=${prefix}/share/texmf
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150716/0c4679fc/attachment-0001.html>


More information about the macports-changes mailing list