svn commit: r470538 - head/net/dhcpd-pools

Ryan Steinmetz zi at FreeBSD.org
Mon May 21 12:56:31 UTC 2018


Author: zi
Date: Mon May 21 12:56:30 2018
New Revision: 470538
URL: https://svnweb.freebsd.org/changeset/ports/470538

Log:
  - Update to 3.0

Added:
  head/net/dhcpd-pools/pkg-plist   (contents, props changed)
Modified:
  head/net/dhcpd-pools/Makefile
  head/net/dhcpd-pools/distinfo

Modified: head/net/dhcpd-pools/Makefile
==============================================================================
--- head/net/dhcpd-pools/Makefile	Mon May 21 12:48:43 2018	(r470537)
+++ head/net/dhcpd-pools/Makefile	Mon May 21 12:56:30 2018	(r470538)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dhcpd-pools
-PORTVERSION=	2.28
+PORTVERSION=	3.0
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME} \
 		ZI
@@ -23,10 +23,7 @@ CONFIGURE_ARGS=	--with-dhcpd-conf=${LOCALBASE}/etc/dhc
 		--with-uthash=${LOCALBASE}/include
 MAKE_JOBS_UNSAFE=	yes
 
-PLIST_FILES=	bin/dhcpd-pools \
-		man/man1/dhcpd-pools.1.gz \
-		%%DATADIR%%/nagios.conf
-PORTDATA=	dhcpd-pools.cgi snmptest.pl
+PORTDATA=	snmptest.pl
 
 post-patch:
 	@${REINPLACE_CMD} -e '/features.h/d' ${WRKSRC}/src/getdata.c

Modified: head/net/dhcpd-pools/distinfo
==============================================================================
--- head/net/dhcpd-pools/distinfo	Mon May 21 12:48:43 2018	(r470537)
+++ head/net/dhcpd-pools/distinfo	Mon May 21 12:56:30 2018	(r470538)
@@ -1,2 +1,3 @@
-SHA256 (dhcpd-pools-2.28.tar.xz) = 77b88ac6d270f095d0df173314fca8d244b3b826d67fb7447af1f3757b62e64a
-SIZE (dhcpd-pools-2.28.tar.xz) = 641816
+TIMESTAMP = 1526907009
+SHA256 (dhcpd-pools-3.0.tar.xz) = a7a2a8304ae5e3295312cff20c039b55d8a090a82a36c5dde5297ea25278e840
+SIZE (dhcpd-pools-3.0.tar.xz) = 672160

Added: head/net/dhcpd-pools/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/dhcpd-pools/pkg-plist	Mon May 21 12:56:30 2018	(r470538)
@@ -0,0 +1,7 @@
+bin/dhcpd-pools
+man/man1/dhcpd-pools.1.gz
+%%DATADIR%%/nagios.conf
+%%PORTDOCS%%%%DOCSDIR%%/dhcpd.conf
+%%PORTDOCS%%%%DOCSDIR%%/dhcpd.leases
+%%PORTDOCS%%%%DOCSDIR%%/mustach.template
+%%PORTDOCS%%%%DOCSDIR%%/prometheus.template


More information about the svn-ports-all mailing list