Date: Tue, 4 Jun 2019 14:17:39 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503475 - in head: . Mk audio/musicpd audio/xmms2 devel/gnome-vfs devel/gvfs devel/kio-extras emulators/qemu emulators/qemu-devel emulators/qemu-sbruno emulators/qemu2 misc/amanda-serve... Message-ID: <201906041417.x54EHdjI096214@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Jun 4 14:17:39 2019 New Revision: 503475 URL: https://svnweb.freebsd.org/changeset/ports/503475 Log: Switch default version of samba from 4.7 to 4.8 With hat: portmgr Modified: head/Mk/bsd.default-versions.mk head/UPDATING head/audio/musicpd/Makefile head/audio/xmms2/Makefile head/devel/gnome-vfs/Makefile head/devel/gvfs/Makefile head/devel/kio-extras/Makefile head/emulators/qemu-devel/Makefile head/emulators/qemu-sbruno/Makefile head/emulators/qemu/Makefile head/emulators/qemu2/Makefile head/misc/amanda-server/Makefile head/misc/linm/Makefile head/multimedia/emby-server/Makefile head/multimedia/ffmpeg/Makefile head/multimedia/kodi-devel/Makefile head/multimedia/kodi/Makefile head/multimedia/mplayer/Makefile head/multimedia/mpv/Makefile head/multimedia/vlc/Makefile head/net/freeradius3/Makefile head/net/opennx/Makefile head/net/pecl-smbclient/Makefile head/net/prosearch/Makefile head/print/cups-smb-backend/Makefile head/security/sssd/Makefile head/sysutils/backuppc-devel/Makefile head/sysutils/backuppc/Makefile head/sysutils/backuppc4/Makefile head/sysutils/fusefs-smbnetfs/Makefile head/sysutils/gnome-control-center/Makefile head/www/elinks/Makefile head/www/smb_auth/Makefile head/www/squid/Makefile head/www/squid3/Makefile head/x11-fm/doublecmd/Makefile head/x11-fm/wcmcommander/Makefile Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Tue Jun 4 14:14:23 2019 (r503474) +++ head/Mk/bsd.default-versions.mk Tue Jun 4 14:17:39 2019 (r503475) @@ -94,7 +94,7 @@ RUBY_DEFAULT?= 2.5 # Possible values: rust, rust-nightly RUST_DEFAULT?= rust # Possible values: 4.6, 4.7, 4.8 -SAMBA_DEFAULT?= 4.7 +SAMBA_DEFAULT?= 4.8 # Possible values: base, openssl, openssl111, libressl, libressl-devel .if !defined(SSL_DEFAULT) # If no preference was set, check for an installed base version Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Jun 4 14:14:23 2019 (r503474) +++ head/UPDATING Tue Jun 4 14:17:39 2019 (r503475) @@ -5,6 +5,34 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20190615: + AFFECTS: users of samba47 + AUTHOR: antoine@FreeBSD.org + + The default version of samba has been switched from 4.7 to 4.8. + Upgrade instructions: + + For package users having samba47 installed indirectly (as a dependency): + # pkg upgrade + + For package users having samba47 installed directly (leaf port): + # pkg upgrade + # pkg install samba48 + + For ports users: + If you want to keep samba47, add DEFAULT_VERSIONS+= samba=4.7 to make.conf + + If you want to upgrade to samba48, remove samba47: + # pkg delete -f samba47 + + Portmaster users: + # portmaster net/samba48 + # portmaster -a + + Portupgrade users: + # portinstall net/samba48 + # portupgrade -a + 20180601: AFFECTS: www/tt-rss AUTHOR: dereks@lifeofadishwasher.com Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/audio/musicpd/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -2,6 +2,7 @@ PORTNAME= musicpd PORTVERSION= 0.21.9 +PORTREVISION= 1 CATEGORIES= audio ipv6 MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: head/audio/xmms2/Makefile ============================================================================== --- head/audio/xmms2/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/audio/xmms2/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -4,7 +4,7 @@ PORTNAME?= xmms2 PORTVERSION= 0.8 DISTVERSIONSUFFIX= DrO_o -PORTREVISION?= 29 +PORTREVISION?= 30 CATEGORIES?= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX} Modified: head/devel/gnome-vfs/Makefile ============================================================================== --- head/devel/gnome-vfs/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/devel/gnome-vfs/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,7 +3,7 @@ PORTNAME= gnome-vfs PORTVERSION= 2.24.4 -PORTREVISION?= 10 +PORTREVISION?= 11 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 Modified: head/devel/gvfs/Makefile ============================================================================== --- head/devel/gvfs/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/devel/gvfs/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,7 +3,7 @@ PORTNAME= gvfs PORTVERSION= 1.30.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome Modified: head/devel/kio-extras/Makefile ============================================================================== --- head/devel/kio-extras/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/devel/kio-extras/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -2,6 +2,7 @@ PORTNAME= kio-extras DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-applications # kde kde-applications-plasma MAINTAINER= kde@FreeBSD.org Modified: head/emulators/qemu-devel/Makefile ============================================================================== --- head/emulators/qemu-devel/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/emulators/qemu-devel/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ PKGNAMESUFFIX= -devel Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/emulators/qemu-sbruno/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.11.50.g20190318 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators PKGNAMESUFFIX?= -sbruno DIST_SUBDIR= qemu/${PORTVERSION} Modified: head/emulators/qemu/Makefile ============================================================================== --- head/emulators/qemu/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/emulators/qemu/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ DIST_SUBDIR= qemu/${PORTVERSION} Modified: head/emulators/qemu2/Makefile ============================================================================== --- head/emulators/qemu2/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/emulators/qemu2/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.12.1 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ PKGNAMESUFFIX= 2 Modified: head/misc/amanda-server/Makefile ============================================================================== --- head/misc/amanda-server/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/misc/amanda-server/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,7 +3,7 @@ PORTNAME= amanda PORTVERSION= 3.3.9 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION} Modified: head/misc/linm/Makefile ============================================================================== --- head/misc/linm/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/misc/linm/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,7 +3,7 @@ PORTNAME= linm DISTVERSION= 0.8.1-1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= misc shells MASTER_SITES= http://kldp.net/frs/download.php/4508/ DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/multimedia/emby-server/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -2,6 +2,7 @@ PORTNAME= emby-server PORTVERSION= 4.1.1.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= https://github.com/MediaBrowser/Emby.Releases/releases/download/${PORTVERSION}/ \ https://mediabrowser.github.io/embytools/ Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/multimedia/ffmpeg/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 4.1.3 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= https://ffmpeg.org/releases/ Modified: head/multimedia/kodi-devel/Makefile ============================================================================== --- head/multimedia/kodi-devel/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/multimedia/kodi-devel/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -2,7 +2,7 @@ PORTNAME= kodi DISTVERSION= 19.0.a20190518 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia PKGNAMESUFFIX= -devel Modified: head/multimedia/kodi/Makefile ============================================================================== --- head/multimedia/kodi/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/multimedia/kodi/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -2,7 +2,7 @@ PORTNAME= kodi DISTVERSION= 17.6 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= multimedia java MAINTAINER= mickael.maillot@gmail.com Modified: head/multimedia/mplayer/Makefile ============================================================================== --- head/multimedia/mplayer/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/multimedia/mplayer/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,7 +3,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/multimedia/mpv/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -4,7 +4,7 @@ PORTNAME= mpv PORTVERSION= 0.29.1 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= https://waf.io/:waf Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/multimedia/vlc/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 3.0.6 -PORTREVISION= 16 +PORTREVISION= 17 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ Modified: head/net/freeradius3/Makefile ============================================================================== --- head/net/freeradius3/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/net/freeradius3/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,6 +3,7 @@ PORTNAME= freeradius DISTVERSION= 3.0.19 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \ Modified: head/net/opennx/Makefile ============================================================================== --- head/net/opennx/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/net/opennx/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,7 +3,7 @@ PORTNAME= opennx PORTVERSION= 0.16.0.729 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/CI-source Modified: head/net/pecl-smbclient/Makefile ============================================================================== --- head/net/pecl-smbclient/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/net/pecl-smbclient/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -2,6 +2,7 @@ PORTNAME= smbclient PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= net pear MAINTAINER= sunpoet@FreeBSD.org Modified: head/net/prosearch/Makefile ============================================================================== --- head/net/prosearch/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/net/prosearch/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -2,7 +2,7 @@ PORTNAME= prosearch PORTVERSION= 0.19.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net www MASTER_SITES= http://pro.setun.net/search/download/ SF/pro-search/pro-search/${PORTVERSION} Modified: head/print/cups-smb-backend/Makefile ============================================================================== --- head/print/cups-smb-backend/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/print/cups-smb-backend/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,7 +3,7 @@ PORTNAME= cups-smb-backend PORTVERSION= 1.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty Modified: head/security/sssd/Makefile ============================================================================== --- head/security/sssd/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/security/sssd/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,7 +3,7 @@ PORTNAME= sssd PORTVERSION= 1.11.7 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= security MASTER_SITES= https://releases.pagure.org/SSSD/${PORTNAME}/ Modified: head/sysutils/backuppc-devel/Makefile ============================================================================== --- head/sysutils/backuppc-devel/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/sysutils/backuppc-devel/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,7 +3,7 @@ PORTNAME= backuppc DISTVERSION= 4.1.6.20180212 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils PKGNAMESUFFIX= -devel Modified: head/sysutils/backuppc/Makefile ============================================================================== --- head/sysutils/backuppc/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/sysutils/backuppc/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,7 +3,7 @@ PORTNAME= backuppc PORTVERSION= 3.3.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= https://github.com/backuppc/backuppc/releases/download/${PORTVERSION}/ \ SF Modified: head/sysutils/backuppc4/Makefile ============================================================================== --- head/sysutils/backuppc4/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/sysutils/backuppc4/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,6 +3,7 @@ PORTNAME= backuppc PORTVERSION= 4.3.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/backuppc/backuppc/releases/download/${PORTVERSION}/ \ SF Modified: head/sysutils/fusefs-smbnetfs/Makefile ============================================================================== --- head/sysutils/fusefs-smbnetfs/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/sysutils/fusefs-smbnetfs/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,7 +3,7 @@ PORTNAME= smbnetfs PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/SMBNetFS-${PORTVERSION} PKGNAMEPREFIX= fusefs- Modified: head/sysutils/gnome-control-center/Makefile ============================================================================== --- head/sysutils/gnome-control-center/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/sysutils/gnome-control-center/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,7 +3,7 @@ PORTNAME= gnome-control-center PORTVERSION= 3.28.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/www/elinks/Makefile ============================================================================== --- head/www/elinks/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/www/elinks/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,7 +3,7 @@ PORTNAME= elinks DISTVERSION= 0.11.7 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ Modified: head/www/smb_auth/Makefile ============================================================================== --- head/www/smb_auth/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/www/smb_auth/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,7 +3,7 @@ PORTNAME= smb_auth PORTVERSION= 0.05 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www MASTER_SITES= LOCAL/dinoex Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/www/squid/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -2,6 +2,7 @@ PORTNAME= squid PORTVERSION= 4.7 +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://www.squid-cache.org/Versions/v4/ \ http://www2.us.squid-cache.org/Versions/v4/ \ Modified: head/www/squid3/Makefile ============================================================================== --- head/www/squid3/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/www/squid3/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -2,7 +2,7 @@ PORTNAME= squid PORTVERSION= 3.5.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www ipv6 MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ Modified: head/x11-fm/doublecmd/Makefile ============================================================================== --- head/x11-fm/doublecmd/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/x11-fm/doublecmd/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -3,6 +3,7 @@ PORTNAME= doublecmd PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} Modified: head/x11-fm/wcmcommander/Makefile ============================================================================== --- head/x11-fm/wcmcommander/Makefile Tue Jun 4 14:14:23 2019 (r503474) +++ head/x11-fm/wcmcommander/Makefile Tue Jun 4 14:17:39 2019 (r503475) @@ -4,7 +4,7 @@ PORTNAME= wcmcommander PORTVERSION= 0.20.0 DISTVERSIONPREFIX= release- -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11-fm MAINTAINER= amdmi3@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906041417.x54EHdjI096214>