Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2023 11:09:43 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b064152e2b42 - main - audio/chromaprint: Fix DISTVERSION
Message-ID:  <202305011109.341B9hLt059980@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b064152e2b427d4b593dbfba0f15b1ac8523a5ff

commit b064152e2b427d4b593dbfba0f15b1ac8523a5ff
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-05-01 10:20:55 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-05-01 11:08:32 +0000

    audio/chromaprint: Fix DISTVERSION
    
    DISTVERSION shouldn't go backwards
    
    Reported by:    zirias, mat
---
 audio/chromaprint/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/chromaprint/Makefile b/audio/chromaprint/Makefile
index 05c01d10c624..a0e6a0f1c863 100644
--- a/audio/chromaprint/Makefile
+++ b/audio/chromaprint/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	chromaprint
-DISTVERSION=	1.5.1.a.20221217
+DISTVERSION=	1.5.1.20221217
 PORTREVISION=	1
 CATEGORIES=	audio
 #MASTER_SITES=	https://github.com/acoustid/${PORTNAME}/releases/download/v${DISTVERSION}/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305011109.341B9hLt059980>