diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-11 18:26:13 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-11 18:26:13 +0000 |
commit | 0a7591375a089c69962a00f770aa1b4ea1cfc77d (patch) | |
tree | 949cc06dd189ddfe52ea6d45bae7779aa88f5602 /audio/clementine-player | |
parent | 22706996b8d7771dc9c3a1ca559a75e404619884 (diff) |
Update devel/protobuf to 3.5.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
Notes
Notes:
svn path=/head/; revision=456058
Diffstat (limited to 'audio/clementine-player')
-rw-r--r-- | audio/clementine-player/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index e6b1dcafbc64..c8c0366127b0 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -3,7 +3,7 @@ PORTNAME= clementine PORTVERSION= 1.3.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= audio PKGNAMESUFFIX= -player |