diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-08-16 15:44:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-08-16 15:44:48 +0000 |
commit | 6fa7fc50184079b9f635c21104921b28ca62ebee (patch) | |
tree | 3e8ee5a08927dcca76df382b3bc9d3351a03d5d6 /audio/mixxx | |
parent | Update to 5.7.2 (diff) |
Update devel/protobuf to 3.4.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
Notes
Notes:
svn path=/head/; revision=448041
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 2c5c4f2e02e6..a7b2a71cd751 100644 --- a/audio/mixxx/Makefile +++ b/audio/mixxx/Makefile @@ -4,7 +4,7 @@ PORTNAME= mixxx PORTVERSION= 2.0.0 DISTVERSIONSUFFIX= -src -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://downloads.mixxx.org/${PORTNAME}-${PORTVERSION}/ |