aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-06-04 14:17:39 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-06-04 14:17:39 +0000
commit47ce821484b3438dea67023b367148b49f85898a (patch)
tree00b70f1a8f08e9d62adbd168cdfc75c2c3599947
parentaa29472b28fd54c6d31c5728191612f0334a8dca (diff)
downloadports-47ce821484b3438dea67023b367148b49f85898a.tar.gz
ports-47ce821484b3438dea67023b367148b49f85898a.zip
Notes
-rw-r--r--Mk/bsd.default-versions.mk2
-rw-r--r--UPDATING28
-rw-r--r--audio/musicpd/Makefile1
-rw-r--r--audio/xmms2/Makefile2
-rw-r--r--devel/gnome-vfs/Makefile2
-rw-r--r--devel/gvfs/Makefile2
-rw-r--r--devel/kio-extras/Makefile1
-rw-r--r--emulators/qemu-devel/Makefile1
-rw-r--r--emulators/qemu-sbruno/Makefile2
-rw-r--r--emulators/qemu/Makefile1
-rw-r--r--emulators/qemu2/Makefile1
-rw-r--r--misc/amanda-server/Makefile2
-rw-r--r--misc/linm/Makefile2
-rw-r--r--multimedia/emby-server/Makefile1
-rw-r--r--multimedia/ffmpeg/Makefile2
-rw-r--r--multimedia/kodi-devel/Makefile2
-rw-r--r--multimedia/kodi/Makefile2
-rw-r--r--multimedia/mplayer/Makefile2
-rw-r--r--multimedia/mpv/Makefile2
-rw-r--r--multimedia/vlc/Makefile2
-rw-r--r--net/freeradius3/Makefile1
-rw-r--r--net/opennx/Makefile2
-rw-r--r--net/pecl-smbclient/Makefile1
-rw-r--r--net/prosearch/Makefile2
-rw-r--r--print/cups-smb-backend/Makefile2
-rw-r--r--security/sssd/Makefile2
-rw-r--r--sysutils/backuppc-devel/Makefile2
-rw-r--r--sysutils/backuppc/Makefile2
-rw-r--r--sysutils/backuppc4/Makefile1
-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/Makefile1
-rw-r--r--www/squid3/Makefile2
-rw-r--r--x11-fm/doublecmd/Makefile1
-rw-r--r--x11-fm/wcmcommander/Makefile2
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