[38972] trunk/dports/textproc/texinfo/Portfile
vinc17 at macports.org
vinc17 at macports.org
Mon Aug 4 08:33:02 PDT 2008
Revision: 38972
http://trac.macosforge.org/projects/macports/changeset/38972
Author: vinc17 at macports.org
Date: 2008-08-04 08:33:02 -0700 (Mon, 04 Aug 2008)
Log Message:
-----------
Bump to texinfo 4.12 (fixes bug 15970). Changes:
* switched to lzma tarball (bzip2 tarballs are no longer provided);
* removed pre-patch (bug fixed in 4.12).
Modified Paths:
--------------
trunk/dports/textproc/texinfo/Portfile
Modified: trunk/dports/textproc/texinfo/Portfile
===================================================================
--- trunk/dports/textproc/texinfo/Portfile 2008-08-04 15:29:10 UTC (rev 38971)
+++ trunk/dports/textproc/texinfo/Portfile 2008-08-04 15:33:02 UTC (rev 38972)
@@ -3,7 +3,7 @@
PortSystem 1.0
name texinfo
-version 4.11
+version 4.12
categories textproc
platforms darwin
maintainers vincent-opdarw at vinc17.org
@@ -16,20 +16,20 @@
a printed manual, you need write only one document.
homepage http://www.gnu.org/software/texinfo/
master_sites gnu
-use_bzip2 yes
-checksums md5 c6bf13df4fbeff8ce874aacd6a51e814 \
- sha1 915a42e1278860b0fa64e4ef9d5ad4488d3b23a0 \
- rmd160 d07dbc50f98dd8f9f4088b58781abdebfb7f5781
+# Replace the following by "use_lzma yes" when MacPorts 1.6.1 is released.
+# The unlzma command is provided by lzmautils.
+extract.suffix .tar.lzma
+extract.cmd unlzma
+
+checksums md5 81bcbc7b647f2741e7d84a842e47eeb5 \
+ sha1 7fee7f9c9c98e0d69b4b00090708b02ed75e42f5 \
+ rmd160 b72d1994480acd217d0a7cff648d0bbc78ad9010
+
depends_lib port:gettext \
port:libiconv \
port:ncurses
-# Needed if the coreutils port isn't installed (this is an upstream bug).
-pre-patch {
- file attributes ${worksrcpath}/build-aux/install-sh -permissions ugo+x
-}
-
pre-destroot {
xinstall -d "${destroot}${prefix}/share/doc/${name}"
xinstall -m 644 -v -W "${worksrcpath}" AUTHORS INTRODUCTION NEWS TODO \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080804/85ce0175/attachment.html
More information about the macports-changes
mailing list