View | Details | Raw Unified | Return to bug 176148
Collapse All | Expand All

(-)netdot/Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	netdot
8
PORTNAME=	netdot
9
PORTVERSION=	1.0.2
9
PORTVERSION=	1.0.4
10
CATEGORIES=	net-mgmt
10
CATEGORIES=	net-mgmt
11
MASTER_SITES=	http://netdot.uoregon.edu/pub/dists/
11
MASTER_SITES=	http://netdot.uoregon.edu/pub/dists/
12
12
Lines 80-86 Link Here
80
.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
80
.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
81
		@${TOUCH} ${WWWDIR}/${f}/.keep-me
81
		@${TOUCH} ${WWWDIR}/${f}/.keep-me
82
.endfor
82
.endfor
83
.for f in initdb defragdb
83
.for f in initdb
84
	${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${WWWDIR}/bin/${f}
84
	${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${WWWDIR}/bin/${f}
85
.endfor
85
.endfor
86
	${MKDIR} ${WWWDIR}/upgrade
86
	${MKDIR} ${WWWDIR}/upgrade
(-)netdot/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (netdot-1.0.2.tar.gz) = 540712e300afb116ee5a9dd48f65fa255c3ee09015f96d20ee3d00c25f61790c
1
SHA256 (netdot-1.0.4.tar.gz) = e474005f90514e452b25cb886e2d6a16b488e008fa67e05ade70e45e24490908
2
SIZE (netdot-1.0.2.tar.gz) = 2223786
2
SIZE (netdot-1.0.4.tar.gz) = 2193923
(-)netdot/pkg-plist (-1 lines)
Lines 2-8 Link Here
2
%%WWWDIR%%/bin/check_bgppeer.pl
2
%%WWWDIR%%/bin/check_bgppeer.pl
3
%%WWWDIR%%/bin/check_ifstatus.pl
3
%%WWWDIR%%/bin/check_ifstatus.pl
4
%%WWWDIR%%/bin/check_link_state.pl
4
%%WWWDIR%%/bin/check_link_state.pl
5
%%WWWDIR%%/bin/defragdb
6
%%WWWDIR%%/bin/device_checks.pl
5
%%WWWDIR%%/bin/device_checks.pl
7
%%WWWDIR%%/bin/dump-db.pl
6
%%WWWDIR%%/bin/dump-db.pl
8
%%WWWDIR%%/bin/ether_ip_port.pl
7
%%WWWDIR%%/bin/ether_ip_port.pl

Return to bug 176148