aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GIDs2
-rw-r--r--UIDs2
-rw-r--r--devel/clixon/Makefile4
-rw-r--r--devel/clixon/files/pkg-message.in8
4 files changed, 9 insertions, 7 deletions
diff --git a/GIDs b/GIDs
index 867efc5f80c9..f6b445b5cc25 100644
--- a/GIDs
+++ b/GIDs
@@ -748,7 +748,7 @@ clickhouse:*:800:
# free: 805
# free: 806
# free: 807
-# free: 808
+clixon:*:808:
# free: 809
# free: 810
# free: 811
diff --git a/UIDs b/UIDs
index be17134337a0..bfd3470d8b00 100644
--- a/UIDs
+++ b/UIDs
@@ -753,7 +753,7 @@ clickhouse:*:800:800::0:0:ClickHouse Daemon:/var/db/clickhouse:/usr/sbin/nologin
# 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
diff --git a/devel/clixon/Makefile b/devel/clixon/Makefile
index 798002544fa4..daf430d10af0 100644
--- a/devel/clixon/Makefile
+++ b/devel/clixon/Makefile
@@ -2,6 +2,7 @@
PORTNAME= clixon
PORTVERSION= 4.4.0
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= dcornejo@netgate.com
@@ -23,6 +24,9 @@ GH_ACCOUNT= clicon
MAKE_ARGS= wwwdir=${PREFIX}/sbin \
wwwuser=${WWWOWN}
+GROUPS= clixon
+USERS= clixon
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --sysconfdir=${ETCDIR} \
--with-cligen=${LOCALBASE}
diff --git a/devel/clixon/files/pkg-message.in b/devel/clixon/files/pkg-message.in
index caf39fc3ee7e..e7824e537763 100644
--- a/devel/clixon/files/pkg-message.in
+++ b/devel/clixon/files/pkg-message.in
@@ -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
}