diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-12-14 15:48:11 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-12-14 15:49:40 +0000 |
commit | ec5f6e22611156724fe5844ed3783b68e0d404f3 (patch) | |
tree | 018702c95e00a95dfdf12fb756997a2c3c5a2bc7 /audio/rsgain | |
parent | 15ac853e312077da1c656a7bb3c58ebaa88979e6 (diff) | |
download | ports-ec5f6e22611156724fe5844ed3783b68e0d404f3.tar.gz ports-ec5f6e22611156724fe5844ed3783b68e0d404f3.zip |
devel/libfmt: Update to 10.1.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/fmtlib/fmt/releases
Diffstat (limited to 'audio/rsgain')
-rw-r--r-- | audio/rsgain/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/rsgain/Makefile b/audio/rsgain/Makefile index 859ee9da5f2d..e89b97b18981 100644 --- a/audio/rsgain/Makefile +++ b/audio/rsgain/Makefile @@ -1,6 +1,7 @@ PORTNAME= rsgain DISTVERSION= 3.4 DISTVERSIONSUFFIX= -source +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://github.com/complexlogic/rsgain/releases/download/v${DISTVERSION}/ |