aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-12-16 14:45:48 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-12-16 14:45:48 +0000
commit2348c94e53a5f5bcdd7528d9edebf39423751959 (patch)
treed62f256f66e050503decf2467727b1a608e60ca4 /net-mgmt
parent037f6bc4992283e4205b6036a273e1019bf79b07 (diff)
downloadports-2348c94e53a5f5bcdd7528d9edebf39423751959.tar.gz
ports-2348c94e53a5f5bcdd7528d9edebf39423751959.zip
- Fix fetch by switching to new GitHub home
PR: 242009 Submitted by: nick@foobar.org (maintainer)
Notes
Notes: svn path=/head/; revision=520263
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/netdot/Makefile11
-rw-r--r--net-mgmt/netdot/distinfo5
-rw-r--r--net-mgmt/netdot/pkg-descr2
3 files changed, 11 insertions, 7 deletions
diff --git a/net-mgmt/netdot/Makefile b/net-mgmt/netdot/Makefile
index 794d968a9898..aa407ede9a4f 100644
--- a/net-mgmt/netdot/Makefile
+++ b/net-mgmt/netdot/Makefile
@@ -3,15 +3,13 @@
PORTNAME= netdot
PORTVERSION= 1.0.7
+DISTVERSIONPREFIX= ${PORTNAME}-
PORTREVISION= 4
CATEGORIES= net-mgmt
-MASTER_SITES= http://netdot.uoregon.edu/pub/dists/
MAINTAINER= nick@foobar.org
COMMENT= Open source tool to organize and maintain network information
-BROKEN= unfetchable
-
LICENSE= GPLv2
RUN_DEPENDS= p5-libapreq2>=0:www/p5-libapreq2 \
@@ -44,6 +42,11 @@ RUN_DEPENDS= p5-libapreq2>=0:www/p5-libapreq2 \
netdisco-mibs>=0:net-mgmt/netdisco-mibs
USES= gmake mysql perl5 shebangfix
+
+USE_GITHUB= yes
+GH_ACCOUNT= cvicente
+GH_PROJECT= Netdot
+
NO_BUILD= yes
SUB_FILES= pkg-message pkg-install
@@ -73,7 +76,7 @@ post-patch:
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} ${STAGEDIR}${WWWDIR}/${f}/.keep-me
+ @${TOUCH} ${STAGEDIR}${WWWDIR}/${f}/.keep-me
.endfor
.for f in initdb
${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${STAGEDIR}${WWWDIR}/bin/${f}
diff --git a/net-mgmt/netdot/distinfo b/net-mgmt/netdot/distinfo
index 3a2d882b23ed..e47de47ca240 100644
--- a/net-mgmt/netdot/distinfo
+++ b/net-mgmt/netdot/distinfo
@@ -1,2 +1,3 @@
-SHA256 (netdot-1.0.7.tar.gz) = f8fe9804973d09f953dd520795312d5ef2b595151fadd595a1fec2758d99d79c
-SIZE (netdot-1.0.7.tar.gz) = 2216634
+TIMESTAMP = 1575906001
+SHA256 (cvicente-Netdot-netdot-1.0.7_GH0.tar.gz) = af0d3aa76c6a08c76913177d62456082f72ffda07ac9942890885597d937eab9
+SIZE (cvicente-Netdot-netdot-1.0.7_GH0.tar.gz) = 1986540
diff --git a/net-mgmt/netdot/pkg-descr b/net-mgmt/netdot/pkg-descr
index b9e3f695e7d7..763541c0d224 100644
--- a/net-mgmt/netdot/pkg-descr
+++ b/net-mgmt/netdot/pkg-descr
@@ -18,4 +18,4 @@ Netdot features include:
- Netdot can generate configuration files for various other tools,
including: Nagios, Sysmon, RANCID, Cacti, ISC BIND and ISC DHCPD.
-WWW: http://netdot.uoregon.edu/
+WWW: https://github.com/cvicente/Netdot/