diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2025-06-23 23:21:05 -0700 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2025-06-23 23:21:05 -0700 |
commit | ac8bee05dbc56a1715e4cd4b9b9ba06e49f031d3 (patch) | |
tree | 9b0c987b51a221b0ee68ee82f4e70a373c9c22e4 | |
parent | audio/portmidi: Update to 2.0.6 (diff) |
*/*: Bump PORTREVISION. audio/portmidi was updated to 2.0.6
-rw-r--r-- | audio/audacity/Makefile | 2 | ||||
-rw-r--r-- | emulators/mame/Makefile | 1 | ||||
-rw-r--r-- | multimedia/butt/Makefile | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 867b24bcf22c..4079abadfbad 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,7 +1,7 @@ PORTNAME= audacity DISTVERSIONPREFIX= Audacity- DISTVERSION= 3.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES+= https://github.com/${PORTNAME}/${PORTNAME}-manual/releases/download/v${DISTVERSION}/:manual DISTFILES+= ${PORTNAME}-manual-${DISTVERSION}.tar.gz:manual diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 74039c30f02e..793f30a06ba3 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,5 +1,6 @@ PORTNAME= mame DISTVERSION= 0.277 +PORTREVISION= 1 CATEGORIES= emulators games PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/multimedia/butt/Makefile b/multimedia/butt/Makefile index 8ad1754df4cf..8f2de969fe7a 100644 --- a/multimedia/butt/Makefile +++ b/multimedia/butt/Makefile @@ -1,5 +1,6 @@ PORTNAME= butt PORTVERSION= 1.44.0 +PORTREVISION= 1 CATEGORIES= multimedia graphics MASTER_SITES= https://danielnoethen.de/butt/release/${PORTVERSION}/ |