diff options
author | jgh <jgh@FreeBSD.org> | 2012-01-14 09:36:12 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-01-14 09:36:12 +0800 |
commit | c5183854b2b829c33f51862d24ed24ae18d4f111 (patch) | |
tree | 5057902db8274f73e248f1c1aa61bbdd86b393d0 | |
parent | 3e395a779ab074c0d0e22774e52f04a884c41737 (diff) | |
download | freebsd-ports-gnome-c5183854b2b829c33f51862d24ed24ae18d4f111.tar.gz freebsd-ports-gnome-c5183854b2b829c33f51862d24ed24ae18d4f111.tar.zst freebsd-ports-gnome-c5183854b2b829c33f51862d24ed24ae18d4f111.zip |
- Fix fetch error by updating MASTER_SITES and DISTFILE
PR: ports/164108
Submitted by: Anthony Garcia <agarcia at experts-exchange.com>
Approved by: crees,rene (mentors, implicit)
-rw-r--r-- | net-mgmt/zenpack-graphportlet/Makefile | 9 | ||||
-rw-r--r-- | 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 <bsd.port.pre.mk> .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 |