svn commit: r537850 - in head/sysutils: cfengine-masterfiles315 cfengine315 cfengine315/files

Cy Schubert cy at FreeBSD.org
Wed Jun 3 20:13:58 UTC 2020


Author: cy
Date: Wed Jun  3 20:13:56 2020
New Revision: 537850
URL: https://svnweb.freebsd.org/changeset/ports/537850

Log:
  Update 3.15.1 --> 3.15.2

Added:
  head/sysutils/cfengine315/files/patch-libntech_libutils_definitions.h   (contents, props changed)
Modified:
  head/sysutils/cfengine-masterfiles315/Makefile   (contents, props changed)
  head/sysutils/cfengine-masterfiles315/distinfo   (contents, props changed)
  head/sysutils/cfengine315/Makefile   (contents, props changed)
  head/sysutils/cfengine315/distinfo   (contents, props changed)

Modified: head/sysutils/cfengine-masterfiles315/Makefile
==============================================================================
--- head/sysutils/cfengine-masterfiles315/Makefile	Wed Jun  3 20:13:51 2020	(r537849)
+++ head/sysutils/cfengine-masterfiles315/Makefile	Wed Jun  3 20:13:56 2020	(r537850)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cfengine-masterfiles
-PORTVERSION=	3.15.1
+PORTVERSION=	3.15.2
 CATEGORIES=	sysutils
 MASTER_SITES=	https://cfengine-package-repos.s3.amazonaws.com/tarballs/
 

Modified: head/sysutils/cfengine-masterfiles315/distinfo
==============================================================================
--- head/sysutils/cfengine-masterfiles315/distinfo	Wed Jun  3 20:13:51 2020	(r537849)
+++ head/sysutils/cfengine-masterfiles315/distinfo	Wed Jun  3 20:13:56 2020	(r537850)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586883680
-SHA256 (cfengine-masterfiles-3.15.1.tar.gz) = 051369054a2e17a4ea1f68a41198fe5377fbbf33f600168246bf0b667fc1ab74
-SIZE (cfengine-masterfiles-3.15.1.tar.gz) = 475038
+TIMESTAMP = 1591211511
+SHA256 (cfengine-masterfiles-3.15.2.tar.gz) = 932d882cb6231db0cd9cfcaa8a0130e069355bc1a7307f8038ababd1320d99a8
+SIZE (cfengine-masterfiles-3.15.2.tar.gz) = 483402

Modified: head/sysutils/cfengine315/Makefile
==============================================================================
--- head/sysutils/cfengine315/Makefile	Wed Jun  3 20:13:51 2020	(r537849)
+++ head/sysutils/cfengine315/Makefile	Wed Jun  3 20:13:56 2020	(r537850)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cfengine
-PORTVERSION=	3.15.1
+PORTVERSION=	3.15.2
 CATEGORIES=	sysutils
 MASTER_SITES=	https://s3.amazonaws.com/cfengine-package-repos/tarballs/
 

Modified: head/sysutils/cfengine315/distinfo
==============================================================================
--- head/sysutils/cfengine315/distinfo	Wed Jun  3 20:13:51 2020	(r537849)
+++ head/sysutils/cfengine315/distinfo	Wed Jun  3 20:13:56 2020	(r537850)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586883601
-SHA256 (cfengine-3.15.1.tar.gz) = ab597456f9d44d907bb5a2e82b8ce2af01e9c59641dc828457cd768ef05a831d
-SIZE (cfengine-3.15.1.tar.gz) = 3103100
+TIMESTAMP = 1591211477
+SHA256 (cfengine-3.15.2.tar.gz) = d1c570b7a0f47794a92f66e21cccdc86b8f56a7028a389780e705db41bfd3cab
+SIZE (cfengine-3.15.2.tar.gz) = 3099121

Added: head/sysutils/cfengine315/files/patch-libntech_libutils_definitions.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/cfengine315/files/patch-libntech_libutils_definitions.h	Wed Jun  3 20:13:56 2020	(r537850)
@@ -0,0 +1,11 @@
+--- libntech/libutils/definitions.h.orig	2020-05-19 08:05:50.000000000 -0700
++++ libntech/libutils/definitions.h	2020-05-20 19:48:00.299686000 -0700
+@@ -58,7 +58,7 @@
+  *****************************************************************************/
+ #ifdef __FreeBSD__
+ #  define CF_SYSTEM_GROUP "wheel"
+-#elseif __Solaris__
++#elif __Solaris__
+ #  define CF_SYSTEM_GROUP "sys"
+ #else
+ #  define CF_SYSTEM_GROUP "root"


More information about the svn-ports-head mailing list