diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2022-11-17 08:09:22 +0100 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2022-11-17 08:09:34 +0100 |
commit | b7036f6cfdcf7289f0ebecdc476885c3799ff2e1 (patch) | |
tree | 4f0ad9821c577e56eeb3cce6a9407118d853c7e9 | |
parent | net/traff: fix build with -fno-common (diff) |
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
-rw-r--r-- | audio/cheesecutter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |