Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2014 19:13:04 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349792 - in head/sysutils/cfengine35: . files
Message-ID:  <201403311913.s2VJD4kS040493@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Mon Mar 31 19:13:04 2014
New Revision: 349792
URL: http://svnweb.freebsd.org/changeset/ports/349792
QAT: https://qat.redports.org/buildarchive/r349792/

Log:
  Fix upstream bug.
  
  PR:		188147
  Submitted by:	skreuzer

Added:
  head/sysutils/cfengine35/files/patch-libpromises-expand.c   (contents, props changed)
Modified:
  head/sysutils/cfengine35/Makefile

Modified: head/sysutils/cfengine35/Makefile
==============================================================================
--- head/sysutils/cfengine35/Makefile	Mon Mar 31 19:09:09 2014	(r349791)
+++ head/sysutils/cfengine35/Makefile	Mon Mar 31 19:13:04 2014	(r349792)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cfengine
 PORTVERSION=	3.5.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://cfengine.com/source-code/download?file=
 

Added: head/sysutils/cfengine35/files/patch-libpromises-expand.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/cfengine35/files/patch-libpromises-expand.c	Mon Mar 31 19:13:04 2014	(r349792)
@@ -0,0 +1,10 @@
+--- libpromises/expand.c.orig	2014-03-31 18:24:39.000000000 +0000
++++ libpromises/expand.c	2014-03-31 18:25:10.000000000 +0000
+@@ -787,6 +787,7 @@
+             ScopeNewSpecial(ctx, "this", "promise_linenumber", number, DATA_TYPE_STRING);
+         }
+ 
++        ScopeNewSpecial(ctx, "this", "promiser", pp->promiser, DATA_TYPE_STRING);
+         snprintf(v, CF_MAXVARSIZE, "%d", (int) getuid());
+         ScopeNewSpecial(ctx, "this", "promiser_uid", v, DATA_TYPE_INT);
+         snprintf(v, CF_MAXVARSIZE, "%d", (int) getgid());



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