Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Oct 2017 08:03:46 +0000 (UTC)
From:      Luca Pizzamiglio <pizzamig@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452180 - head/textproc/html-xml-utils
Message-ID:  <201710160803.v9G83k5U091402@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pizzamig
Date: Mon Oct 16 08:03:46 2017
New Revision: 452180
URL: https://svnweb.freebsd.org/changeset/ports/452180

Log:
  textproc/html-xml-utils: Update to 7.3
  
  Moreover, add options CURL IDN and IDN2
  
  PR:		222887
  Submitted by:	takefu@airport.fm (maintainer)
  Approved by:	lme (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12681

Modified:
  head/textproc/html-xml-utils/Makefile
  head/textproc/html-xml-utils/distinfo

Modified: head/textproc/html-xml-utils/Makefile
==============================================================================
--- head/textproc/html-xml-utils/Makefile	Mon Oct 16 08:03:29 2017	(r452179)
+++ head/textproc/html-xml-utils/Makefile	Mon Oct 16 08:03:46 2017	(r452180)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	html-xml-utils
-PORTVERSION=	7.1
-PORTREVISION=	1
+PORTVERSION=	7.2
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.w3.org/Tools/HTML-XML-utils/
 
@@ -21,5 +20,15 @@ GNU_CONFIGURE=	yes
 
 SHEBANG_FILES=	${WRKSRC}/hxcite-mkbib
 CONFIGURE_ARGS=	LDFLAGS=${ICONV_LIB}
+
+OPTIONS_SUB=		yes
+OPTIONS_DEFINE=		CURL IDN IDN2
+CURL_CONFIGURE_WITH=	libcurl=${LOCALBASE}
+CURL_LIB_DEPENDS=	libcurl.so:ftp/curl
+IDN_CONFIGURE_WITH=	libidn=${LOCALBASE}
+IDN_LIB_DEPENDS=	libidn.so:dns/libidn
+IDN2_CONFIGURE_WITH=	libidn2=${LOCALBASE}
+IDN2_DESC=		Use dns/libidn2 (IDNA2008 library)
+IDN2_LIB_DEPENDS=	libidn2.so:dns/libidn2
 
 .include <bsd.port.mk>

Modified: head/textproc/html-xml-utils/distinfo
==============================================================================
--- head/textproc/html-xml-utils/distinfo	Mon Oct 16 08:03:29 2017	(r452179)
+++ head/textproc/html-xml-utils/distinfo	Mon Oct 16 08:03:46 2017	(r452180)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1478246318
-SHA256 (html-xml-utils-7.1.tar.gz) = ec0efd2263b864bb7e0ae5c59f02c43c5d8aebd0e1c0d2bfce391e665766d56e
-SIZE (html-xml-utils-7.1.tar.gz) = 319559
+TIMESTAMP = 1507592279
+SHA256 (html-xml-utils-7.2.tar.gz) = 9381d41a9bb7715bb9d970e24c4cdc43a8ff76c0500b9bbaf048b9f8d32d2bee
+SIZE (html-xml-utils-7.2.tar.gz) = 340556



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710160803.v9G83k5U091402>