git: 8d6ed94e5069 - main - audio/vban: add PKGNAMESUFFIX and PORTSCOUT knobs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Oct 2021 08:46:05 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d6ed94e50694f10b214f28cc3a24f8227633ff0 commit 8d6ed94e50694f10b214f28cc3a24f8227633ff0 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-10-24 08:45:24 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-10-24 08:45:25 +0000 audio/vban: add PKGNAMESUFFIX and PORTSCOUT knobs This yields more precise package name and stops portscout from suggesting outdated GitHub tag as newer version. --- audio/vban/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/vban/Makefile b/audio/vban/Makefile index e023ae52457d..810018285dec 100644 --- a/audio/vban/Makefile +++ b/audio/vban/Makefile @@ -4,6 +4,7 @@ PORTNAME= vban DISTVERSION= g20201011 PORTREVISION= 1 CATEGORIES= audio +PKGNAMESUFFIX= -tools MAINTAINER= danfe@FreeBSD.org COMMENT= Command-line VBAN (audio over UDP protocol) tools @@ -19,6 +20,8 @@ GH_TAGNAME= 4f69e5a PLIST_FILES= bin/vban_emitter bin/vban_receptor bin/vban_sendtext PORTDOCS= README.md +PORTSCOUT= skipv:2.1.0 # old tag from Oct 4 2018 + OPTIONS_DEFINE= DOCS OPTIONS_MULTI= BACKEND OPTIONS_MULTI_BACKEND=ALSA JACK PULSEAUDIO