diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-02-28 12:33:39 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-02-28 12:46:46 +0000 |
commit | f7e42ce5d5a3f11265d1e253b04212001992eca2 (patch) | |
tree | e321cbfdfcccaf77d9cfd281d2c6c4a1fdacabf0 /multimedia/vlc | |
parent | f6fe2ca4086687efb4caa53523b977e25b3082a8 (diff) |
devel/protobuf: Update to 3.19.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
Diffstat (limited to 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 45629b387bac..a9050061823a 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -2,7 +2,7 @@ PORTNAME= vlc DISTVERSION= 3.0.16 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 4 CATEGORIES= multimedia audio net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ |