Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2020 20:32:24 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534288 - in head: . devel/clixon devel/clixon/files
Message-ID:  <202005072032.047KWOm5069271@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Thu May  7 20:32:24 2020
New Revision: 534288
URL: https://svnweb.freebsd.org/changeset/ports/534288

Log:
  devel/clixon: Add user and group
  
  - clixon user and group will be used to listen to a socket
  - Updated pkg-message
  
  PR:		246264
  Submitted by:	Dave Cornejo <dcornejo@netgate.com> (maintainer)
  Sponsored by:	Rubicon Communications, LLC (Netgate)

Modified:
  head/GIDs
  head/UIDs
  head/devel/clixon/Makefile
  head/devel/clixon/files/pkg-message.in

Modified: head/GIDs
==============================================================================
--- head/GIDs	Thu May  7 20:06:58 2020	(r534287)
+++ head/GIDs	Thu May  7 20:32:24 2020	(r534288)
@@ -748,7 +748,7 @@ clickhouse:*:800:
 # free: 805
 # free: 806
 # free: 807
-# free: 808
+clixon:*:808:
 # free: 809
 # free: 810
 # free: 811

Modified: head/UIDs
==============================================================================
--- head/UIDs	Thu May  7 20:06:58 2020	(r534287)
+++ head/UIDs	Thu May  7 20:32:24 2020	(r534288)
@@ -753,7 +753,7 @@ clickhouse:*:800:800::0:0:ClickHouse Daemon:/var/db/cl
 # free: 805
 # free: 806
 # free: 807
-# free: 808
+clixon:*:808:808::0:0:Clixon Daemon:/nonexistent:/usr/sbin/nologin
 # free: 809
 # free: 810
 # free: 811

Modified: head/devel/clixon/Makefile
==============================================================================
--- head/devel/clixon/Makefile	Thu May  7 20:06:58 2020	(r534287)
+++ head/devel/clixon/Makefile	Thu May  7 20:32:24 2020	(r534288)
@@ -2,6 +2,7 @@
 
 PORTNAME=	clixon
 PORTVERSION=	4.4.0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	dcornejo@netgate.com
@@ -22,6 +23,9 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	clicon
 MAKE_ARGS=	wwwdir=${PREFIX}/sbin \
 		wwwuser=${WWWOWN}
+
+GROUPS=		clixon
+USERS=		clixon
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--sysconfdir=${ETCDIR} \

Modified: head/devel/clixon/files/pkg-message.in
==============================================================================
--- head/devel/clixon/files/pkg-message.in	Thu May  7 20:06:58 2020	(r534287)
+++ head/devel/clixon/files/pkg-message.in	Thu May  7 20:32:24 2020	(r534288)
@@ -1,11 +1,9 @@
 [
 { type: upgrade, maximum_version: 4, message: <<EOT
-Version 4.3.3 is stricter and more standards compliant
+Clixon is undergoing rapid development on it's way to better
+RFC compliance,
 
-You will need to change your code, pay attention to XML handling
-and api-paths.
-
-See https://github.com/clicon/clixon/blob/master/CHANGELOG.md
+Please see https://github.com/clicon/clixon/blob/master/CHANGELOG.md
 for details.
 EOT
 }



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