Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2013 04:30:21 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312797 - head/sysutils/cfengine22
Message-ID:  <201302230430.r1N4UL4d049101@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 #		gjb@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



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