git: f1ba65fd9b09 - main - textproc/html-xml-utils: Update to 8.0

Fernando Apesteguía fernape at FreeBSD.org
Thu May 13 05:46:10 UTC 2021


The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f1ba65fd9b09fbfa3761583a8e2749c98d6b5d80

commit f1ba65fd9b09fbfa3761583a8e2749c98d6b5d80
Author:     Fernando Apesteguía <fernape at FreeBSD.org>
AuthorDate: 2021-05-12 09:59:00 +0000
Commit:     Fernando Apesteguía <fernape at FreeBSD.org>
CommitDate: 2021-05-13 05:42:19 +0000

    textproc/html-xml-utils: Update to 8.0
    
    PR:     255808
    Reported by:    takefu at airport.fm (maintainer)
---
 textproc/html-xml-utils/Makefile | 13 +++++++------
 textproc/html-xml-utils/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/textproc/html-xml-utils/Makefile b/textproc/html-xml-utils/Makefile
index 364de3f72ef2..aa4b705355cd 100644
--- a/textproc/html-xml-utils/Makefile
+++ b/textproc/html-xml-utils/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	html-xml-utils
-PORTVERSION=	7.9
+PORTVERSION=	8.0
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.w3.org/Tools/HTML-XML-utils/
 
@@ -13,19 +13,20 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 USES=		gmake iconv localbase shebangfix
-GNU_CONFIGURE=	yes
 
 SHEBANG_FILES=	${WRKSRC}/hxcite-mkbib
+
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	LDFLAGS=${ICONV_LIB}
 
-OPTIONS_SUB=		yes
 OPTIONS_DEFINE=		CURL IDN IDN2 DOCS
-CURL_CONFIGURE_WITH=	libcurl=${LOCALBASE}
+OPTIONS_SUB=		yes
 CURL_LIB_DEPENDS=	libcurl.so:ftp/curl
-IDN_CONFIGURE_WITH=	libidn=${LOCALBASE}
+CURL_CONFIGURE_WITH=	libcurl=${LOCALBASE}
 IDN_LIB_DEPENDS=	libidn.so:dns/libidn
-IDN2_CONFIGURE_WITH=	libidn2=${LOCALBASE}
+IDN_CONFIGURE_WITH=	libidn=${LOCALBASE}
 IDN2_DESC=		Use dns/libidn2 (IDNA2008 library)
 IDN2_LIB_DEPENDS=	libidn2.so:dns/libidn2
+IDN2_CONFIGURE_WITH=	libidn2=${LOCALBASE}
 
 .include <bsd.port.mk>
diff --git a/textproc/html-xml-utils/distinfo b/textproc/html-xml-utils/distinfo
index d187489bb39a..31f887ba09a3 100644
--- a/textproc/html-xml-utils/distinfo
+++ b/textproc/html-xml-utils/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600186019
-SHA256 (html-xml-utils-7.9.tar.gz) = d86ac96ea660316bef814c17b2a96d54cdf91c69e59614459865c2bfdaee433f
-SIZE (html-xml-utils-7.9.tar.gz) = 407764
+TIMESTAMP = 1620806702
+SHA256 (html-xml-utils-8.0.tar.gz) = 749059906c331c2c7fbaceee02466245a237b91bd408dff8f396d0734a060ae2
+SIZE (html-xml-utils-8.0.tar.gz) = 408867


More information about the dev-commits-ports-all mailing list