svn commit: r484528 - in head/net/dhcpd: . files

Steve Wills swills at FreeBSD.org
Fri Nov 9 16:52:47 UTC 2018


Author: swills
Date: Fri Nov  9 16:52:45 2018
New Revision: 484528
URL: https://svnweb.freebsd.org/changeset/ports/484528

Log:
  net/dhcpd: update to 6.4.20181105
  
  PR:		232984
  Submitted by:	Nikola Kolev <koue at chaosophia.net> (maintainer)

Deleted:
  head/net/dhcpd/files/extra-patch-dhcp.c
  head/net/dhcpd/files/extra-patch-dhcpd.c
  head/net/dhcpd/files/extra-patch-memory.c
  head/net/dhcpd/files/extra-patch-pfutils.c
Modified:
  head/net/dhcpd/Makefile   (contents, props changed)
  head/net/dhcpd/distinfo   (contents, props changed)

Modified: head/net/dhcpd/Makefile
==============================================================================
--- head/net/dhcpd/Makefile	Fri Nov  9 16:49:05 2018	(r484527)
+++ head/net/dhcpd/Makefile	Fri Nov  9 16:52:45 2018	(r484528)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	dhcpd
-PORTVERSION=	6.0.20170207
-PORTREVISION=	2
+PORTVERSION=	6.4.20181105
 CATEGORIES=	net
 
 MAINTAINER=	koue at chaosophia.net
@@ -10,6 +9,8 @@ COMMENT=	OpenBSD dhcp daemon
 
 LICENSE=	BSD3CLAUSE
 
+USES=		ssl uidfix
+
 WRKSRC_SUBDIR=	src/usr.sbin/${PORTNAME}
 
 USE_GITHUB=	yes
@@ -17,7 +18,6 @@ GH_ACCOUNT=	koue
 
 CONFLICTS=	isc-dhcp4[1-3]-server*
 
-USES=		ssl uidfix
 USE_RC_SUBR=	dhcpd
 
 CFLAGS+=	-Wall
@@ -30,11 +30,7 @@ NOPF_DESC=	Disable PF support
 
 OPTIONS_SUB=	yes
 
-NOPF_CFLAGS=		-DNO_PF=1
-NOPF_EXTRA_PATCHES=	${PATCHDIR}/extra-patch-dhcp.c \
-			${PATCHDIR}/extra-patch-dhcpd.c \
-			${PATCHDIR}/extra-patch-memory.c \
-			${PATCHDIR}/extra-patch-pfutils.c
+NOPF_CFLAGS=	-DNO_PF=1
 
 post-patch:
 	@${REINPLACE_CMD} -e "s|/etc/dhcpd.conf|${PREFIX}/etc/dhcpd.conf|" \

Modified: head/net/dhcpd/distinfo
==============================================================================
--- head/net/dhcpd/distinfo	Fri Nov  9 16:49:05 2018	(r484527)
+++ head/net/dhcpd/distinfo	Fri Nov  9 16:52:45 2018	(r484528)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1486490098
-SHA256 (koue-dhcpd-6.0.20170207_GH0.tar.gz) = 5a2371a28c1011e751a5100e330c8059e34a2f0e8de183ed63be93ca839ae43f
-SIZE (koue-dhcpd-6.0.20170207_GH0.tar.gz) = 106964
+TIMESTAMP = 1541427016
+SHA256 (koue-dhcpd-6.4.20181105_GH0.tar.gz) = 98c7118b8318d0d1b2804cfdb8a78a076161287ab8402c4ccbb98d2102d3fd1b
+SIZE (koue-dhcpd-6.4.20181105_GH0.tar.gz) = 128519


More information about the svn-ports-all mailing list