upgrade to bring net-mgmt/netdot from 1.0.2 to 1.0.4
Responsible Changed From-To: freebsd-ports-bugs->tobez I'll take it.
Author: tobez Date: Tue Feb 19 15:06:26 2013 New Revision: 312572 URL: http://svnweb.freebsd.org/changeset/ports/312572 Log: Update to 1.0.4. PR: 176148 Submitted by: maintainer Modified: head/net-mgmt/netdot/Makefile head/net-mgmt/netdot/distinfo head/net-mgmt/netdot/pkg-plist Modified: head/net-mgmt/netdot/Makefile ============================================================================== --- head/net-mgmt/netdot/Makefile Tue Feb 19 14:59:52 2013 (r312571) +++ head/net-mgmt/netdot/Makefile Tue Feb 19 15:06:26 2013 (r312572) @@ -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 Modified: head/net-mgmt/netdot/distinfo ============================================================================== --- head/net-mgmt/netdot/distinfo Tue Feb 19 14:59:52 2013 (r312571) +++ head/net-mgmt/netdot/distinfo Tue Feb 19 15:06:26 2013 (r312572) @@ -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 Modified: head/net-mgmt/netdot/pkg-plist ============================================================================== --- head/net-mgmt/netdot/pkg-plist Tue Feb 19 14:59:52 2013 (r312571) +++ head/net-mgmt/netdot/pkg-plist Tue Feb 19 15:06:26 2013 (r312572) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed The update has been committed. Thank you for your submission.