From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 14 00:10:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4531F10656FB for ; Sat, 14 Jan 2012 00:10:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 78B568FC20 for ; Sat, 14 Jan 2012 00:10:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0E0AGx0089095 for ; Sat, 14 Jan 2012 00:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0E0AGor089094; Sat, 14 Jan 2012 00:10:16 GMT (envelope-from gnats) Resent-Date: Sat, 14 Jan 2012 00:10:16 GMT Resent-Message-Id: <201201140010.q0E0AGor089094@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anthony Garcia Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE856106566B for ; Sat, 14 Jan 2012 00:04:51 +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 CD61C8FC18 for ; Sat, 14 Jan 2012 00:04:51 +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 q0E04pYY094657 for ; Sat, 14 Jan 2012 00:04:51 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q0E04p0Y094644; Sat, 14 Jan 2012 00:04:51 GMT (envelope-from nobody) Message-Id: <201201140004.q0E04p0Y094644@red.freebsd.org> Date: Sat, 14 Jan 2012 00:04:51 GMT From: Anthony Garcia To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/164109: [ports][maintainer-update] net-mgmt/zenpack-libvirt: Fix fetch error. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2012 00:10:17 -0000 >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 .include "${PORTSDIR}/Mk/bsd.zenoss.mk" >Release-Note: >Audit-Trail: >Unformatted: