diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-17 21:45:29 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-17 21:45:29 +0000 |
commit | 23065efb6951c1cf95b0bb6ae6d07a50fa6c41a2 (patch) | |
tree | 58abd3b6a0f7c80c59dbfe9cdbf02e9fb0c2ef14 /multimedia/mplayer | |
parent | Update to upstream release 4.3.1 (diff) |
multimedia/libbluray: Update to 1.0.2
Additional port changes:
* Changed to DISTVERSION
* Removed USES=autoreconf (not needed)
* Added post-extract creating symlink linux->freebsd
Bumped 6 depending ports.
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14406
Notes
Notes:
svn path=/head/; revision=462195
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 7ceec7f449f9..3fc04f4af012 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -3,7 +3,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org |