Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Sep 2018 17:05:48 +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: r478711 - in head: . Mk audio/musicpd audio/xmms2 devel/gnome-vfs devel/gvfs devel/kio-extras emulators/qemu emulators/qemu-devel emulators/qemu-sbruno misc/amanda-server misc/linm mult...
Message-ID:  <201809011705.w81H5ml2062878@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Sep  1 17:05:47 2018
New Revision: 478711
URL: https://svnweb.freebsd.org/changeset/ports/478711

Log:
  Switch default version of samba to 4.7
  Samba 4.6 will be discontinued in a few weeks
  
  Reviewed by:	mat
  Differential Revision:	https://reviews.freebsd.org/D16904

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/misc/amanda-server/Makefile
  head/misc/linm/Makefile
  head/multimedia/ffmpeg/Makefile
  head/multimedia/gmerlin-avdecoder/Makefile
  head/multimedia/kodi-devel/Makefile
  head/multimedia/kodi/Makefile
  head/multimedia/libxine/Makefile
  head/multimedia/mplayer/Makefile
  head/multimedia/mpv/Makefile
  head/multimedia/vlc/Makefile
  head/net/freeradius3/Makefile
  head/net/jags/Makefile
  head/net/opennx/Makefile
  head/net/pecl-smbclient/Makefile
  head/net/prosearch/Makefile
  head/net/smb4k-kde4/Makefile
  head/print/apsfilter/Makefile
  head/print/cups-smb-backend/Makefile
  head/print/gnome-cups-manager/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-devel/Makefile
  head/www/squid/Makefile
  head/www/squid3/Makefile
  head/x11-fm/doublecmd/Makefile
  head/x11-fm/wcmcommander/Makefile
  head/x11/kde-runtime-kde4/Makefile

Modified: head/Mk/bsd.default-versions.mk
==============================================================================
--- head/Mk/bsd.default-versions.mk	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/Mk/bsd.default-versions.mk	Sat Sep  1 17:05:47 2018	(r478711)
@@ -87,7 +87,7 @@ PYTHON3_DEFAULT?=	3.6
 # Possible values: 2.3, 2.4, 2.5
 RUBY_DEFAULT?=		2.4
 # Possible values: 4.6, 4.7, 4.8
-SAMBA_DEFAULT?=		4.6
+SAMBA_DEFAULT?=		4.7
 # Possible values: base, openssl, openssl-devel, libressl, libressl-devel
 .if !defined(SSL_DEFAULT)
 #	If no preference was set, check for an installed base version

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/UPDATING	Sat Sep  1 17:05:47 2018	(r478711)
@@ -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.
 
+20180901:
+  AFFECTS: users of samba46
+  AUTHOR: antoine@FreeBSD.org
+
+  The default version of samba has been switched from 4.6 to 4.7.
+  Upgrade instructions:
+
+  For package users having samba46 installed indirectly (as a dependency):
+    # pkg upgrade
+
+  For package users having samba46 installed directly (leaf port):
+    # pkg upgrade
+    # pkg install samba47
+
+  For ports users:
+    If you want to keep samba46, add DEFAULT_VERSIONS+= samba=4.6 to make.conf
+
+    If you want to upgrade to samba47, remove samba46:
+    # pkg delete -f samba46
+
+    Portmaster users:
+    # portmaster net/samba47
+    # portmaster -a
+
+    Portupgrade users:
+    # portinstall net/samba47
+    # portupgrade -a
+
 20180813:
   AFFECTS: net/geoipupdate
   AUTHOR: adamw@FreeBSD.org

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/audio/musicpd/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -2,6 +2,7 @@
 
 PORTNAME=	musicpd
 PORTVERSION=	0.20.21
+PORTREVISION=	1
 CATEGORIES=	audio ipv6
 MASTER_SITES=	http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
 DISTNAME=	mpd-${PORTVERSION}

Modified: head/audio/xmms2/Makefile
==============================================================================
--- head/audio/xmms2/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/audio/xmms2/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -4,7 +4,7 @@
 PORTNAME?=	xmms2
 PORTVERSION=	0.8
 DISTVERSIONSUFFIX=	DrO_o
-PORTREVISION?=	26
+PORTREVISION?=	27
 CATEGORIES?=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX}
 

Modified: head/devel/gnome-vfs/Makefile
==============================================================================
--- head/devel/gnome-vfs/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/devel/gnome-vfs/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnome-vfs
 PORTVERSION=	2.24.4
-PORTREVISION?=	8
+PORTREVISION?=	9
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2

Modified: head/devel/gvfs/Makefile
==============================================================================
--- head/devel/gvfs/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/devel/gvfs/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gvfs
 PORTVERSION=	1.26.3
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3

Modified: head/devel/kio-extras/Makefile
==============================================================================
--- head/devel/kio-extras/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/devel/kio-extras/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -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	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/emulators/qemu-devel/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qemu
 DISTVERSION=	2.6.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	emulators
 MASTER_SITES=	http://wiki.qemu.org/download/
 PKGNAMESUFFIX=	-devel

Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/emulators/qemu-sbruno/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,6 +3,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	2.11.50.g20180622
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	GH
 PKGNAMESUFFIX?=	-sbruno

Modified: head/emulators/qemu/Makefile
==============================================================================
--- head/emulators/qemu/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/emulators/qemu/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,6 +3,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	2.12.0
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	http://wiki.qemu.org/download/
 DIST_SUBDIR=	qemu/${PORTVERSION}

Modified: head/misc/amanda-server/Makefile
==============================================================================
--- head/misc/amanda-server/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/misc/amanda-server/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,7 +3,7 @@
 
 PORTNAME=	amanda
 PORTVERSION=	3.3.9
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	misc
 MASTER_SITES=	SF/amanda/amanda%20-%20stable/${PORTVERSION}

Modified: head/misc/linm/Makefile
==============================================================================
--- head/misc/linm/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/misc/linm/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,7 +3,7 @@
 
 PORTNAME=	linm
 DISTVERSION=	0.8.1-1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	misc shells
 MASTER_SITES=	http://kldp.net/frs/download.php/4508/
 DISTNAME=	${PORTNAME}_${DISTVERSION}

Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/multimedia/ffmpeg/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ffmpeg
 PORTVERSION=	4.0.2
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio ipv6 net
 MASTER_SITES=	https://ffmpeg.org/releases/

Modified: head/multimedia/gmerlin-avdecoder/Makefile
==============================================================================
--- head/multimedia/gmerlin-avdecoder/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/multimedia/gmerlin-avdecoder/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gmerlin-avdecoder
 PORTVERSION=	1.2.0
-PORTREVISION=	21
+PORTREVISION=	22
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/gmerlin/${PORTNAME}/${PORTVERSION}
 

Modified: head/multimedia/kodi-devel/Makefile
==============================================================================
--- head/multimedia/kodi-devel/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/multimedia/kodi-devel/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,6 +3,7 @@
 PORTNAME=	kodi
 CATEGORIES=	multimedia
 DISTVERSION=	18.0.g201808261011
+PORTREVISION=	1
 PKGNAMESUFFIX?=	-devel
 
 MAINTAINER=	tobik@FreeBSD.org

Modified: head/multimedia/kodi/Makefile
==============================================================================
--- head/multimedia/kodi/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/multimedia/kodi/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kodi
 DISTVERSION=	17.6
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	multimedia java
 
 MAINTAINER=	mickael.maillot@gmail.com

Modified: head/multimedia/libxine/Makefile
==============================================================================
--- head/multimedia/libxine/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/multimedia/libxine/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xine
 PORTVERSION=	1.2.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia ipv6
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-lib/${PORTVERSION}
 PKGNAMEPREFIX=	lib

Modified: head/multimedia/mplayer/Makefile
==============================================================================
--- head/multimedia/mplayer/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/multimedia/mplayer/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mplayer
 PORTVERSION=	${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g}
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	multimedia audio
 
 MAINTAINER=	riggs@FreeBSD.org

Modified: head/multimedia/mpv/Makefile
==============================================================================
--- head/multimedia/mpv/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/multimedia/mpv/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -4,7 +4,7 @@
 PORTNAME=	mpv
 PORTVERSION=	0.29.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio
 MASTER_SITES=	https://waf.io/:waf

Modified: head/multimedia/vlc/Makefile
==============================================================================
--- head/multimedia/vlc/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/multimedia/vlc/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vlc
 DISTVERSION=	2.2.8
-PORTREVISION=	9
+PORTREVISION=	10
 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	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/net/freeradius3/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,6 +3,7 @@
 
 PORTNAME=	freeradius
 DISTVERSION=	3.0.17
+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/jags/Makefile
==============================================================================
--- head/net/jags/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/net/jags/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,7 +3,7 @@
 
 PORTNAME=	jags
 PORTVERSION=	0.22.1
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}/Jags/${PORTNAME}-${PORTVERSION}
 

Modified: head/net/opennx/Makefile
==============================================================================
--- head/net/opennx/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/net/opennx/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,7 +3,7 @@
 
 PORTNAME=	opennx
 PORTVERSION=	0.16.0.729
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/CI-source
 

Modified: head/net/pecl-smbclient/Makefile
==============================================================================
--- head/net/pecl-smbclient/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/net/pecl-smbclient/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -2,7 +2,7 @@
 
 PORTNAME=	smbclient
 PORTVERSION=	0.9.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net pear
 
 MAINTAINER=	sunpoet@FreeBSD.org

Modified: head/net/prosearch/Makefile
==============================================================================
--- head/net/prosearch/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/net/prosearch/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -2,7 +2,7 @@
 
 PORTNAME=	prosearch
 PORTVERSION=	0.19.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	net www
 MASTER_SITES=	http://pro.setun.net/search/download/ SF/pro-search/pro-search/${PORTVERSION}
 

Modified: head/net/smb4k-kde4/Makefile
==============================================================================
--- head/net/smb4k-kde4/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/net/smb4k-kde4/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,7 +3,7 @@
 
 PORTNAME=	smb4k-kde4
 PORTVERSION=	0.10.9
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	net kde
 MASTER_SITES=	SF/smb4k
 DISTNAME=	smb4k-${PORTVERSION}

Modified: head/print/apsfilter/Makefile
==============================================================================
--- head/print/apsfilter/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/print/apsfilter/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,7 +3,7 @@
 
 PORTNAME=	apsfilter
 PORTVERSION=	7.2.8
-PORTREVISION=	21
+PORTREVISION=	22
 CATEGORIES=	print
 MASTER_SITES=	http://www.apsfilter.org/download/
 DIST_SUBDIR=	apsfilter

Modified: head/print/cups-smb-backend/Makefile
==============================================================================
--- head/print/cups-smb-backend/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/print/cups-smb-backend/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cups-smb-backend
 PORTVERSION=	1.0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	print
 MASTER_SITES=	# empty
 DISTFILES=	# empty

Modified: head/print/gnome-cups-manager/Makefile
==============================================================================
--- head/print/gnome-cups-manager/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/print/gnome-cups-manager/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gnome-cups-manager
 PORTVERSION=	0.31
-PORTREVISION=	20
+PORTREVISION=	21
 PORTEPOCH=	1
 CATEGORIES=	print gnome
 MASTER_SITES=	GNOME

Modified: head/security/sssd/Makefile
==============================================================================
--- head/security/sssd/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/security/sssd/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sssd
 PORTVERSION=	1.11.7
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	security
 MASTER_SITES=	https://releases.pagure.org/SSSD/${PORTNAME}/
 

Modified: head/sysutils/backuppc-devel/Makefile
==============================================================================
--- head/sysutils/backuppc-devel/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/sysutils/backuppc-devel/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,6 +3,7 @@
 
 PORTNAME=	backuppc
 DISTVERSION=	4.1.6.20180212
+PORTREVISION=	1
 CATEGORIES=	sysutils
 PKGNAMESUFFIX=	-devel
 

Modified: head/sysutils/backuppc/Makefile
==============================================================================
--- head/sysutils/backuppc/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/sysutils/backuppc/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,7 +3,7 @@
 
 PORTNAME=	backuppc
 PORTVERSION=	3.3.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils
 MASTER_SITES=	https://github.com/backuppc/backuppc/releases/download/${PORTVERSION}/ \
 		SF

Modified: head/sysutils/backuppc4/Makefile
==============================================================================
--- head/sysutils/backuppc4/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/sysutils/backuppc4/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,6 +3,7 @@
 
 PORTNAME=	backuppc
 PORTVERSION=	4.2.1
+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	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/sysutils/fusefs-smbnetfs/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,6 +3,7 @@
 
 PORTNAME=	smbnetfs
 PORTVERSION=	0.6.1
+PORTREVISION=	1
 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	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/sysutils/gnome-control-center/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnome-control-center
 PORTVERSION=	3.18.2
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	sysutils gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3

Modified: head/www/elinks/Makefile
==============================================================================
--- head/www/elinks/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/www/elinks/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,7 +3,7 @@
 
 PORTNAME=	elinks
 DISTVERSION=	0.11.7
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	www
 MASTER_SITES=	http://elinks.or.cz/download/
 

Modified: head/www/smb_auth/Makefile
==============================================================================
--- head/www/smb_auth/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/www/smb_auth/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,7 +3,7 @@
 
 PORTNAME=	smb_auth
 PORTVERSION=	0.05
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	www
 MASTER_SITES=	LOCAL/dinoex
 

Modified: head/www/squid-devel/Makefile
==============================================================================
--- head/www/squid-devel/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/www/squid-devel/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -2,7 +2,7 @@
 
 PORTNAME=	squid
 PORTVERSION=	4.0.25
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www ipv6
 MASTER_SITES=	http://www.squid-cache.org/Versions/v4/ \
 		http://www2.us.squid-cache.org/Versions/v4/ \

Modified: head/www/squid/Makefile
==============================================================================
--- head/www/squid/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/www/squid/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -2,7 +2,7 @@
 
 PORTNAME=	squid
 PORTVERSION=	4.1
-PORTREVISION=	1
+PORTREVISION=	2
 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	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/www/squid3/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -2,7 +2,7 @@
 
 PORTNAME=	squid
 PORTVERSION=	3.5.27
-PORTREVISION=	3
+PORTREVISION=	4
 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	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/x11-fm/doublecmd/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -3,6 +3,7 @@
 
 PORTNAME=	doublecmd
 PORTVERSION=	0.8.3
+PORTREVISION=	1
 CATEGORIES=	x11-fm
 PKGNAMESUFFIX=	${LAZARUS_PKGNAMESUFFIX}
 MASTER_SITES=	SF/${PORTNAME}/Double%20Commander%20Source

Modified: head/x11-fm/wcmcommander/Makefile
==============================================================================
--- head/x11-fm/wcmcommander/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/x11-fm/wcmcommander/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -4,7 +4,7 @@
 PORTNAME=	wcmcommander
 PORTVERSION=	0.20.0
 DISTVERSIONPREFIX=	release-
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	x11-fm
 
 MAINTAINER=	amdmi3@FreeBSD.org

Modified: head/x11/kde-runtime-kde4/Makefile
==============================================================================
--- head/x11/kde-runtime-kde4/Makefile	Sat Sep  1 15:48:57 2018	(r478710)
+++ head/x11/kde-runtime-kde4/Makefile	Sat Sep  1 17:05:47 2018	(r478711)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kde-runtime
 PORTVERSION=	${KDE_APPLICATIONS_VERSION}
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	x11 kde kde-applications
 PKGNAMESUFFIX=	-kde4
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809011705.w81H5ml2062878>