summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-03-25 23:37:05 +0000
committerantoine <antoine@FreeBSD.org>2017-03-25 23:37:05 +0000
commitd7530a7c9af669a1b525b9fd64069883ef893b20 (patch)
tree9b47d73da9388c988d92cb072dc1d94dc74698f9
parent4a2c3f0bba478f7f6c16e2230e140a98c76c1fb2 (diff)
downloadFreeBSD-ports-d7530a7c9af669a1b525b9fd64069883ef893b20.zip
FreeBSD-ports-d7530a7c9af669a1b525b9fd64069883ef893b20.tar.gz
Switch default version of samba from 4.3 to 4.4
With hat: portmgr Differential Revision: https://reviews.freebsd.org/D10131
-rw-r--r--Mk/bsd.default-versions.mk4
-rw-r--r--UPDATING30
-rw-r--r--audio/musicpd/Makefile2
-rw-r--r--audio/xmms2/Makefile2
-rw-r--r--devel/gnome-vfs/Makefile2
-rw-r--r--devel/gvfs/Makefile2
-rw-r--r--emulators/qemu-devel/Makefile2
-rw-r--r--emulators/qemu-sbruno/Makefile2
-rw-r--r--emulators/qemu/Makefile2
-rw-r--r--misc/amanda-server/Makefile2
-rw-r--r--misc/linm/Makefile2
-rw-r--r--multimedia/ffmpeg/Makefile2
-rw-r--r--multimedia/gmerlin-avdecoder/Makefile2
-rw-r--r--multimedia/kodi/Makefile2
-rw-r--r--multimedia/libxine/Makefile2
-rw-r--r--multimedia/mplayer/Makefile.common2
-rw-r--r--multimedia/mpv/Makefile2
-rw-r--r--multimedia/vlc/Makefile2
-rw-r--r--net/jags/Makefile2
-rw-r--r--net/opennx/Makefile2
-rw-r--r--net/pecl-smbclient/Makefile2
-rw-r--r--net/prosearch/Makefile2
-rw-r--r--net/smb4k-kde4/Makefile2
-rw-r--r--print/apsfilter/Makefile2
-rw-r--r--print/cups-smb-backend/Makefile2
-rw-r--r--print/gnome-cups-manager/Makefile2
-rw-r--r--security/sssd/Makefile2
-rw-r--r--sysutils/backuppc-devel/Makefile2
-rw-r--r--sysutils/backuppc/Makefile2
-rw-r--r--sysutils/fusefs-smbnetfs/Makefile2
-rw-r--r--sysutils/gnome-control-center/Makefile2
-rw-r--r--www/elinks/Makefile2
-rw-r--r--www/smb_auth/Makefile2
-rw-r--r--www/squid-devel/Makefile2
-rw-r--r--www/squid/Makefile2
-rw-r--r--x11-fm/doublecmd/Makefile2
-rw-r--r--x11-fm/wcmcommander/Makefile2
-rw-r--r--x11/kde4-runtime/Makefile2
38 files changed, 67 insertions, 39 deletions
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk
index e1e7fb8..387a1e6 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -83,8 +83,8 @@ PYTHON2_DEFAULT?= 2.7
PYTHON3_DEFAULT?= 3.5
# Possible values: 2.1, 2.2, 2.3, 2.4
RUBY_DEFAULT?= 2.3
-# Possible values: 4.2, 4.3, 4.4
-SAMBA_DEFAULT?= 4.3
+# Possible values: 4.2, 4.3, 4.4, 4.5
+SAMBA_DEFAULT?= 4.4
# Possible values: base, openssl, openssl-devel, 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 666728b..a8d59cf 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.
+20170326:
+ AFFECTS: users of samba43
+ AUTHOR: antoine@FreeBSD.org
+
+ The default version of samba has been switched from 4.3 to 4.4.
+ Upgrade instructions:
+
+ For package users having samba43 installed indirectly (as a dependency):
+ # pkg upgrade
+
+ For package users having samba43 installed directly (leaf port):
+ # pkg upgrade
+ # pkg install samba44
+
+ For ports users:
+ If you want to keep samba43, add DEFAULT_VERSIONS+= samba=4.3 to make.conf
+
+ If you want to upgrade to samba44, remove samba43 and obsolete packages:
+ # pkg delete -f samba36-libsmbclient samba36-nmblookup samba36-smbclient samba36 samba43 p5-Parse-Pidl
+
+ Portmaster users:
+ # portmaster net/samba44
+ # portmaster -a
+
+ Portupgrade users:
+ # portinstall net/samba44
+ # portupgrade -a
+
20170325:
AFFECTS: net/samba46 and devel/p5-Parse-Pidl
AUTHOR: timur@FreeBSD.org
@@ -69,7 +97,7 @@ you update your ports collection, before attempting any port upgrades.
# portmaster -a
Portupgrade users:
- # portupgrade net/samba43
+ # portinstall net/samba43
# portupgrade -a
20170319:
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 8269a8f..f118f98 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -2,7 +2,7 @@
PORTNAME= musicpd
PORTVERSION= 0.20.6
-PORTREVISION= 1
+PORTREVISION= 2
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 40a346a..f4198cd 100644
--- a/audio/xmms2/Makefile
+++ b/audio/xmms2/Makefile
@@ -4,7 +4,7 @@
PORTNAME?= xmms2
PORTVERSION= 0.8
DISTVERSIONSUFFIX= DrO_o
-PORTREVISION?= 20
+PORTREVISION?= 21
CATEGORIES?= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX}
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile
index ef2bca8..16a9222 100644
--- a/devel/gnome-vfs/Makefile
+++ b/devel/gnome-vfs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnome-vfs
PORTVERSION= 2.24.4
-PORTREVISION?= 5
+PORTREVISION?= 6
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile
index 494b519..b78d451 100644
--- a/devel/gvfs/Makefile
+++ b/devel/gvfs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gvfs
PORTVERSION= 1.26.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index 2f45b7d..2946124 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= qemu
DISTVERSION= 2.6.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= emulators
MASTER_SITES= http://wiki.qemu.org/download/
PKGNAMESUFFIX= -devel
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile
index b1a6162..5a661e5c 100644
--- a/emulators/qemu-sbruno/Makefile
+++ b/emulators/qemu-sbruno/Makefile
@@ -3,7 +3,7 @@
PORTNAME= qemu
PORTVERSION= 2.8.50.g20170307
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= GH \
LOCAL/nox:dtc \
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index ecfbe7c..9c75513 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -3,7 +3,7 @@
PORTNAME= qemu
PORTVERSION= 2.8.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= http://wiki.qemu.org/download/
DIST_SUBDIR= qemu/${PORTVERSION}
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile
index 14f2186..68aa8dd 100644
--- a/misc/amanda-server/Makefile
+++ b/misc/amanda-server/Makefile
@@ -3,7 +3,7 @@
PORTNAME= amanda
PORTVERSION= 3.3.6
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= misc
MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION}
diff --git a/misc/linm/Makefile b/misc/linm/Makefile
index d2a743e..6824746 100644
--- a/misc/linm/Makefile
+++ b/misc/linm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= linm
DISTVERSION= 0.8.1-1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= misc shells
MASTER_SITES= http://kldp.net/frs/download.php/4508/
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile
index aadef3d..4168577 100644
--- a/multimedia/ffmpeg/Makefile
+++ b/multimedia/ffmpeg/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ffmpeg
PORTVERSION= 3.2.4
-PORTREVISION= 5
+PORTREVISION= 6
PORTEPOCH= 1
CATEGORIES= multimedia audio ipv6 net
MASTER_SITES= http://ffmpeg.org/releases/
diff --git a/multimedia/gmerlin-avdecoder/Makefile b/multimedia/gmerlin-avdecoder/Makefile
index 47e4928..8be0d90 100644
--- a/multimedia/gmerlin-avdecoder/Makefile
+++ b/multimedia/gmerlin-avdecoder/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gmerlin-avdecoder
PORTVERSION= 1.2.0
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= multimedia
MASTER_SITES= SF/gmerlin/${PORTNAME}/${PORTVERSION}
diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile
index 4177264..9b8f3dd 100644
--- a/multimedia/kodi/Makefile
+++ b/multimedia/kodi/Makefile
@@ -2,7 +2,7 @@
PORTNAME= kodi
DISTVERSION= 16.1
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= multimedia java
MAINTAINER= mickael.maillot@gmail.com
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile
index a78e906..5f7850d 100644
--- a/multimedia/libxine/Makefile
+++ b/multimedia/libxine/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xine
PORTVERSION= 1.2.6
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= multimedia ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-lib/${PORTVERSION}
PKGNAMEPREFIX= lib
diff --git a/multimedia/mplayer/Makefile.common b/multimedia/mplayer/Makefile.common
index 0456065..a276b67 100644
--- a/multimedia/mplayer/Makefile.common
+++ b/multimedia/mplayer/Makefile.common
@@ -6,7 +6,7 @@
MPLAYER_PORT_VERSION= 1.3.0
MPLAYER_SNAPSHOT_DATE= 2016-12-28
-PORTREVISION?= 5
+PORTREVISION?= 6
MASTER_SITES= LOCAL/riggs/mplayer
DISTNAME= mplayer-${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g}
WRKSRC= ${WRKDIR}/mplayer-export-${MPLAYER_SNAPSHOT_DATE}
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile
index 695e3fb..e5347c6 100644
--- a/multimedia/mpv/Makefile
+++ b/multimedia/mpv/Makefile
@@ -4,7 +4,7 @@
PORTNAME= mpv
PORTVERSION= 0.24.0
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= multimedia audio
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 1377dae..9bbed54 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vlc
DISTVERSION= 2.2.4
-PORTREVISION= 10
+PORTREVISION= 11
PORTEPOCH= 4
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
diff --git a/net/jags/Makefile b/net/jags/Makefile
index e9d5016..8381765 100644
--- a/net/jags/Makefile
+++ b/net/jags/Makefile
@@ -3,7 +3,7 @@
PORTNAME= jags
PORTVERSION= 0.22.1
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/Jags/${PORTNAME}-${PORTVERSION}
diff --git a/net/opennx/Makefile b/net/opennx/Makefile
index 0fd485d..071088e 100644
--- a/net/opennx/Makefile
+++ b/net/opennx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= opennx
PORTVERSION= 0.16.0.729
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/CI-source
diff --git a/net/pecl-smbclient/Makefile b/net/pecl-smbclient/Makefile
index 69fec39..819ad0f 100644
--- a/net/pecl-smbclient/Makefile
+++ b/net/pecl-smbclient/Makefile
@@ -2,7 +2,7 @@
PORTNAME= smbclient
PORTVERSION= 0.9.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/net/prosearch/Makefile b/net/prosearch/Makefile
index 9ccc78c..2b4c091 100644
--- a/net/prosearch/Makefile
+++ b/net/prosearch/Makefile
@@ -2,7 +2,7 @@
PORTNAME= prosearch
PORTVERSION= 0.19.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net www
MASTER_SITES= http://pro.setun.net/search/download/ SF/pro-search/pro-search/${PORTVERSION}
diff --git a/net/smb4k-kde4/Makefile b/net/smb4k-kde4/Makefile
index 3892a3f..79a067e 100644
--- a/net/smb4k-kde4/Makefile
+++ b/net/smb4k-kde4/Makefile
@@ -3,7 +3,7 @@
PORTNAME= smb4k-kde4
PORTVERSION= 0.10.9
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= net kde
MASTER_SITES= SF/smb4k
DISTNAME= smb4k-${PORTVERSION}
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
index 79da472..73f41b5 100644
--- a/print/apsfilter/Makefile
+++ b/print/apsfilter/Makefile
@@ -3,7 +3,7 @@
PORTNAME= apsfilter
PORTVERSION= 7.2.8
-PORTREVISION= 19
+PORTREVISION= 20
CATEGORIES= print
MASTER_SITES= http://www.apsfilter.org/download/
DIST_SUBDIR= apsfilter
diff --git a/print/cups-smb-backend/Makefile b/print/cups-smb-backend/Makefile
index 0918ade..0aac29d 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= 8
+PORTREVISION= 9
CATEGORIES= print
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/print/gnome-cups-manager/Makefile b/print/gnome-cups-manager/Makefile
index 12515d6..4ac9fda 100644
--- a/print/gnome-cups-manager/Makefile
+++ b/print/gnome-cups-manager/Makefile
@@ -4,7 +4,7 @@
PORTNAME= gnome-cups-manager
PORTVERSION= 0.31
-PORTREVISION= 17
+PORTREVISION= 18
PORTEPOCH= 1
CATEGORIES= print gnome
MASTER_SITES= GNOME
diff --git a/security/sssd/Makefile b/security/sssd/Makefile
index 79ea156..2799c87 100644
--- a/security/sssd/Makefile
+++ b/security/sssd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sssd
PORTVERSION= 1.11.7
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= security
MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \
http://mirrors.rit.edu/zi/
diff --git a/sysutils/backuppc-devel/Makefile b/sysutils/backuppc-devel/Makefile
index 0117b47..4e23774 100644
--- a/sysutils/backuppc-devel/Makefile
+++ b/sysutils/backuppc-devel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= backuppc
DISTVERSION= 4.0.0alpha3
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-beta/${DISTVERSION}
PKGNAMESUFFIX= -devel
diff --git a/sysutils/backuppc/Makefile b/sysutils/backuppc/Makefile
index f578472..cf120ed 100644
--- a/sysutils/backuppc/Makefile
+++ b/sysutils/backuppc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= backuppc
PORTVERSION= 3.3.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= SF
DISTNAME= BackupPC-${PORTVERSION}
diff --git a/sysutils/fusefs-smbnetfs/Makefile b/sysutils/fusefs-smbnetfs/Makefile
index 9341731..c5ad8b6 100644
--- a/sysutils/fusefs-smbnetfs/Makefile
+++ b/sysutils/fusefs-smbnetfs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= smbnetfs
PORTVERSION= 0.6.0
-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 6787d50..392c117 100644
--- a/sysutils/gnome-control-center/Makefile
+++ b/sysutils/gnome-control-center/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnome-control-center
PORTVERSION= 3.18.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/www/elinks/Makefile b/www/elinks/Makefile
index 943c0ae..80509675 100644
--- a/www/elinks/Makefile
+++ b/www/elinks/Makefile
@@ -3,7 +3,7 @@
PORTNAME= elinks
DISTVERSION= 0.11.7
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= www
MASTER_SITES= http://elinks.or.cz/download/
diff --git a/www/smb_auth/Makefile b/www/smb_auth/Makefile
index 776964e..052f0b3 100644
--- a/www/smb_auth/Makefile
+++ b/www/smb_auth/Makefile
@@ -3,7 +3,7 @@
PORTNAME= smb_auth
PORTVERSION= 0.05
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= www
MASTER_SITES= LOCAL/dinoex
diff --git a/www/squid-devel/Makefile b/www/squid-devel/Makefile
index 4077f11..181b22a 100644
--- a/www/squid-devel/Makefile
+++ b/www/squid-devel/Makefile
@@ -2,7 +2,7 @@
PORTNAME= squid
PORTVERSION= 4.0.18
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www ipv6
MASTER_SITES= http://www.squid-cache.org/Versions/v4/ \
http://www2.us.squid-cache.org/Versions/v4/ \
diff --git a/www/squid/Makefile b/www/squid/Makefile
index 5229fa7..ed5a228 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -2,7 +2,7 @@
PORTNAME= squid
PORTVERSION= 3.5.24
-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 b8ed299..08f6f31 100644
--- a/x11-fm/doublecmd/Makefile
+++ b/x11-fm/doublecmd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= doublecmd
PORTVERSION= 0.7.8
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-fm
MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
diff --git a/x11-fm/wcmcommander/Makefile b/x11-fm/wcmcommander/Makefile
index aded2a5..8cf0846 100644
--- a/x11-fm/wcmcommander/Makefile
+++ b/x11-fm/wcmcommander/Makefile
@@ -4,7 +4,7 @@
PORTNAME= wcmcommander
PORTVERSION= 0.20.0
DISTVERSIONPREFIX= release-
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-fm
MAINTAINER= amdmi3@FreeBSD.org
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile
index 08c65c6..f8744fb 100644
--- a/x11/kde4-runtime/Makefile
+++ b/x11/kde4-runtime/Makefile
@@ -2,7 +2,7 @@
PORTNAME= kde-runtime
PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= x11 kde kde-kde4
MAINTAINER= kde@FreeBSD.org
OpenPOWER on IntegriCloud