diff options
author | riggs <riggs@FreeBSD.org> | 2014-04-27 22:14:26 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2014-04-27 22:14:26 +0800 |
commit | 59ba7bdaa32261e5485d5d971833c1216e25c08f (patch) | |
tree | 5aa8a7f3b50297d4a6beca08d9a833a2da6ca541 /multimedia/vlc | |
parent | 88771b0080a6cc836e312a84b19306209c2db67e (diff) | |
download | freebsd-ports-gnome-59ba7bdaa32261e5485d5d971833c1216e25c08f.tar.gz freebsd-ports-gnome-59ba7bdaa32261e5485d5d971833c1216e25c08f.tar.zst freebsd-ports-gnome-59ba7bdaa32261e5485d5d971833c1216e25c08f.zip |
- Update libaacs to 0.7.0
- Add LICENSE
- USES tar:bzip2
- Update libbluray 0.5.0
- Unbreak JAVA option
- USES tar:bzip2
- Bump PORTREVISION in depdendent ports due to shared lib version bump
PR: ports/188573
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Approved by: thierry (mentor)
Diffstat (limited to 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 8aef69101f3f..a0c4d36b13fa 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.1.2 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ |