From 3aa079b80ace0a8c2b5aaaef577b3bab21765307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Molinero=20Fern=C3=A1ndez?= Date: Sun, 23 May 2021 22:50:14 +0200 Subject: [PATCH] hBlock: bump (#5943) --- .../hblock/{hblock-3.2.1.recipe => hblock-3.2.2.recipe} | 2 +- .../patches/{hblock-3.2.1.patchset => hblock-3.2.2.patchset} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename net-firewall/hblock/{hblock-3.2.1.recipe => hblock-3.2.2.recipe} (93%) rename net-firewall/hblock/patches/{hblock-3.2.1.patchset => hblock-3.2.2.patchset} (96%) diff --git a/net-firewall/hblock/hblock-3.2.1.recipe b/net-firewall/hblock/hblock-3.2.2.recipe similarity index 93% rename from net-firewall/hblock/hblock-3.2.1.recipe rename to net-firewall/hblock/hblock-3.2.2.recipe index c0da38b3c..ddc1d87c3 100644 --- a/net-firewall/hblock/hblock-3.2.1.recipe +++ b/net-firewall/hblock/hblock-3.2.2.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2021 Héctor Molinero Fernández" LICENSE="MIT" REVISION="1" SOURCE_URI="https://github.com/hectorm/hblock/archive/v${portVersion:?}.tar.gz" -CHECKSUM_SHA256="d24d3791cba605070e0ea30aa32d4e567104562a8f1cd909865959df7a10bb70" +CHECKSUM_SHA256="151e5ce32403f65892b0a15df04310ee4d115e12da9d38a7289f13f20e753d92" PATCHES="hblock-$portVersion.patchset" ARCHITECTURES="any" diff --git a/net-firewall/hblock/patches/hblock-3.2.1.patchset b/net-firewall/hblock/patches/hblock-3.2.2.patchset similarity index 96% rename from net-firewall/hblock/patches/hblock-3.2.1.patchset rename to net-firewall/hblock/patches/hblock-3.2.2.patchset index 433472cc7..c547c398d 100644 --- a/net-firewall/hblock/patches/hblock-3.2.1.patchset +++ b/net-firewall/hblock/patches/hblock-3.2.2.patchset @@ -5,7 +5,7 @@ Subject: Haiku host file header diff --git a/hblock b/hblock -index b56790c..5ebb08e 100755 +index 30d4150..fcaef77 100755 --- a/hblock +++ b/hblock @@ -22,15 +22,12 @@ cleanup() { ret="$?"; rm -f -- "${TMPDIR:-${TMP:-/tmp}}/hblock.${$}."*; trap - E