diff options
author | krion <krion@FreeBSD.org> | 2017-02-10 01:44:36 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2017-02-10 01:44:36 +0800 |
commit | d64000fdd8cb2a7754b2b4529b20ed731c095a32 (patch) | |
tree | e007b8841d3b69782b7cc75ef91082dcf04279fc /net | |
parent | a64bf25c85e75b438a8cd15a03ec1ef2df117806 (diff) | |
download | freebsd-ports-gnome-d64000fdd8cb2a7754b2b4529b20ed731c095a32.tar.gz freebsd-ports-gnome-d64000fdd8cb2a7754b2b4529b20ed731c095a32.tar.zst freebsd-ports-gnome-d64000fdd8cb2a7754b2b4529b20ed731c095a32.zip |
Update net/dhcpd to 6.0.20170207
PR: 216917
Submitted by: koue@chaosophia.net
Approved by: mat (maintainer)
Differential Revision: https://reviews.freebsd.org/D9493
Diffstat (limited to 'net')
-rw-r--r-- | net/dhcpd/Makefile | 5 | ||||
-rw-r--r-- | net/dhcpd/distinfo | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/dhcpd/Makefile b/net/dhcpd/Makefile index e1708a10e2f6..9b0c6d7512a2 100644 --- a/net/dhcpd/Makefile +++ b/net/dhcpd/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dhcpd -PORTVERSION= 5.8.20151202 +PORTVERSION= 6.0.20170207 CATEGORIES= net MAINTAINER= koue@chaosophia.net @@ -16,8 +16,7 @@ GH_ACCOUNT= koue CONFLICTS= isc-dhcp4[1-3]-server* -USES= uidfix -USE_OPENSSL= yes +USES= ssl uidfix USE_RC_SUBR= dhcpd CFLAGS+= -Wall diff --git a/net/dhcpd/distinfo b/net/dhcpd/distinfo index 2252656548c5..000fe94a353b 100644 --- a/net/dhcpd/distinfo +++ b/net/dhcpd/distinfo @@ -1,2 +1,3 @@ -SHA256 (koue-dhcpd-5.8.20151202_GH0.tar.gz) = 662889ea3b4654b75ed298a32b9c7dd3e2bf5f82320b84397ed330c4c75d36bc -SIZE (koue-dhcpd-5.8.20151202_GH0.tar.gz) = 105960 +TIMESTAMP = 1486490098 +SHA256 (koue-dhcpd-6.0.20170207_GH0.tar.gz) = 5a2371a28c1011e751a5100e330c8059e34a2f0e8de183ed63be93ca839ae43f +SIZE (koue-dhcpd-6.0.20170207_GH0.tar.gz) = 106964 |