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

mcalhoun at macports.org mcalhoun at macports.org
Thu Sep 4 12:50:33 PDT 2008


Revision: 39774
          http://trac.macports.org/changeset/39774
Author:   mcalhoun at macports.org
Date:     2008-09-04 12:50:33 -0700 (Thu, 04 Sep 2008)
Log Message:
-----------
texi2html: update to version 1.78, add perl5.8 dependency, add livecheck and testing.

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

Modified: trunk/dports/textproc/texi2html/Portfile
===================================================================
--- trunk/dports/textproc/texi2html/Portfile	2008-09-04 15:29:22 UTC (rev 39773)
+++ trunk/dports/textproc/texi2html/Portfile	2008-09-04 19:50:33 UTC (rev 39774)
@@ -1,9 +1,9 @@
 # $Id$
 
 PortSystem 1.0
+
 name		texi2html
-version		1.76
-revision	3
+version		1.78
 platforms	darwin
 categories	textproc
 maintainers	nomaintainer
@@ -12,6 +12,20 @@
 	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 38d0021c547612dba3543bdb1376569f
+checksums	md5 b30c4268ad1754eb1543fbe86f057481 \
+		sha1 9a6ccb6026fbab390872cb6ab8bd69288aff9934 \
+		rmd160 9be92744be0605c3f34bacbe7651f955884ae5f9
+
+depends_lib	port:perl5.8
+
 configure.args	--infodir=${prefix}/share/info	\
 		--mandir=${prefix}/share/man
+
+configure.perl	${prefix}/bin/perl5.8
+
+test.run	yes
+test.target	check
+
+livecheck.check	regex
+livecheck.url	${master_sites}?C=M&O=D
+livecheck.regex	${name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080904/b12f64a6/attachment.html 


More information about the macports-changes mailing list