diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-01-03 07:05:56 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-01-03 07:10:14 +0000 |
commit | 5e56a22d7125752516dcbf1b89534d38de0bbb9a (patch) | |
tree | c01f4bf3deb8504c0e51b76febf62f6f97d324a4 /audio/jamulus/Makefile | |
parent | 16556bec017f2a7669c5f347c9285bdb9bb70e5f (diff) | |
download | ports-5e56a22d7125752516dcbf1b89534d38de0bbb9a.tar.gz ports-5e56a22d7125752516dcbf1b89534d38de0bbb9a.zip |
audio/jamulus: Fix jamulus-server arguments
* allow to override user name for the daemon with jamulus_server_uname
* allow to set server arguments with jamulus_server_args
PR: 260860
Reported by: Stefan Bethke <stb@lassitu.de>
Diffstat (limited to 'audio/jamulus/Makefile')
-rw-r--r-- | audio/jamulus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/jamulus/Makefile b/audio/jamulus/Makefile index 750323eec68d..75e98cd1293e 100644 --- a/audio/jamulus/Makefile +++ b/audio/jamulus/Makefile @@ -1,6 +1,7 @@ PORTNAME= jamulus DISTVERSIONPREFIX= r DISTVERSION= 3_8_1 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org |