From 47ce821484b3438dea67023b367148b49f85898a Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 4 Jun 2019 14:17:39 +0000 Subject: [PATCH] Switch default version of samba from 4.7 to 4.8 With hat: portmgr --- Mk/bsd.default-versions.mk | 2 +- UPDATING | 28 ++++++++++++++++++++++++++ audio/musicpd/Makefile | 1 + audio/xmms2/Makefile | 2 +- devel/gnome-vfs/Makefile | 2 +- devel/gvfs/Makefile | 2 +- devel/kio-extras/Makefile | 1 + emulators/qemu-devel/Makefile | 1 + emulators/qemu-sbruno/Makefile | 2 +- emulators/qemu/Makefile | 1 + emulators/qemu2/Makefile | 1 + misc/amanda-server/Makefile | 2 +- misc/linm/Makefile | 2 +- multimedia/emby-server/Makefile | 1 + multimedia/ffmpeg/Makefile | 2 +- multimedia/kodi-devel/Makefile | 2 +- multimedia/kodi/Makefile | 2 +- multimedia/mplayer/Makefile | 2 +- multimedia/mpv/Makefile | 2 +- multimedia/vlc/Makefile | 2 +- net/freeradius3/Makefile | 1 + net/opennx/Makefile | 2 +- net/pecl-smbclient/Makefile | 1 + net/prosearch/Makefile | 2 +- print/cups-smb-backend/Makefile | 2 +- security/sssd/Makefile | 2 +- sysutils/backuppc-devel/Makefile | 2 +- sysutils/backuppc/Makefile | 2 +- sysutils/backuppc4/Makefile | 1 + sysutils/fusefs-smbnetfs/Makefile | 2 +- sysutils/gnome-control-center/Makefile | 2 +- www/elinks/Makefile | 2 +- www/smb_auth/Makefile | 2 +- www/squid/Makefile | 1 + www/squid3/Makefile | 2 +- x11-fm/doublecmd/Makefile | 1 + x11-fm/wcmcommander/Makefile | 2 +- 37 files changed, 64 insertions(+), 25 deletions(-) diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index 286f016b0db3..bf3ace5410af 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -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 diff --git a/UPDATING b/UPDATING index 23cf0d921454..9a3626e6290d 100644 --- a/UPDATING +++ b/UPDATING @@ -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 diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 59316ec32682..98221a4cc33e 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -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} diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index a56b45be6f9b..977bc46b2b6a 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -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} diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index b081674323d2..058d66997661 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnome-vfs PORTVERSION= 2.24.4 -PORTREVISION?= 10 +PORTREVISION?= 11 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile index 36b4ff7af9ae..8b82030a3264 100644 --- a/devel/gvfs/Makefile +++ b/devel/gvfs/Makefile @@ -3,7 +3,7 @@ PORTNAME= gvfs PORTVERSION= 1.30.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/devel/kio-extras/Makefile b/devel/kio-extras/Makefile index 1bf98942facd..74f3e625b416 100644 --- a/devel/kio-extras/Makefile +++ b/devel/kio-extras/Makefile @@ -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 diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 7a44c4e8c7e9..23116688ea99 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ PKGNAMESUFFIX= -devel diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index 72fd587392de..69987a73ccea 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.11.50.g20190318 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators PKGNAMESUFFIX?= -sbruno DIST_SUBDIR= qemu/${PORTVERSION} diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index ee84cb351f52..80fffd10e146 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ DIST_SUBDIR= qemu/${PORTVERSION} diff --git a/emulators/qemu2/Makefile b/emulators/qemu2/Makefile index ee738a6f85d2..40481f425ead 100644 --- a/emulators/qemu2/Makefile +++ b/emulators/qemu2/Makefile @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.12.1 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ PKGNAMESUFFIX= 2 diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 8b77ebdae11c..ff5368cf7012 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -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} diff --git a/misc/linm/Makefile b/misc/linm/Makefile index dae8d27d05f7..27a281520abc 100644 --- a/misc/linm/Makefile +++ b/misc/linm/Makefile @@ -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} diff --git a/multimedia/emby-server/Makefile b/multimedia/emby-server/Makefile index a1f0387f93c9..44d51e7d414a 100644 --- a/multimedia/emby-server/Makefile +++ b/multimedia/emby-server/Makefile @@ -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/ diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 19496acc431b..63027582b560 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -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/ diff --git a/multimedia/kodi-devel/Makefile b/multimedia/kodi-devel/Makefile index f2ca29d295d9..81f154e3a895 100644 --- a/multimedia/kodi-devel/Makefile +++ b/multimedia/kodi-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= kodi DISTVERSION= 19.0.a20190518 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia PKGNAMESUFFIX= -devel diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile index 95bfeebe6dba..556313b045be 100644 --- a/multimedia/kodi/Makefile +++ b/multimedia/kodi/Makefile @@ -2,7 +2,7 @@ PORTNAME= kodi DISTVERSION= 17.6 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= multimedia java MAINTAINER= mickael.maillot@gmail.com diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 17a56abbd972..6e34f1d4fff6 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -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 diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index 4ab8ac289bf3..667471866d0c 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -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 diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 2f9f3f91205b..9f9f5373f359 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -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$//}/ \ diff --git a/net/freeradius3/Makefile b/net/freeradius3/Makefile index 758830456c16..bd486adc1e05 100644 --- a/net/freeradius3/Makefile +++ b/net/freeradius3/Makefile @@ -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%/ \ diff --git a/net/opennx/Makefile b/net/opennx/Makefile index ceb50465508e..10ff3d7a8e22 100644 --- a/net/opennx/Makefile +++ b/net/opennx/Makefile @@ -3,7 +3,7 @@ PORTNAME= opennx PORTVERSION= 0.16.0.729 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/CI-source diff --git a/net/pecl-smbclient/Makefile b/net/pecl-smbclient/Makefile index acc13fb19485..b0105528660d 100644 --- a/net/pecl-smbclient/Makefile +++ b/net/pecl-smbclient/Makefile @@ -2,6 +2,7 @@ PORTNAME= smbclient PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= net pear MAINTAINER= sunpoet@FreeBSD.org diff --git a/net/prosearch/Makefile b/net/prosearch/Makefile index 660857a0404e..61fe516649c9 100644 --- a/net/prosearch/Makefile +++ b/net/prosearch/Makefile @@ -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} diff --git a/print/cups-smb-backend/Makefile b/print/cups-smb-backend/Makefile index abf5379b71fb..33f52e7b30c3 100644 --- a/print/cups-smb-backend/Makefile +++ b/print/cups-smb-backend/Makefile @@ -3,7 +3,7 @@ PORTNAME= cups-smb-backend PORTVERSION= 1.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty diff --git a/security/sssd/Makefile b/security/sssd/Makefile index 2f83717fbd75..4fa7c3254977 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -3,7 +3,7 @@ PORTNAME= sssd PORTVERSION= 1.11.7 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= security MASTER_SITES= https://releases.pagure.org/SSSD/${PORTNAME}/ diff --git a/sysutils/backuppc-devel/Makefile b/sysutils/backuppc-devel/Makefile index 171540364e68..5ee487488d56 100644 --- a/sysutils/backuppc-devel/Makefile +++ b/sysutils/backuppc-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= backuppc DISTVERSION= 4.1.6.20180212 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils PKGNAMESUFFIX= -devel diff --git a/sysutils/backuppc/Makefile b/sysutils/backuppc/Makefile index 4a4430209a8f..a20d19a6f6bb 100644 --- a/sysutils/backuppc/Makefile +++ b/sysutils/backuppc/Makefile @@ -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 diff --git a/sysutils/backuppc4/Makefile b/sysutils/backuppc4/Makefile index 0ad0df271440..a59e0e8d17a6 100644 --- a/sysutils/backuppc4/Makefile +++ b/sysutils/backuppc4/Makefile @@ -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 diff --git a/sysutils/fusefs-smbnetfs/Makefile b/sysutils/fusefs-smbnetfs/Makefile index 5c02384d9bfe..f5496db2fbfc 100644 --- a/sysutils/fusefs-smbnetfs/Makefile +++ b/sysutils/fusefs-smbnetfs/Makefile @@ -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- diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index 50bb38cdd309..4c80f84aa371 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -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 diff --git a/www/elinks/Makefile b/www/elinks/Makefile index ab438917ccea..cb8a5d4239f8 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -3,7 +3,7 @@ PORTNAME= elinks DISTVERSION= 0.11.7 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ diff --git a/www/smb_auth/Makefile b/www/smb_auth/Makefile index 90998abe4b8e..8ad8e872ffd5 100644 --- a/www/smb_auth/Makefile +++ b/www/smb_auth/Makefile @@ -3,7 +3,7 @@ PORTNAME= smb_auth PORTVERSION= 0.05 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www MASTER_SITES= LOCAL/dinoex diff --git a/www/squid/Makefile b/www/squid/Makefile index ddbfd1c0b2ac..18e5dc656130 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -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/ \ diff --git a/www/squid3/Makefile b/www/squid3/Makefile index d03fc7126fa4..4df2fcb84468 100644 --- a/www/squid3/Makefile +++ b/www/squid3/Makefile @@ -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}/ \ diff --git a/x11-fm/doublecmd/Makefile b/x11-fm/doublecmd/Makefile index a4e32e2d43e9..3eb962583395 100644 --- a/x11-fm/doublecmd/Makefile +++ b/x11-fm/doublecmd/Makefile @@ -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} diff --git a/x11-fm/wcmcommander/Makefile b/x11-fm/wcmcommander/Makefile index c09c2a4c4fef..5717067a4e35 100644 --- a/x11-fm/wcmcommander/Makefile +++ b/x11-fm/wcmcommander/Makefile @@ -4,7 +4,7 @@ PORTNAME= wcmcommander PORTVERSION= 0.20.0 DISTVERSIONPREFIX= release- -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11-fm MAINTAINER= amdmi3@FreeBSD.org