svn commit: r312797 - head/sysutils/cfengine22

Glen Barber gjb at FreeBSD.org
Sat Feb 23 04:30:21 UTC 2013


Author: gjb
Date: Sat Feb 23 04:30:20 2013
New Revision: 312797
URL: http://svnweb.freebsd.org/changeset/ports/312797

Log:
  Fix fetch.
  
  Submitted by:	gahr
  Approved by:	cy (maintainer, implicit)

Modified:
  head/sysutils/cfengine22/Makefile

Modified: head/sysutils/cfengine22/Makefile
==============================================================================
--- head/sysutils/cfengine22/Makefile	Sat Feb 23 00:37:26 2013	(r312796)
+++ head/sysutils/cfengine22/Makefile	Sat Feb 23 04:30:20 2013	(r312797)
@@ -8,13 +8,15 @@
 PORTNAME=	cfengine
 PORTVERSION=	2.2.10
 CATEGORIES=	sysutils
-MASTER_SITES=	http://www.cfengine.org/tarballs/
+MASTER_SITES=	http://cfengine.com/source-code/download?file=
 PKGNAMESUFFIX=	22
 
 MAINTAINER=	cy at FreeBSD.org
 #		gjb at FreeBSD.org is also committer for this port
 COMMENT=	A systems administration tool for networks
 
+FETCH_BEFORE_ARGS=	-o ${DISTDIR}/${DISTFILES}
+
 CONFLICTS=	cfengine-3* cfengine-devel-*
 
 USE_RC_SUBR=	cfexecd cfservd


More information about the svn-ports-head mailing list