git: 493818d689f7 - main - net/dhcpd-pools: Update to 3.2

From: Ryan Steinmetz <zi_at_FreeBSD.org>
Date: Wed, 23 Apr 2025 14:17:50 UTC
The branch main has been updated by zi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=493818d689f78fed05322fe760cc204d92f53f11

commit 493818d689f78fed05322fe760cc204d92f53f11
Author:     Ryan Steinmetz <zi@FreeBSD.org>
AuthorDate: 2025-04-23 14:17:15 +0000
Commit:     Ryan Steinmetz <zi@FreeBSD.org>
CommitDate: 2025-04-23 14:17:38 +0000

    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(-)

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