git: fed165ec9b8c - main - audio/stymulator: Switch to PORTVERSION
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Apr 2022 07:17:21 UTC
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