From owner-svn-ports-all@freebsd.org Sat Mar 25 23:37:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CD9AD1E094; Sat, 25 Mar 2017 23:37:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47AC71792; Sat, 25 Mar 2017 23:37:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2PNb9ig047991; Sat, 25 Mar 2017 23:37:09 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2PNb5hG047953; Sat, 25 Mar 2017 23:37:05 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201703252337.v2PNb5hG047953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 25 Mar 2017 23:37:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436925 - in head: . Mk audio/musicpd audio/xmms2 devel/gnome-vfs devel/gvfs emulators/qemu emulators/qemu-devel emulators/qemu-sbruno misc/amanda-server misc/linm multimedia/ffmpeg mul... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Mar 2017 23:37:10 -0000 Author: antoine Date: Sat Mar 25 23:37:05 2017 New Revision: 436925 URL: https://svnweb.freebsd.org/changeset/ports/436925 Log: Switch default version of samba from 4.3 to 4.4 With hat: portmgr Differential Revision: https://reviews.freebsd.org/D10131 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/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/Makefile head/multimedia/libxine/Makefile head/multimedia/mplayer/Makefile.common head/multimedia/mpv/Makefile head/multimedia/vlc/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/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/x11-fm/doublecmd/Makefile head/x11-fm/wcmcommander/Makefile head/x11/kde4-runtime/Makefile Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Sat Mar 25 23:34:37 2017 (r436924) +++ head/Mk/bsd.default-versions.mk Sat Mar 25 23:37:05 2017 (r436925) @@ -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 Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Mar 25 23:34:37 2017 (r436924) +++ head/UPDATING Sat Mar 25 23:37:05 2017 (r436925) @@ -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 # portmaster -a Portupgrade users: - # portupgrade net/samba43 + # portinstall net/samba43 # portupgrade -a 20170319: Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/audio/musicpd/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -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} Modified: head/audio/xmms2/Makefile ============================================================================== --- head/audio/xmms2/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/audio/xmms2/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -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} Modified: head/devel/gnome-vfs/Makefile ============================================================================== --- head/devel/gnome-vfs/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/devel/gnome-vfs/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -3,7 +3,7 @@ PORTNAME= gnome-vfs PORTVERSION= 2.24.4 -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 Modified: head/devel/gvfs/Makefile ============================================================================== --- head/devel/gvfs/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/devel/gvfs/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -3,7 +3,7 @@ PORTNAME= gvfs PORTVERSION= 1.26.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/emulators/qemu-devel/Makefile ============================================================================== --- head/emulators/qemu-devel/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/emulators/qemu-devel/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -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 Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/emulators/qemu-sbruno/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.8.50.g20170307 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ Modified: head/emulators/qemu/Makefile ============================================================================== --- head/emulators/qemu/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/emulators/qemu/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -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} Modified: head/misc/amanda-server/Makefile ============================================================================== --- head/misc/amanda-server/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/misc/amanda-server/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -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} Modified: head/misc/linm/Makefile ============================================================================== --- head/misc/linm/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/misc/linm/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -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} Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/multimedia/ffmpeg/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -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/ Modified: head/multimedia/gmerlin-avdecoder/Makefile ============================================================================== --- head/multimedia/gmerlin-avdecoder/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/multimedia/gmerlin-avdecoder/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -3,7 +3,7 @@ PORTNAME= gmerlin-avdecoder PORTVERSION= 1.2.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= multimedia MASTER_SITES= SF/gmerlin/${PORTNAME}/${PORTVERSION} Modified: head/multimedia/kodi/Makefile ============================================================================== --- head/multimedia/kodi/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/multimedia/kodi/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -2,7 +2,7 @@ PORTNAME= kodi DISTVERSION= 16.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= multimedia java MAINTAINER= mickael.maillot@gmail.com Modified: head/multimedia/libxine/Makefile ============================================================================== --- head/multimedia/libxine/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/multimedia/libxine/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -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 Modified: head/multimedia/mplayer/Makefile.common ============================================================================== --- head/multimedia/mplayer/Makefile.common Sat Mar 25 23:34:37 2017 (r436924) +++ head/multimedia/mplayer/Makefile.common Sat Mar 25 23:37:05 2017 (r436925) @@ -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} Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/multimedia/mpv/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -4,7 +4,7 @@ PORTNAME= mpv PORTVERSION= 0.24.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= multimedia audio Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/multimedia/vlc/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -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$//}/ \ Modified: head/net/jags/Makefile ============================================================================== --- head/net/jags/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/net/jags/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -3,7 +3,7 @@ PORTNAME= jags PORTVERSION= 0.22.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/Jags/${PORTNAME}-${PORTVERSION} Modified: head/net/opennx/Makefile ============================================================================== --- head/net/opennx/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/net/opennx/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -3,7 +3,7 @@ PORTNAME= opennx PORTVERSION= 0.16.0.729 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/CI-source Modified: head/net/pecl-smbclient/Makefile ============================================================================== --- head/net/pecl-smbclient/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/net/pecl-smbclient/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -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- Modified: head/net/prosearch/Makefile ============================================================================== --- head/net/prosearch/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/net/prosearch/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -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} Modified: head/net/smb4k-kde4/Makefile ============================================================================== --- head/net/smb4k-kde4/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/net/smb4k-kde4/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -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} Modified: head/print/apsfilter/Makefile ============================================================================== --- head/print/apsfilter/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/print/apsfilter/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -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 Modified: head/print/cups-smb-backend/Makefile ============================================================================== --- head/print/cups-smb-backend/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/print/cups-smb-backend/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -3,7 +3,7 @@ PORTNAME= cups-smb-backend PORTVERSION= 1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty Modified: head/print/gnome-cups-manager/Makefile ============================================================================== --- head/print/gnome-cups-manager/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/print/gnome-cups-manager/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -4,7 +4,7 @@ PORTNAME= gnome-cups-manager PORTVERSION= 0.31 -PORTREVISION= 17 +PORTREVISION= 18 PORTEPOCH= 1 CATEGORIES= print gnome MASTER_SITES= GNOME Modified: head/security/sssd/Makefile ============================================================================== --- head/security/sssd/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/security/sssd/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -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/ Modified: head/sysutils/backuppc-devel/Makefile ============================================================================== --- head/sysutils/backuppc-devel/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/sysutils/backuppc-devel/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -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 Modified: head/sysutils/backuppc/Makefile ============================================================================== --- head/sysutils/backuppc/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/sysutils/backuppc/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -3,7 +3,7 @@ PORTNAME= backuppc PORTVERSION= 3.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF DISTNAME= BackupPC-${PORTVERSION} Modified: head/sysutils/fusefs-smbnetfs/Makefile ============================================================================== --- head/sysutils/fusefs-smbnetfs/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/sysutils/fusefs-smbnetfs/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -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- Modified: head/sysutils/gnome-control-center/Makefile ============================================================================== --- head/sysutils/gnome-control-center/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/sysutils/gnome-control-center/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -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 Modified: head/www/elinks/Makefile ============================================================================== --- head/www/elinks/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/www/elinks/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -3,7 +3,7 @@ PORTNAME= elinks DISTVERSION= 0.11.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ Modified: head/www/smb_auth/Makefile ============================================================================== --- head/www/smb_auth/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/www/smb_auth/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -3,7 +3,7 @@ PORTNAME= smb_auth PORTVERSION= 0.05 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= LOCAL/dinoex Modified: head/www/squid-devel/Makefile ============================================================================== --- head/www/squid-devel/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/www/squid-devel/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -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/ \ Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/www/squid/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -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}/ \ Modified: head/x11-fm/doublecmd/Makefile ============================================================================== --- head/x11-fm/doublecmd/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/x11-fm/doublecmd/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -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 Modified: head/x11-fm/wcmcommander/Makefile ============================================================================== --- head/x11-fm/wcmcommander/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/x11-fm/wcmcommander/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -4,7 +4,7 @@ PORTNAME= wcmcommander PORTVERSION= 0.20.0 DISTVERSIONPREFIX= release- -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fm MAINTAINER= amdmi3@FreeBSD.org Modified: head/x11/kde4-runtime/Makefile ============================================================================== --- head/x11/kde4-runtime/Makefile Sat Mar 25 23:34:37 2017 (r436924) +++ head/x11/kde4-runtime/Makefile Sat Mar 25 23:37:05 2017 (r436925) @@ -2,7 +2,7 @@ PORTNAME= kde-runtime PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 kde kde-kde4 MAINTAINER= kde@FreeBSD.org