diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2013-06-10 03:30:58 +0800 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2013-06-10 03:30:58 +0800 |
commit | 1f2b1eac8efc6c78fe5812a440328a74c1db3ec5 (patch) | |
tree | 45e6d01ac243fc692b2b3dc21ccf4af150938e8d /audio/mixxx | |
parent | b6702c813611f59c5c532b812919372252db5fc7 (diff) | |
download | freebsd-ports-gnome-1f2b1eac8efc6c78fe5812a440328a74c1db3ec5.tar.gz freebsd-ports-gnome-1f2b1eac8efc6c78fe5812a440328a74c1db3ec5.tar.zst freebsd-ports-gnome-1f2b1eac8efc6c78fe5812a440328a74c1db3ec5.zip |
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.
PR: 179072
Diffstat (limited to 'audio/mixxx')
-rw-r--r-- | audio/mixxx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile index 50391c62d078..d221b8a92630 100644 --- a/audio/mixxx/Makefile +++ b/audio/mixxx/Makefile @@ -3,6 +3,7 @@ PORTNAME= mixxx PORTVERSION= 1.11.0 +PORTREVISION= 1 DISTVERSIONSUFFIX= -src CATEGORIES= audio MASTER_SITES= http://downloads.mixxx.org/%SUBDIR%/ |