pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mosquitto: Create mosquitto user/group
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Sun Jun 30 19:07:11 2019 -0400
Changeset: b1be2a5abe2ce6f510406557405dc89e7fe248bd
Modified Files:
mosquitto/Makefile
Log Message:
mosquitto: Create mosquitto user/group
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b1be2a5abe2ce6f510406557405dc89e7fe248bd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mosquitto/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diffs:
diff --git a/mosquitto/Makefile b/mosquitto/Makefile
index 94bbb89659..c72ddd9351 100644
--- a/mosquitto/Makefile
+++ b/mosquitto/Makefile
@@ -1,7 +1,7 @@
# $NetBSD$
VERSION= 1.6.3
-PKGREVISION= 1
+PKGREVISION= 2
DISTNAME= mosquitto-${VERSION}
CATEGORIES= net
MASTER_SITES= https://mosquitto.org/files/source/
@@ -26,6 +26,9 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_SYSCONFDIR=${PREFIX}/share/examples
CONF_FILES= ${PREFIX}/share/examples/mosquitto/mosquitto.conf \
${PKG_SYSCONFDIR}/mosquitto.conf
+PKG_USERS= mosquitto:mosquitto
+PKG_GROUPS= mosquitto
+
# Fails; see https://github.com/eclipse/mosquitto/issues/1242
TEST_TARGET= test
.include "../../devel/cunit/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index