Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jan 2012 00:02:42 GMT
From:      Anthony Garcia <agarcia@experts-exchange.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/164108: [ports][maintainer-update] net-mgmt/zenpack-graphportlet: Fix fetch error.
Message-ID:  <201201140002.q0E02gHq077944@red.freebsd.org>
Resent-Message-ID: <201201140010.q0E0ADeQ089010@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         164108
>Category:       ports
>Synopsis:       [ports][maintainer-update] net-mgmt/zenpack-graphportlet: 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:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net-mgmt/zenpack-graphportlet/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	30 Oct 2011 16:42:16 -0000	1.1
+++ Makefile	6 Jan 2012 23:55:20 -0000
@@ -8,17 +8,16 @@
 PORTNAME=	ShowGraphPortlet
 PORTVERSION=	1.03
 CATEGORIES=	net-mgmt www
-MASTER_SITES=	http://zenpacks.zenoss.org/trac-zenpacks/changeset/1002/tags/
-DISTFILES=	graph-portlet-${PORTVERSION}?old_path=%2F\&format=zip
+MASTER_SITES=   https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/	
+DISTNAME=       zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}
 
 MAINTAINER=	zenoss@experts-exchange.com
 COMMENT=	Enables users to show any graph/multi graph reports on their dashboard
 
-USE_ZIP=	yes
 ZPACKGROUP=	community
-WRKSRC=	${WRKDIR}/tags/graph-portlet-${PORTVERSION}/
-
 ZPACKPREFIX=	ZenPacks.SCC.
+WRKSRC=         ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}
+TAG=            0cf7678
 
 .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?201201140002.q0E02gHq077944>