git: b7036f6cfdcf - main - audio/cheesecutter: Fix version number going backwards

From: Emanuel Haupt <ehaupt_at_FreeBSD.org>
Date: Thu, 17 Nov 2022 07:09:39 UTC
The branch main has been updated by ehaupt:

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

commit b7036f6cfdcf7289f0ebecdc476885c3799ff2e1
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2022-11-17 07:09:22 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2022-11-17 07:09:34 +0000

    audio/cheesecutter: Fix version number going backwards
    
    In d02a771fad9f8f1ae3c6cf9453c8aa0a7bcc7b25 acm dropped PORTREVISION
    from 2 to 1. Most probably unintentionally by a script without checking
    pre-existing PORTREVISION values.
    
    Bump PORTREVISION to 3.
    
    Reported by:    portmgr
    Pointyhat to:   acm
---
 audio/cheesecutter/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/cheesecutter/Makefile b/audio/cheesecutter/Makefile
index 86bcca3d1a94..5bcd5fdc5e4b 100644
--- a/audio/cheesecutter/Makefile
+++ b/audio/cheesecutter/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	cheesecutter
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.9-beta-3-25
 DISTVERSIONSUFFIX=	-gdbe9a9d
-PORTREVISION=	1
+PORTREVISION=	3
 CATEGORIES=	audio
 
 MAINTAINER=	ehaupt@FreeBSD.org