diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2013-02-19 15:06:26 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2013-02-19 15:06:26 +0000 |
commit | f548b763581fade0adf013d6b865985a704a63f2 (patch) | |
tree | aea95c15299ebf7e0496347db3e0e7963dc6085d /net-mgmt | |
parent | fafa3212e46733f9f8dd83a8e2963557e5c51708 (diff) | |
download | ports-f548b763581fade0adf013d6b865985a704a63f2.tar.gz ports-f548b763581fade0adf013d6b865985a704a63f2.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/netdot/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/netdot/distinfo | 4 | ||||
-rw-r--r-- | net-mgmt/netdot/pkg-plist | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/net-mgmt/netdot/Makefile b/net-mgmt/netdot/Makefile index 218c5b82c8bd..9809efe68349 100644 --- a/net-mgmt/netdot/Makefile +++ b/net-mgmt/netdot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= netdot -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.4 CATEGORIES= net-mgmt MASTER_SITES= http://netdot.uoregon.edu/pub/dists/ @@ -80,7 +80,7 @@ post-install: .for f in export/bind export/dhcpd export/ethers export/rancid export/smokeping export/sysmon htdocs/img/graphs lib/Netdot/Manual tmp/sessions/locks htdocs/masondata/cache @${TOUCH} ${WWWDIR}/${f}/.keep-me .endfor -.for f in initdb defragdb +.for f in initdb ${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${WWWDIR}/bin/${f} .endfor ${MKDIR} ${WWWDIR}/upgrade diff --git a/net-mgmt/netdot/distinfo b/net-mgmt/netdot/distinfo index e172f0eeb112..913e9b42e257 100644 --- a/net-mgmt/netdot/distinfo +++ b/net-mgmt/netdot/distinfo @@ -1,2 +1,2 @@ -SHA256 (netdot-1.0.2.tar.gz) = 540712e300afb116ee5a9dd48f65fa255c3ee09015f96d20ee3d00c25f61790c -SIZE (netdot-1.0.2.tar.gz) = 2223786 +SHA256 (netdot-1.0.4.tar.gz) = e474005f90514e452b25cb886e2d6a16b488e008fa67e05ade70e45e24490908 +SIZE (netdot-1.0.4.tar.gz) = 2193923 diff --git a/net-mgmt/netdot/pkg-plist b/net-mgmt/netdot/pkg-plist index 0f6a9154ed9c..45fac249e12d 100644 --- a/net-mgmt/netdot/pkg-plist +++ b/net-mgmt/netdot/pkg-plist @@ -2,7 +2,6 @@ %%WWWDIR%%/bin/check_bgppeer.pl %%WWWDIR%%/bin/check_ifstatus.pl %%WWWDIR%%/bin/check_link_state.pl -%%WWWDIR%%/bin/defragdb %%WWWDIR%%/bin/device_checks.pl %%WWWDIR%%/bin/dump-db.pl %%WWWDIR%%/bin/ether_ip_port.pl |