mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
textproc/html-xml-utils: Update to 8.0
PR: 255808 Reported by: takefu@airport.fm (maintainer)
This commit is contained in:
parent
8ef98c9182
commit
f1ba65fd9b
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user