Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2013 23:32:02 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323193 - head/deskutils/virt-manager
Message-ID:  <201307172332.r6HNW27q079163@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Wed Jul 17 23:32:02 2013
New Revision: 323193
URL: http://svnweb.freebsd.org/changeset/ports/323193

Log:
  - attempt to fix fetch from third-party
  - add to public_distfiles while here as this issue has come up too often lately
  
  Reported by: pkg-fallout@

Modified:
  head/deskutils/virt-manager/Makefile

Modified: head/deskutils/virt-manager/Makefile
==============================================================================
--- head/deskutils/virt-manager/Makefile	Wed Jul 17 23:20:21 2013	(r323192)
+++ head/deskutils/virt-manager/Makefile	Wed Jul 17 23:32:02 2013	(r323193)
@@ -5,7 +5,8 @@ PORTNAME=	virt-manager
 PORTVERSION=	0.9.5
 PORTREVISION=	1
 CATEGORIES=	deskutils net-mgmt
-MASTER_SITES=	http://virt-manager.et.redhat.com/download/sources/${PORTNAME}/
+MASTER_SITES=	http://virt-manager.et.redhat.com/download/sources/${PORTNAME}/ \
+		LOCAL/jgh/deskutils/${PORTNAME}/
 
 MAINTAINER=	jgh@FreeBSD.org
 COMMENT=	Toolkit to interact with virtualization capabilities
@@ -20,6 +21,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus
 		gtk-vnc>=0.3.10:${PORTSDIR}/net/gtk-vnc \
 		librsvg2>=2.32.1:${PORTSDIR}/graphics/librsvg2
 
+FETCH_ARGS?=	-Fpr
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307172332.r6HNW27q079163>