Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jan 2012 00:04:51 GMT
From:      Anthony Garcia <agarcia@experts-exchange.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/164109: [ports][maintainer-update] net-mgmt/zenpack-libvirt: Fix fetch error.
Message-ID:  <201201140004.q0E04p0Y094644@red.freebsd.org>
Resent-Message-ID: <201201140010.q0E0AGor089094@freefall.freebsd.org>

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

>Number:         164109
>Category:       ports
>Synopsis:       [ports][maintainer-update] net-mgmt/zenpack-libvirt: 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:16 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-libvirt/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	30 Oct 2011 17:46:40 -0000	1.1
+++ Makefile	7 Jan 2012 00:51:51 -0000
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	libvirt
-PORTVERSION=	1.71
+PORTVERSION=    1.96
 CATEGORIES=	net-mgmt
-MASTER_SITES=	http://zenpacks.zenoss.org/trac-zenpacks/changeset/1002/tags/
-DISTFILES=	${PORTNAME}-${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=	Provides monitoring of virtualization servers through Zenoss
@@ -18,11 +18,10 @@
 
 RUN_DEPENDS=	libvirt>=0.9.1:${PORTSDIR}/devel/libvirt
 
-WRKSRC=	${WRKDIR}/tags/${PORTNAME}-${PORTVERSION}
-
-USE_ZIP=	yes
 ZPACKPREFIX=	ZenPacks.community.
 ZPACKGROUP=	community
+WRKSRC=  ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}
+TAG=  4113cfe
 
 .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?201201140004.q0E04p0Y094644>