diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-07-11 21:46:56 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-07-11 21:46:56 +0000 |
commit | 2bbe718e827ec0156d321762f1af63cb80edacd0 (patch) | |
tree | 50e7e7a7c8538bcb449b185cad5fe9f3d2c3f01c /audio/aqualung | |
parent | 72f92c7241ecc27fb25fa52e33f2b2357007ed3b (diff) | |
download | ports-2bbe718e827ec0156d321762f1af63cb80edacd0.tar.gz ports-2bbe718e827ec0156d321762f1af63cb80edacd0.zip |
audio/libmad: Set SONAME to libmad.so.0 instead of libmad.so.0.16.2
- Bump PORTREVISION of dependent ports for shlib change
- Bump PORTREVISION for package change
Diffstat (limited to 'audio/aqualung')
-rw-r--r-- | audio/aqualung/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile index 044d885e5bab..c5c2aa74b432 100644 --- a/audio/aqualung/Makefile +++ b/audio/aqualung/Makefile @@ -2,7 +2,7 @@ PORTNAME= aqualung PORTVERSION= 1.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= audio MASTER_SITES= SF |