From nobody@FreeBSD.org  Sat Jan 14 00:00:46 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 822881065691
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 14 Jan 2012 00:00:46 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 7071C8FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 14 Jan 2012 00:00:46 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q0E00k8E077852
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 14 Jan 2012 00:00:46 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q0E00k48077851;
	Sat, 14 Jan 2012 00:00:46 GMT
	(envelope-from nobody)
Message-Id: <201201140000.q0E00k48077851@red.freebsd.org>
Date: Sat, 14 Jan 2012 00:00:46 GMT
From: Anthony Garcia <agarcia@experts-exchange.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [ports][maintainer-update] net-mgmt/zenpack-interfacegraphs: Fix fetch error.
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: zenoss@experts-exchange.com

>Number:         164107
>Category:       ports
>Synopsis:       [maintainer-update] net-mgmt/zenpack-interfacegraphs: Fix fetch error.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jgh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 14 00:10:13 UTC 2012
>Closed-Date:    Sat Jan 14 01:21:35 UTC 2012
>Last-Modified:  Sun Jan 15 00:35:35 UTC 2012
>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:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Sat Jan 14 00:10:28 UTC 2012 
Class-Changed-Why:  
Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164107 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Jan 14 00:10:32 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164107 
Responsible-Changed-From-To: freebsd-ports-bugs->jgh 
Responsible-Changed-By: jgh 
Responsible-Changed-When: Sat Jan 14 00:18:04 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164107 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: zenoss@experts-exchange.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/164107: [ports][maintainer-update] net-mgmt/zenpack-interfacegraphs: Fix fetch error.
Date: Sat, 14 Jan 2012 00:10:31 UT

 Maintainer of net-mgmt/zenpack-interfacegraphs,
 
 Please note that PR ports/164107 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/164107
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: jgh 
State-Changed-When: Sat Jan 14 01:21:34 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164107 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164107: commit references a PR
Date: Sat, 14 Jan 2012 01:21:24 +0000 (UTC)

 jgh         2012-01-14 01:21:16 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-mgmt/zenpack-interfacegraphs Makefile distinfo 
   Log:
   - Fix fetch error by updating MASTER_SITES and DISTFILE
   
   PR:     ports/164107
   Submitted by: Anthony Garcia <agarcia at experts-exchange.com>
   Approved by:    crees,rene (mentors, implicit)
   
   Revision  Changes    Path
   1.2       +4 -1      ports/net-mgmt/zenpack-interfacegraphs/Makefile
   1.2       +2 -2      ports/net-mgmt/zenpack-interfacegraphs/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
