Date: Sun, 24 Apr 2022 07:17:21 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fed165ec9b8c - main - audio/stymulator: Switch to PORTVERSION Message-ID: <202204240717.23O7HLox010765@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=fed165ec9b8c95891930e650590fae603d76639a commit fed165ec9b8c95891930e650590fae603d76639a Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2022-04-24 07:11:38 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2022-04-24 07:11:38 +0000 audio/stymulator: Switch to PORTVERSION Switch from DISTVERSION to PORTVERSION as the version contains letters (see also PHB 5.2.2). Using DISTVERSION has the effect that the resulting package version (0.21.a) is considered as outdated by version comparison sites such as repology.org (https://repology.org/project/stymulator/packages). --- audio/stymulator/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/stymulator/Makefile b/audio/stymulator/Makefile index 7442b99cd4f9..99470618b2e5 100644 --- a/audio/stymulator/Makefile +++ b/audio/stymulator/Makefile @@ -1,8 +1,8 @@ # Created by: Emanuel Haupt <ehaupt@FreeBSD.org> PORTNAME= stymulator -DISTVERSION= 0.21a -PORTREVISION= 3 +PORTVERSION= 0.21a +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://atariarea.krap.pl/stymulator/files/ \ LOCAL/ehaupt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204240717.23O7HLox010765>