diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-06-09 22:25:41 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-06-09 22:25:41 +0800 |
commit | de8c421cad402cfc2f329f2978c93bdd90a2e98c (patch) | |
tree | 2ac32e924ca63b881b3775b37ea4a9ca3a11cc2c /multimedia/mplayer | |
parent | 48f2dbd6630938c453d1181d52fc80096aed200f (diff) | |
download | freebsd-ports-gnome-de8c421cad402cfc2f329f2978c93bdd90a2e98c.tar.gz freebsd-ports-gnome-de8c421cad402cfc2f329f2978c93bdd90a2e98c.tar.zst freebsd-ports-gnome-de8c421cad402cfc2f329f2978c93bdd90a2e98c.zip |
multimedia/libvpx: update to 1.4.0
ABI isn't compatible, so bump PORTREVISION in consumers.
Changes: https://chromium.googlesource.com/webm/libvpx/+/v1.4.0
Differential Revision: https://reviews.freebsd.org/D2570
Exp-run by: antoine
Approved by: ashish, multimedia (kwm)
Approved by: maintainer timeout (ale, dinoex; 2 weeks)
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 5725c87ff2a2..1e21b77708b6 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -3,7 +3,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= High performance media player supporting many formats |