diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-09-01 17:05:47 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-09-01 17:05:47 +0000 |
commit | ec3e56288a15bc5f9da50375ed24da93aef2b1b3 (patch) | |
tree | e16460ddb15c4004bce3f900e95371f426d2dda1 /multimedia/vlc/Makefile | |
parent | a7fba34f3f8ffb9c86b3c1726e3e3d69636f501c (diff) |
Switch default version of samba to 4.7
Samba 4.6 will be discontinued in a few weeks
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D16904
Notes
Notes:
svn path=/head/; revision=478711
Diffstat (limited to 'multimedia/vlc/Makefile')
-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 3c4fb6ed09af..4f2119f37feb 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.2.8 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ |