diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-29 15:43:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-29 15:43:46 +0000 |
commit | 149013a34fcb3e753a27e6a9c6bf4672c8014437 (patch) | |
tree | c855dd964f30a5c454a46999e5b9629611a561c6 /audio/mixxx | |
parent | 3f98bcd00c8e91ddfe3bc90acd4cb9440423a067 (diff) |
Update devel/protobuf to 3.3.0
- Remove USE_CSTD=c99: it was added for [1], now audio/clementine-player builds fine without it
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
PR: 178687 [1]
Notes
Notes:
svn path=/head/; revision=439753
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 16e854592bde..e74a13584426 100644 --- a/audio/mixxx/Makefile +++ b/audio/mixxx/Makefile @@ -4,7 +4,7 @@ PORTNAME= mixxx PORTVERSION= 2.0.0 DISTVERSIONSUFFIX= -src -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://downloads.mixxx.org/${PORTNAME}-${PORTVERSION}/ |