aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e1e7fb8bf90c..387a1e60c250 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 666728bd4d11..a8d59cfa7b7d 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 8269a8fadd1a..f118f986774e 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 40a346a4452d..f4198cdd423f 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 ef2bca8dd4fc..16a9222d839c 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 494b5194dcc1..b78d451f6552 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 2f45b7d2fcaf..29461249a286 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 b1a6162082e6..5a661e5c2d66 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 ecfbe7cd90c5..9c755135604e 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 14f218680a21..68aa8dd7c26b 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 d2a743e4390f..6824746185c2 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 aadef3dcf1de..41685775db11 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 47e49289649f..8be0d90ac35e 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 417726401bcf..9b8f3ddbabd7 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 a78e906e19e9..5f7850dec342 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 04560653655d..a276b67b10d3 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 695e3fb2cebe..e5347c60a280 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 1377daeb3c7d..9bbed54b388f 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 e9d5016dba79..83817653d2cd 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 0fd485d391f4..071088e37454 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 69fec395c311..819ad0f0d22e 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 9ccc78cdd0c7..2b4c09143e42 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 3892a3f0d2db..79a067e64c18 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 79da472e02bd..73f41b5232f5 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 0918ade62246..0aac29df291d 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 12515d62bd4f..4ac9fdafebb6 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 79ea156a6bc1..2799c87ab4ce 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 0117b472f675..4e23774af7eb 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 f5784723b92d..cf120ed9885f 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 9341731c09c6..c5ad8b6a1b85 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 6787d50c4e7c..392c1176a98b 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 943c0aecd26a..805096755427 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 776964eb5ee9..052f0b3cc7e1 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 4077f1164d33..181b22a45cd3 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 5229fa7ec7ec..ed5a228d44bd 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 b8ed299737e5..08f6f31d6e01 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 aded2a54e6fe..8cf084635932 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 08c65c6fe25c..f8744fb01159 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