Bug 176148 - port update: net-mgmt/netdot 1.0.2 -> 1.0.4
Summary: port update: net-mgmt/netdot 1.0.2 -> 1.0.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Anton Berezin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-14 16:30 UTC by Nick Hilliard
Modified: 2013-02-19 15:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.52 KB, patch)
2013-02-14 16:30 UTC, Nick Hilliard
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Hilliard 2013-02-14 16:30:01 UTC
upgrade to bring net-mgmt/netdot from 1.0.2 to 1.0.4
Comment 1 Anton Berezin freebsd_committer freebsd_triage 2013-02-14 17:04:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tobez

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-19 15:06:35 UTC
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"
Comment 3 Anton Berezin freebsd_committer freebsd_triage 2013-02-19 15:06:36 UTC
State Changed
From-To: open->closed

The update has been committed. Thank you for your submission.