svn commit: r428349 - branches/2016Q4/textproc/html-xml-utils
Bartek Rutkowski
robak at FreeBSD.org
Sun Dec 11 14:45:05 UTC 2016
Author: robak
Date: Sun Dec 11 14:45:03 2016
New Revision: 428349
URL: https://svnweb.freebsd.org/changeset/ports/428349
Log:
MFH: r426046 r428227
Update to upstream version 7.1
PR: 214200
Submitted by: udvzsolt at gmail.com
Reviewed by: takefu at airport.fm (maintainer)
Approved by: takefu at airport.fm (maintainer)
textproc/html-xml-utils: fix build on 9.3
PR: 214526
Submitted by: Takefu <takefu at airport.fm> (maintainer)
Approved by: ports-secteam
Modified:
branches/2016Q4/textproc/html-xml-utils/Makefile
branches/2016Q4/textproc/html-xml-utils/distinfo
Directory Properties:
branches/2016Q4/ (props changed)
Modified: branches/2016Q4/textproc/html-xml-utils/Makefile
==============================================================================
--- branches/2016Q4/textproc/html-xml-utils/Makefile Sun Dec 11 14:18:15 2016 (r428348)
+++ branches/2016Q4/textproc/html-xml-utils/Makefile Sun Dec 11 14:45:03 2016 (r428349)
@@ -2,7 +2,8 @@
# $FreeBSD$
PORTNAME= html-xml-utils
-PORTVERSION= 7.0
+PORTVERSION= 7.1
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.w3.org/Tools/HTML-XML-utils/
@@ -14,12 +15,10 @@ LICENSE_NAME= W3C Software Notice and Li
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_PERMS= auto-accept
-USES= gmake iconv shebangfix
+USES= gmake iconv localbase shebangfix
GNU_CONFIGURE= yes
SHEBANG_FILES= ${WRKSRC}/hxcite-mkbib
-
-CONFIGURE_ARGS= CPPFLAGS=-I${LOCALBASE}/include\
- LDFLAGS="-L${LOCALBASE}/lib ${ICONV_LIB}"
+CONFIGURE_ARGS= LDFLAGS=${ICONV_LIB}
.include <bsd.port.mk>
Modified: branches/2016Q4/textproc/html-xml-utils/distinfo
==============================================================================
--- branches/2016Q4/textproc/html-xml-utils/distinfo Sun Dec 11 14:18:15 2016 (r428348)
+++ branches/2016Q4/textproc/html-xml-utils/distinfo Sun Dec 11 14:45:03 2016 (r428349)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1464339263
-SHA256 (html-xml-utils-7.0.tar.gz) = e7d30de4fb4731f3ecd4622ac30db9fb82e1aa0ab190ae13e457360eea9460b0
-SIZE (html-xml-utils-7.0.tar.gz) = 334696
+TIMESTAMP = 1478246318
+SHA256 (html-xml-utils-7.1.tar.gz) = ec0efd2263b864bb7e0ae5c59f02c43c5d8aebd0e1c0d2bfce391e665766d56e
+SIZE (html-xml-utils-7.1.tar.gz) = 319559
More information about the svn-ports-branches
mailing list