diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2025-03-02 22:38:58 +0100 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2025-03-02 22:40:52 +0100 |
commit | 153b006fd666b07d7c8661410ffc5762a9ebf989 (patch) | |
tree | 59185d1b6965c8580bf2a5278a300cdb092f38b5 /filesystems | |
parent | audio/flac: update to 1.5.0 (diff) |
*/*: bump PORTREVISION after audio/flac update
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/mp3fs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/filesystems/mp3fs/Makefile b/filesystems/mp3fs/Makefile index 8f5249983c00..7f9c27d5b0e3 100644 --- a/filesystems/mp3fs/Makefile +++ b/filesystems/mp3fs/Makefile @@ -1,5 +1,6 @@ PORTNAME= mp3fs PORTVERSION= 1.1.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= filesystems audio MASTER_SITES= https://github.com/khenriks/${PORTNAME}/releases/download/v${PORTVERSION}/ |