Index: head/net/hblock/files/patch-hblock =================================================================== --- head/net/hblock/files/patch-hblock (revision 534164) +++ head/net/hblock/files/patch-hblock (nonexistent) @@ -1,18 +0,0 @@ -Remove curl/wget and use base system fetch instead. - ---- hblock.orig 2020-02-22 10:40:05 UTC -+++ hblock -@@ -138,12 +138,7 @@ fetchUrl() { - if [ "${1#file://}" != "${1:?}" ]; then cat -- "${1#file://}" - else - userAgent='Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0' -- if exists curl; then curl -fsSL -A "${userAgent:?}" -- "${1:?}"; -- elif exists wget; then wget -qO- -U "${userAgent:?}" -- "${1:?}"; -- else -- logError 'Either wget or curl are required for this script' -- exit 1 -- fi -+ fetch -qo - --user-agent="${userAgent:?}" -- "${1:?}"; - fi - } - Property changes on: head/net/hblock/files/patch-hblock ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/hblock/Makefile =================================================================== --- head/net/hblock/Makefile (revision 534164) +++ head/net/hblock/Makefile (revision 534165) @@ -1,37 +1,37 @@ # $FreeBSD$ PORTNAME= hblock DISTVERSIONPREFIX= v -DISTVERSION= 2.1.5 +DISTVERSION= 2.1.6 CATEGORIES= net MAINTAINER= vulcan@wired.sh COMMENT= Adblocker using automatically generated hosts file LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss USE_GITHUB= yes GH_ACCOUNT= hectorm NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/hosts/!s|/etc|${PREFIX}/etc|g' ${WRKSRC}/${PORTNAME} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/net/hblock/distinfo =================================================================== --- head/net/hblock/distinfo (revision 534164) +++ head/net/hblock/distinfo (revision 534165) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586119738 -SHA256 (hectorm-hblock-v2.1.5_GH0.tar.gz) = e06cca83d5f11565abdcde1924c294ef8c628833834be411531a5c4a893d1bfe -SIZE (hectorm-hblock-v2.1.5_GH0.tar.gz) = 400446 +TIMESTAMP = 1588606288 +SHA256 (hectorm-hblock-v2.1.6_GH0.tar.gz) = 47fb10ac91b54ec41d1880184eb683c7bfc62f74b19c45ec2044745f8c58f139 +SIZE (hectorm-hblock-v2.1.6_GH0.tar.gz) = 400631