From c5183854b2b829c33f51862d24ed24ae18d4f111 Mon Sep 17 00:00:00 2001 From: jgh Date: Sat, 14 Jan 2012 01:36:12 +0000 Subject: - Fix fetch error by updating MASTER_SITES and DISTFILE PR: ports/164108 Submitted by: Anthony Garcia Approved by: crees,rene (mentors, implicit) --- net-mgmt/zenpack-graphportlet/Makefile | 9 ++++----- net-mgmt/zenpack-graphportlet/distinfo | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/net-mgmt/zenpack-graphportlet/Makefile b/net-mgmt/zenpack-graphportlet/Makefile index a3f1ffe2ce87..061fd814bdd9 100644 --- a/net-mgmt/zenpack-graphportlet/Makefile +++ b/net-mgmt/zenpack-graphportlet/Makefile @@ -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 .include "${PORTSDIR}/Mk/bsd.zenoss.mk" diff --git a/net-mgmt/zenpack-graphportlet/distinfo b/net-mgmt/zenpack-graphportlet/distinfo index 2b04db2790a8..363f7663ba3c 100644 --- a/net-mgmt/zenpack-graphportlet/distinfo +++ b/net-mgmt/zenpack-graphportlet/distinfo @@ -1,2 +1,2 @@ -SHA256 (graph-portlet-1.03?old_path=%2F&format=zip) = 69d89200f437f0b80d9d1508d4b550677a49037ac15dc8a98bfe542299c590e1 -SIZE (graph-portlet-1.03?old_path=%2F&format=zip) = 7289 +SHA256 (zenoss-ZenPacks.SCC.ShowGraphPortlet-0cf7678.tar.gz) = 4fb1f153460965926bb42d0d8a1ab371305b5b555edf94e00dae5131ad9a77d4 +SIZE (zenoss-ZenPacks.SCC.ShowGraphPortlet-0cf7678.tar.gz) = 5944 -- cgit