Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2012 13:05:51 +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: r303081 - head/sysutils/cfengine-devel
Message-ID:  <201208241305.q7OD5pRP041192@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Fri Aug 24 13:05:50 2012
New Revision: 303081
URL: http://svn.freebsd.org/changeset/ports/303081

Log:
  - Set --with-workdir to /var/cfengine to continue to be
    consistent with the behavior of previous versions of cfengine.
  - Bump PORTREVISION.
  
  Approved by:	cy (maintainer)
  Approved by:	eadler (mentor)

Modified:
  head/sysutils/cfengine-devel/Makefile

Modified: head/sysutils/cfengine-devel/Makefile
==============================================================================
--- head/sysutils/cfengine-devel/Makefile	Fri Aug 24 12:44:52 2012	(r303080)
+++ head/sysutils/cfengine-devel/Makefile	Fri Aug 24 13:05:50 2012	(r303081)
@@ -7,7 +7,7 @@
 
 PORTNAME=	cfengine
 PORTVERSION=	3.4.0a2
-PORTREVISION=
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	sysutils
 PKGNAMESUFFIX=	-devel
@@ -33,6 +33,7 @@ DOCSDIR=	${PREFIX}/share/doc/cfengine
 CONFIGURE_ARGS=	--docdir=${DOCSDIR} \
 		--htmldir=${DOCSDIR}/html \
 		--mandir=${PREFIX}/man \
+		--with-workdir=/var/cfengine \
 		--with-pcre=${LOCALBASE} \
 		--enable-fhs
 



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