[103136] trunk/dports/textproc/html-xml-utils/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Feb 15 18:57:39 PST 2013


Revision: 103136
          https://trac.macports.org/changeset/103136
Author:   ryandesign at macports.org
Date:     2013-02-15 18:57:39 -0800 (Fri, 15 Feb 2013)
Log Message:
-----------
html-xml-utils: update to 6.3 and fix build failure with clang by specifying -std=gnu89 (#38079)

Modified Paths:
--------------
    trunk/dports/textproc/html-xml-utils/Portfile

Modified: trunk/dports/textproc/html-xml-utils/Portfile
===================================================================
--- trunk/dports/textproc/html-xml-utils/Portfile	2013-02-15 23:40:51 UTC (rev 103135)
+++ trunk/dports/textproc/html-xml-utils/Portfile	2013-02-16 02:57:39 UTC (rev 103136)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			html-xml-utils
-version                 6.0
+version             6.3
 categories		textproc
 platforms		darwin
 maintainers		nomaintainer
@@ -13,11 +13,13 @@
 homepage		http://www.w3.org/Tools/HTML-XML-utils/
 master_sites	${homepage}
 
-checksums               sha1    74f57eb8f1abec30fbc3dbbe37caa20ce6a72e48 \
-                        rmd160  50273cd1cdc9d3459c8a0b0b09e1c2c7660fb6d6
+checksums           rmd160  efc46fa0a0edf74bd37ee1974256bc800960612d \
+                    sha256  52b426477ecea9ea78b48becccfa63345adb275ba088fde51926f69e6cb30993
 
 configure.args	--program-prefix=w3
 
+configure.cflags-append -std=gnu89
+
 configure.libs-append   -liconv
 
 livecheck.type	regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130215/47f4b2b0/attachment-0001.html>


More information about the macports-changes mailing list