Date: Sat, 14 Jan 2012 00:00:46 GMT From: Anthony Garcia <agarcia@experts-exchange.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/164107: [ports][maintainer-update] net-mgmt/zenpack-interfacegraphs: Fix fetch error. Message-ID: <201201140000.q0E00k48077851@red.freebsd.org> Resent-Message-ID: <201201140010.q0E0ADMq088993@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164107 >Category: ports >Synopsis: [ports][maintainer-update] net-mgmt/zenpack-interfacegraphs: Fix fetch error. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jan 14 00:10:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Anthony Garcia >Release: FreeBSD 8.1-RELEASE amd64 >Organization: Experts Exchange >Environment: System: FreeBSD agarcia-freebsd.localdomain 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Fix fetch error due to change in MASTER_SITES. >How-To-Repeat: >Fix: Patch attached with submission follows: ? interfacegraphs.diff Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net-mgmt/zenpack-interfacegraphs/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 27 Oct 2011 14:36:30 -0000 1.1 +++ Makefile 7 Jan 2012 00:26:09 -0000 @@ -8,13 +8,16 @@ PORTNAME= InterfaceGraphs PORTVERSION= 1.0 CATEGORIES= net-mgmt -MASTER_SITES= http://www.glenbarber.us/ports/net-mgmt/zenpack-${PORTNAME}/ +MASTER_SITES= https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/ +DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} MAINTAINER= zenoss@experts-exchange.com COMMENT= Provides a link that graphs all network interfaces for a device ZPACKGROUP= community ZPACKPREFIX= ZenPacks.community. +WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} +TAG= 7ed2d7d .include <bsd.port.pre.mk> .include "${PORTSDIR}/Mk/bsd.zenoss.mk" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201140000.q0E00k48077851>