diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-08-16 23:44:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-08-16 23:44:48 +0800 |
commit | ca00a540c9f4d53348a745e673b365d20147e962 (patch) | |
tree | 3e8ee5a08927dcca76df382b3bc9d3351a03d5d6 /audio/mixxx | |
parent | 10ec4f0868e7fccb3e40e9112180595f4d192665 (diff) | |
download | freebsd-ports-gnome-ca00a540c9f4d53348a745e673b365d20147e962.tar.gz freebsd-ports-gnome-ca00a540c9f4d53348a745e673b365d20147e962.tar.zst freebsd-ports-gnome-ca00a540c9f4d53348a745e673b365d20147e962.zip |
Update devel/protobuf to 3.4.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
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}/ |