diff options
Diffstat (limited to 'net/dhcpd-pools')
-rw-r--r-- | net/dhcpd-pools/Makefile | 7 | ||||
-rw-r--r-- | net/dhcpd-pools/distinfo | 5 | ||||
-rw-r--r-- | net/dhcpd-pools/pkg-plist | 7 |
3 files changed, 12 insertions, 7 deletions
diff --git a/net/dhcpd-pools/Makefile b/net/dhcpd-pools/Makefile index c221068d83e5..3ada2766b32f 100644 --- a/net/dhcpd-pools/Makefile +++ b/net/dhcpd-pools/Makefile @@ -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/dhcpd.conf \ --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 diff --git a/net/dhcpd-pools/distinfo b/net/dhcpd-pools/distinfo index 189be8bc9c1e..a6989f8b030d 100644 --- a/net/dhcpd-pools/distinfo +++ b/net/dhcpd-pools/distinfo @@ -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 diff --git a/net/dhcpd-pools/pkg-plist b/net/dhcpd-pools/pkg-plist new file mode 100644 index 000000000000..c56c8034a0c4 --- /dev/null +++ b/net/dhcpd-pools/pkg-plist @@ -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 |