diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2017-02-20 18:00:05 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2017-02-20 18:00:05 +0000 |
commit | 488f7f5cdd70c6922a4d90f00d4bf4aee08adedf (patch) | |
tree | a393e0e97bc1146c2fb55172e3e7d7bb990a8e48 /multimedia/mplayer | |
parent | - Switch to Gtk2 (otherwise xfce4-taskmanager crashes when it kills (diff) |
Chase libass runtime fix r434477; bump PORTREVISION on consumers
PR: 216837
Reported by: cpm
MFH: 2017Q1
Notes
Notes:
svn path=/head/; revision=434479
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mplayer/Makefile.common b/multimedia/mplayer/Makefile.common index 04cb5c815797..ef5c6eefeade 100644 --- a/multimedia/mplayer/Makefile.common +++ b/multimedia/mplayer/Makefile.common @@ -6,7 +6,7 @@ MPLAYER_PORT_VERSION= 1.3.0 MPLAYER_SNAPSHOT_DATE= 2016-12-28 -PORTREVISION?= 3 +PORTREVISION?= 4 MASTER_SITES= LOCAL/riggs/mplayer DISTNAME= mplayer-${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} WRKSRC= ${WRKDIR}/mplayer-export-${MPLAYER_SNAPSHOT_DATE} |