diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2017-04-25 08:20:30 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2017-04-25 08:20:30 +0000 |
commit | b50a4186ce94f1349629ba4833a3ac776e270a5d (patch) | |
tree | 634799b0b1d3d54aac727b35456e56e8cdd0bde7 /audio/spek/Makefile | |
parent | Update devel/erlang-metrics to version 2.4.0. (diff) |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
Notes
Notes:
svn path=/head/; revision=439367
Diffstat (limited to '')
-rw-r--r-- | audio/spek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/spek/Makefile b/audio/spek/Makefile index 4aa2b4e38b80..57b1ae27ebac 100644 --- a/audio/spek/Makefile +++ b/audio/spek/Makefile @@ -3,7 +3,7 @@ PORTNAME= spek PORTVERSION= 0.8.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= https://github.com/alexkay/${PORTNAME}/releases/download/v${PORTVERSION}/ |