From 493818d689f78fed05322fe760cc204d92f53f11 Mon Sep 17 00:00:00 2001 From: Ryan Steinmetz Date: Wed, 23 Apr 2025 10:17:15 -0400 Subject: [PATCH] net/dhcpd-pools: Update to 3.2 --- net/dhcpd-pools/Makefile | 3 +-- net/dhcpd-pools/distinfo | 6 +++--- net/dhcpd-pools/files/patch-Makefile.in | 11 +++++++++++ 3 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 net/dhcpd-pools/files/patch-Makefile.in diff --git a/net/dhcpd-pools/Makefile b/net/dhcpd-pools/Makefile index f17f831a6abf..7e98a0a177bf 100644 --- a/net/dhcpd-pools/Makefile +++ b/net/dhcpd-pools/Makefile @@ -1,6 +1,5 @@ PORTNAME= dhcpd-pools -PORTVERSION= 3.1 -PORTREVISION= 1 +PORTVERSION= 3.2 CATEGORIES= net MASTER_SITES= SF/${PORTNAME} \ ZI diff --git a/net/dhcpd-pools/distinfo b/net/dhcpd-pools/distinfo index 5bd0a8579a97..29b2fde0e22b 100644 --- a/net/dhcpd-pools/distinfo +++ b/net/dhcpd-pools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1599916436 -SHA256 (dhcpd-pools-3.1.tar.xz) = 09ded3fc9fa41f06f76835780a32f4ac916b12164d41062e26e256d870de58d3 -SIZE (dhcpd-pools-3.1.tar.xz) = 708292 +TIMESTAMP = 1745414817 +SHA256 (dhcpd-pools-3.2.tar.xz) = 887cb47eeb937f65993d06e60ee93b156f687f19cdfa8f1b30496dab522dcec2 +SIZE (dhcpd-pools-3.2.tar.xz) = 756160 diff --git a/net/dhcpd-pools/files/patch-Makefile.in b/net/dhcpd-pools/files/patch-Makefile.in new file mode 100644 index 000000000000..f69a00ea6e00 --- /dev/null +++ b/net/dhcpd-pools/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2025-04-23 14:13:07 UTC ++++ Makefile.in +@@ -3139,7 +3139,7 @@ dist-hook: + + $(PATHFILES): Makefile + @ rm -f $@ $@.tmp +- $(AM_V_at) mkdir -p $(dir $@) ++ $(AM_V_at) mkdir -p $$(dirname $@) + $(AM_V_GEN) srcdir=''; \ + test -f ./$@.in || srcdir=$(srcdir)/; \ + $(edit_cmd) $${srcdir}$@.in >$@.tmp