diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-14 17:58:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-14 17:58:20 +0000 |
commit | 177698aaf0af7813482f72ca53ff7e5f7c9b7dec (patch) | |
tree | 2c3bd02f8a29d85c101b2d9c070220a19a912530 /audio/mixxx | |
parent | 7007c576f737c09b6b17196845dae279e533fbba (diff) |
- Update devel/protobuf to 3.1.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
Notes
Notes:
svn path=/head/; revision=428581
Diffstat (limited to 'audio/mixxx')
-rw-r--r-- | audio/mixxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile index 926e89966bc8..3b547f175375 100644 --- a/audio/mixxx/Makefile +++ b/audio/mixxx/Makefile @@ -4,7 +4,7 @@ PORTNAME= mixxx PORTVERSION= 1.11.0 DISTVERSIONSUFFIX= -src -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio MASTER_SITES= http://downloads.mixxx.org/${PORTNAME}-${PORTVERSION}/ |