diff options
author | antoine <antoine@FreeBSD.org> | 2018-09-02 01:05:47 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-09-02 01:05:47 +0800 |
commit | 072a87dc06b936976bd804244bad093ab350b162 (patch) | |
tree | e16460ddb15c4004bce3f900e95371f426d2dda1 /audio | |
parent | ab4b60abb0e756e4b98203e712d955b7fee1ce6a (diff) | |
download | freebsd-ports-gnome-072a87dc06b936976bd804244bad093ab350b162.tar.gz freebsd-ports-gnome-072a87dc06b936976bd804244bad093ab350b162.tar.zst freebsd-ports-gnome-072a87dc06b936976bd804244bad093ab350b162.zip |
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
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/Makefile | 1 | ||||
-rw-r--r-- | audio/xmms2/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 03075f4b75f3..342a789d3dae 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -2,6 +2,7 @@ PORTNAME= musicpd PORTVERSION= 0.20.21 +PORTREVISION= 1 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index eee3e0581667..e174bba6a1ee 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -4,7 +4,7 @@ PORTNAME?= xmms2 PORTVERSION= 0.8 DISTVERSIONSUFFIX= DrO_o -PORTREVISION?= 26 +PORTREVISION?= 27 CATEGORIES?= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX} |