svn commit: r317770 - head/net-mgmt/virtinst

Jason Helfman jgh at FreeBSD.org
Fri May 10 06:59:36 UTC 2013


Author: jgh
Date: Fri May 10 06:59:35 2013
New Revision: 317770
URL: http://svnweb.freebsd.org/changeset/ports/317770

Log:
  - attempt to fix fetch
  
  Reported by:	pointyhat

Modified:
  head/net-mgmt/virtinst/Makefile

Modified: head/net-mgmt/virtinst/Makefile
==============================================================================
--- head/net-mgmt/virtinst/Makefile	Fri May 10 06:53:16 2013	(r317769)
+++ head/net-mgmt/virtinst/Makefile	Fri May 10 06:59:35 2013	(r317770)
@@ -13,6 +13,7 @@ COMMENT=	Module to help in starting inst
 LIB_DEPENDS=	virt.1000:${PORTSDIR}/devel/libvirt
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}urlgrabber>=3.9.1:${PORTSDIR}/www/py-urlgrabber
 
+FETCH_ARGS=	-Fpr
 USES=		gettext
 USE_PYTHON_RUN=	yes
 USE_PYTHON_BUILD=	yes


More information about the svn-ports-all mailing list