mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net/dhcpd-pools: Update to 3.2
This commit is contained in:
parent
2bb7e51831
commit
493818d689
3 changed files with 15 additions and 5 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= dhcpd-pools
|
PORTNAME= dhcpd-pools
|
||||||
PORTVERSION= 3.1
|
PORTVERSION= 3.2
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= SF/${PORTNAME} \
|
MASTER_SITES= SF/${PORTNAME} \
|
||||||
ZI
|
ZI
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1599916436
|
TIMESTAMP = 1745414817
|
||||||
SHA256 (dhcpd-pools-3.1.tar.xz) = 09ded3fc9fa41f06f76835780a32f4ac916b12164d41062e26e256d870de58d3
|
SHA256 (dhcpd-pools-3.2.tar.xz) = 887cb47eeb937f65993d06e60ee93b156f687f19cdfa8f1b30496dab522dcec2
|
||||||
SIZE (dhcpd-pools-3.1.tar.xz) = 708292
|
SIZE (dhcpd-pools-3.2.tar.xz) = 756160
|
||||||
|
|
11
net/dhcpd-pools/files/patch-Makefile.in
Normal file
11
net/dhcpd-pools/files/patch-Makefile.in
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue