diff options
author | gblach <gblach@FreeBSD.org> | 2015-02-27 05:35:37 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2015-02-27 05:35:37 +0800 |
commit | 00e6fb69bd9994d09172598eaa5661a9eb6471b4 (patch) | |
tree | 5a92d50d3f5f822daeca4b4c6326158a01cecd47 /multimedia/mpv/Makefile | |
parent | 90e850a84559dcad478161b506dae82325e04dce (diff) | |
download | freebsd-ports-gnome-00e6fb69bd9994d09172598eaa5661a9eb6471b4.tar.gz freebsd-ports-gnome-00e6fb69bd9994d09172598eaa5661a9eb6471b4.tar.zst freebsd-ports-gnome-00e6fb69bd9994d09172598eaa5661a9eb6471b4.zip |
Update to 0.8.2
Diffstat (limited to 'multimedia/mpv/Makefile')
-rw-r--r-- | multimedia/mpv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index c3da308fe5f4..cc5d117103b6 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mpv -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.2 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= GH:0 GHC:0 http://ftp.waf.io/pub/release/:1 \ @@ -24,7 +24,7 @@ BUILD_DEPENDS= rst2man:${PORTSDIR}/textproc/py-docutils USE_GITHUB= yes GH_ACCOUNT= mpv-player GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 0c9f10e +GH_COMMIT= 7fe9126 WAF_VERSION= 1.8.6 |