diff options
author | Ben Woods <woodsb02@FreeBSD.org> | 2020-06-16 20:52:57 +0800 |
---|---|---|
committer | Ben Woods <woodsb02@FreeBSD.org> | 2020-06-16 20:52:57 +0800 |
commit | 9a0d382b9c2f03b673c44fa4428b400d74af34d8 (patch) | |
tree | e6fae3cebf5ce4a0ab1b741d6955dcd7767d2bf8 /net/dhcpcd | |
parent | 5a343f75ea5fdd5825e9e9f3f25680b5dda8c5a5 (diff) | |
download | freebsd-ports-gnome-9a0d382b9c2f03b673c44fa4428b400d74af34d8.tar.gz freebsd-ports-gnome-9a0d382b9c2f03b673c44fa4428b400d74af34d8.tar.zst freebsd-ports-gnome-9a0d382b9c2f03b673c44fa4428b400d74af34d8.zip |
net/dhcpcd: Update to 9.1.2
Also disable udev support in CONFIGURE_ARGS, given that FreeBSD has
the function udev_device_new_from_subsystem_sysname if the module
libudev-devd is installed, but it is not implemented.
PR: 247144
Reported by: Greg V <greg@unrelenting.technology>
Reviewed by: Roy Marples <roy@marples.name>
Diffstat (limited to 'net/dhcpcd')
-rw-r--r-- | net/dhcpcd/Makefile | 5 | ||||
-rw-r--r-- | net/dhcpcd/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 40f346cca92c..c0cea394c548 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dhcpcd -PORTVERSION= 9.1.1 +PORTVERSION= 9.1.2 CATEGORIES= net MASTER_SITES= https://roy.marples.name/downloads/dhcpcd/ \ https://cflags.cc/roy/dhcpcd/ @@ -20,7 +20,8 @@ USES= compiler:c11 cpe tar:xz CPE_VENDOR= dhcpcd_project GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share/examples \ - --privsepuser="_dhcp" + --privsepuser="_dhcp" \ + --without-udev USE_RC_SUBR= dhcpcd post-install: diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo index 80fac8163743..0cd09b9e727b 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1591787298 -SHA256 (dhcpcd-9.1.1.tar.xz) = bb742911be1f660db42a7323acc793b587f467c5de5b7186735c16d20204737d -SIZE (dhcpcd-9.1.1.tar.xz) = 246084 +TIMESTAMP = 1592311552 +SHA256 (dhcpcd-9.1.2.tar.xz) = ed053839beb9aaf6424c94ff340826446af2df754db7c7137a09de2a71fb512c +SIZE (dhcpcd-9.1.2.tar.xz) = 248552 |