aboutsummaryrefslogtreecommitdiff
path: root/textproc/html-xml-utils
diff options
context:
space:
mode:
authorLuca Pizzamiglio <pizzamig@FreeBSD.org>2017-10-16 08:03:46 +0000
committerLuca Pizzamiglio <pizzamig@FreeBSD.org>2017-10-16 08:03:46 +0000
commit9e8c534f428dcb4fc246a4b3bd478ddf033b0aea (patch)
treeb37efc1d8036eb8cb1b0f3281278cf73025be676 /textproc/html-xml-utils
parentfff24ce393bb0543b2976a2b0dd0cdce36116959 (diff)
downloadports-9e8c534f428dcb4fc246a4b3bd478ddf033b0aea.tar.gz
ports-9e8c534f428dcb4fc246a4b3bd478ddf033b0aea.zip
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
Notes
Notes: svn path=/head/; revision=452180
Diffstat (limited to 'textproc/html-xml-utils')
-rw-r--r--textproc/html-xml-utils/Makefile13
-rw-r--r--textproc/html-xml-utils/distinfo6
2 files changed, 14 insertions, 5 deletions
diff --git a/textproc/html-xml-utils/Makefile b/textproc/html-xml-utils/Makefile
index 42b3f30baaee..5e1749763490 100644
--- a/textproc/html-xml-utils/Makefile
+++ b/textproc/html-xml-utils/Makefile
@@ -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/
@@ -22,4 +21,14 @@ 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>
diff --git a/textproc/html-xml-utils/distinfo b/textproc/html-xml-utils/distinfo
index 48d204a4441d..d8c49bc81170 100644
--- a/textproc/html-xml-utils/distinfo
+++ b/textproc/html-xml-utils/distinfo
@@ -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