[45405] trunk/dports/textproc/texi2html/Portfile

jmr at macports.org jmr at macports.org
Thu Jan 15 09:20:10 PST 2009


Revision: 45405
          http://trac.macports.org/changeset/45405
Author:   jmr at macports.org
Date:     2009-01-15 09:20:10 -0800 (Thu, 15 Jan 2009)
Log Message:
-----------
texi2html: update to 1.80 (#17875)

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

Modified: trunk/dports/textproc/texi2html/Portfile
===================================================================
--- trunk/dports/textproc/texi2html/Portfile	2009-01-15 17:14:58 UTC (rev 45404)
+++ trunk/dports/textproc/texi2html/Portfile	2009-01-15 17:20:10 UTC (rev 45405)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		texi2html
-version		1.78
+version		1.80
 platforms	darwin
 categories	textproc
 maintainers	nomaintainer
@@ -12,9 +12,9 @@
 	A Perl script which converts Texinfo source files to HTML output.
 homepage	http://www.nongnu.org/${name}
 master_sites	http://savannah.nongnu.org/download/${name}
-checksums	md5 b30c4268ad1754eb1543fbe86f057481 \
-		sha1 9a6ccb6026fbab390872cb6ab8bd69288aff9934 \
-		rmd160 9be92744be0605c3f34bacbe7651f955884ae5f9
+checksums	md5 4eec3730f39ba64534062483b174795d \
+		sha1 d42cbda89628314113d6c97ea25305e158cd8780 \
+		rmd160 7e1059095e017aef5b7694dc3c768c12575eb2b2
 
 depends_lib	path:bin/perl:perl5
 
@@ -29,3 +29,8 @@
 livecheck.check	regex
 livecheck.url	${master_sites}?C=M&O=D
 livecheck.regex	${name}-(\\d+(?:\\.\\d+)*)
+
+# configure script is not executable: fix it
+pre-configure {
+		file attributes ${worksrcpath}/configure -permissions 0755
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090115/9f62991f/attachment.html>


More information about the macports-changes mailing list