diff options
author | adamw <adamw@FreeBSD.org> | 2015-04-20 03:50:47 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-04-20 03:50:47 +0800 |
commit | 817f8b5543906f3968d2f9531aec7dd929bce7ab (patch) | |
tree | d81cec11136572089bf3b179b52ba9e9de047b2e /multimedia/vlc | |
parent | abe7c2d57a60d566470e13623eea0dcfc29be522 (diff) | |
download | freebsd-ports-gnome-817f8b5543906f3968d2f9531aec7dd929bce7ab.tar.gz freebsd-ports-gnome-817f8b5543906f3968d2f9531aec7dd929bce7ab.tar.zst freebsd-ports-gnome-817f8b5543906f3968d2f9531aec7dd929bce7ab.zip |
Update x265 to 1.6, and bump PORTREVISION on its consumers for shlib
version change.
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 f94a39c70440..aa4ffc3dc92b 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.2.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ |