diff options
author | cpm <cpm@FreeBSD.org> | 2016-04-14 20:15:21 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2016-04-14 20:15:21 +0800 |
commit | fe51d1cc09e644f35880190a84dd78da9de7bb59 (patch) | |
tree | de7095bc89041a57cf7bdc4393300a39b90174af /multimedia/mpv/Makefile | |
parent | 3d8099d65808f11298481e31903ebd4c3167445a (diff) | |
download | freebsd-ports-gnome-fe51d1cc09e644f35880190a84dd78da9de7bb59.tar.gz freebsd-ports-gnome-fe51d1cc09e644f35880190a84dd78da9de7bb59.tar.zst freebsd-ports-gnome-fe51d1cc09e644f35880190a84dd78da9de7bb59.zip |
- Backport patches to fix enconding support
- Fix pkg-plist
- Bump PORTREVISION
Reported by: jbeich
Approved by: junovitch (mentor)
Diffstat (limited to 'multimedia/mpv/Makefile')
-rw-r--r-- | multimedia/mpv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index 511571d2ffa5..0839973f2114 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -4,6 +4,7 @@ PORTNAME= mpv PORTVERSION= 0.17.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio |