svn commit: r349792 - in head/sysutils/cfengine35: . files

Cy Schubert cy at FreeBSD.org
Mon Mar 31 19:13:05 UTC 2014


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());


More information about the svn-ports-all mailing list