Date: Mon, 16 Dec 2019 14:45:48 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520263 - head/net-mgmt/netdot Message-ID: <201912161445.xBGEjmff053406@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Dec 16 14:45:48 2019 New Revision: 520263 URL: https://svnweb.freebsd.org/changeset/ports/520263 Log: - Fix fetch by switching to new GitHub home PR: 242009 Submitted by: nick@foobar.org (maintainer) Modified: head/net-mgmt/netdot/Makefile head/net-mgmt/netdot/distinfo head/net-mgmt/netdot/pkg-descr Modified: head/net-mgmt/netdot/Makefile ============================================================================== --- head/net-mgmt/netdot/Makefile Mon Dec 16 14:39:44 2019 (r520262) +++ head/net-mgmt/netdot/Makefile Mon Dec 16 14:45:48 2019 (r520263) @@ -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} Modified: head/net-mgmt/netdot/distinfo ============================================================================== --- head/net-mgmt/netdot/distinfo Mon Dec 16 14:39:44 2019 (r520262) +++ head/net-mgmt/netdot/distinfo Mon Dec 16 14:45:48 2019 (r520263) @@ -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 Modified: head/net-mgmt/netdot/pkg-descr ============================================================================== --- head/net-mgmt/netdot/pkg-descr Mon Dec 16 14:39:44 2019 (r520262) +++ head/net-mgmt/netdot/pkg-descr Mon Dec 16 14:45:48 2019 (r520263) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912161445.xBGEjmff053406>