svn commit: r323193 - head/deskutils/virt-manager
Jason Helfman
jgh at FreeBSD.org
Wed Jul 17 23:32:02 UTC 2013
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 at 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}
More information about the svn-ports-head
mailing list