diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-18 05:45:29 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-18 05:45:29 +0800 |
commit | 23065efb6951c1cf95b0bb6ae6d07a50fa6c41a2 (patch) | |
tree | 58abd3b6a0f7c80c59dbfe9cdbf02e9fb0c2ef14 /multimedia/vlc | |
parent | aafb413279e05cce7a73719b13a8e58bbee9b23a (diff) | |
download | freebsd-ports-gnome-23065efb6951c1cf95b0bb6ae6d07a50fa6c41a2.tar.gz freebsd-ports-gnome-23065efb6951c1cf95b0bb6ae6d07a50fa6c41a2.tar.zst freebsd-ports-gnome-23065efb6951c1cf95b0bb6ae6d07a50fa6c41a2.zip |
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
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 09f9d2b7cf0e..deb559aad73f 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.2.8 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ |