Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2013 16:17:07 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311722 - in head: . audio/ario audio/pianobar comms/libimobiledevice databases/freetds databases/freetds-devel editors/emacs editors/emacs-devel emulators/qemu emulators/qemu-devel emu...
Message-ID:  <201302051617.r15GH7rD043699@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Tue Feb  5 16:17:06 2013
New Revision: 311722
URL: http://svnweb.freebsd.org/changeset/ports/311722

Log:
  - Add UPDATING entry for gnutls update
  - Chase shlib version bump for dependant ports

Modified:
  head/UPDATING
  head/audio/ario/Makefile
  head/audio/pianobar/Makefile
  head/comms/libimobiledevice/Makefile
  head/databases/freetds-devel/Makefile
  head/databases/freetds/Makefile
  head/editors/emacs-devel/Makefile
  head/editors/emacs/Makefile
  head/emulators/qemu-devel/Makefile
  head/emulators/qemu/Makefile
  head/emulators/wine/Makefile
  head/ftp/curl/Makefile
  head/ftp/filezilla/Makefile
  head/ftp/lftp/Makefile
  head/ftp/wget/Makefile
  head/ftp/wput/Makefile
  head/ftp/wzdftpd/Makefile
  head/games/libggz/Makefile
  head/games/macopix/Makefile
  head/games/pokerth/Makefile
  head/irc/bitlbee/Makefile
  head/irc/ctrlproxy/Makefile
  head/irc/inspircd/Makefile
  head/irc/inspircd12/Makefile
  head/irc/minbif/Makefile
  head/irc/ngircd/Makefile
  head/irc/scrollz/Makefile
  head/irc/weechat-devel/Makefile
  head/irc/weechat/Makefile
  head/japanese/jd/Makefile
  head/lang/gnustep-base/Makefile
  head/mail/anubis/Makefile
  head/mail/claws-mail/Makefile
  head/mail/exim/Makefile
  head/mail/libetpan/Makefile
  head/mail/libvmime/Makefile
  head/mail/mailutils/Makefile
  head/mail/mpop/Makefile
  head/mail/nullmailer/Makefile
  head/mail/opendkim/Makefile
  head/mail/wmbiff/Makefile
  head/mail/xfce4-mailwatch-plugin/Makefile
  head/multimedia/ffmpeg-011/Makefile
  head/multimedia/ffmpeg-devel/Makefile
  head/multimedia/ffmpeg1/Makefile
  head/multimedia/vlc/Makefile
  head/net-im/climm/Makefile
  head/net-im/gloox/Makefile
  head/net-im/jabber.el/Makefile
  head/net-im/jabber/Makefile
  head/net-im/libpurple/Makefile
  head/net-im/loudmouth/Makefile
  head/net-p2p/gtk-gnutella/Makefile
  head/net-p2p/ncdc/Makefile
  head/net/csync2/Makefile
  head/net/glib-networking/Makefile
  head/net/gtk-vnc/Makefile
  head/net/libvncserver/Makefile
  head/net/morebalance/Makefile
  head/net/net6/Makefile
  head/net/remmina-plugin-vnc/Makefile
  head/net/samba4-devel/Makefile
  head/net/sixxs-aiccu/Makefile
  head/net/spserver/Makefile
  head/net/vino/Makefile
  head/print/cups-base/Makefile
  head/security/gsasl/Makefile
  head/security/libprelude/Makefile
  head/security/libpreludedb/Makefile
  head/security/openconnect/Makefile
  head/security/openvas-libnasl/Makefile
  head/security/openvas-libraries/Makefile
  head/security/openvas-plugins/Makefile
  head/security/prelude-lml/Makefile
  head/security/prelude-manager/Makefile
  head/security/py-gnutls/Makefile
  head/security/shishi/Makefile
  head/security/xmlsec1/Makefile
  head/sysutils/gkrellm2/Makefile
  head/sysutils/heartbeat/Makefile
  head/sysutils/rsyslog5-gnutls/Makefile
  head/sysutils/rsyslog6-devel-gnutls/Makefile
  head/sysutils/rsyslog6-gnutls/Makefile
  head/sysutils/rsyslog7/Makefile
  head/textproc/iksemel/Makefile
  head/www/gurlchecker/Makefile
  head/www/hydra/Makefile
  head/www/libmicrohttpd/Makefile
  head/www/mod_gnutls/Makefile
  head/www/retawq/Makefile
  head/www/tntnet/Makefile
  head/www/wwwoffle/Makefile
  head/www/xombrero/Makefile
  head/x11-toolkits/nucleo/Makefile

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/UPDATING	Tue Feb  5 16:17:06 2013	(r311722)
@@ -5,6 +5,21 @@ 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.
 
+20130205:
+  AFFECTS: users of security/gnutls and any port that depends on it
+  AUTHOR: novel@FreeBSD.org
+
+  gnutls has been updated to 2.12.23 and all shared libraries' versions have
+  been bumped. So you need to rebuild all applications that depend on
+  gnutls.
+
+  If you use portmaster:
+        portmaster -r gnutls
+  If you use portupgrade:
+        portupgrade -fr security/gnutls
+  If you use pkgng with binary packages:
+        pkg install -fR security/gnutls
+
 20130204:
   AFFECTS: users of sysutils/zfstools
   AUTHOR: bdrewery@FreeBSD.org

Modified: head/audio/ario/Makefile
==============================================================================
--- head/audio/ario/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/audio/ario/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ario
 PORTVERSION=	1.5.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	SF/ario-player/ario-player/${PORTVERSION}
 

Modified: head/audio/pianobar/Makefile
==============================================================================
--- head/audio/pianobar/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/audio/pianobar/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pianobar
 PORTVERSION=	2012.12.01
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://6xq.net/projects/${PORTNAME}/
 

Modified: head/comms/libimobiledevice/Makefile
==============================================================================
--- head/comms/libimobiledevice/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/comms/libimobiledevice/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -6,6 +6,7 @@
 
 PORTNAME=	libimobiledevice
 PORTVERSION=	1.0.7
+PORTREVISION=	1
 CATEGORIES=	comms
 MASTER_SITES=	http://www.${PORTNAME}.org/downloads/
 
@@ -15,7 +16,7 @@ COMMENT=	Library to communicate with App
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
 
-LIB_DEPENDS=	gnutls.47:${PORTSDIR}/security/gnutls \
+LIB_DEPENDS=	gnutls.26:${PORTSDIR}/security/gnutls \
 		tasn1.4:${PORTSDIR}/security/libtasn1 \
 		gcrypt.18:${PORTSDIR}/security/libgcrypt \
 		plist.1:${PORTSDIR}/devel/libplist \

Modified: head/databases/freetds-devel/Makefile
==============================================================================
--- head/databases/freetds-devel/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/databases/freetds-devel/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -3,7 +3,7 @@
 
 PORTNAME=	freetds
 PORTVERSION=	0.91
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	databases
 MASTER_SITES=	ftp://ftp.freetds.org/pub/freetds/stable/

Modified: head/databases/freetds/Makefile
==============================================================================
--- head/databases/freetds/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/databases/freetds/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -6,7 +6,7 @@
 
 PORTNAME=	freetds
 PORTVERSION=	0.64
-PORTREVISION=	8
+PORTREVISION=	9
 PORTEPOCH=	1
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_SUNSITE}

Modified: head/editors/emacs-devel/Makefile
==============================================================================
--- head/editors/emacs-devel/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/editors/emacs-devel/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,6 +7,7 @@
 
 PORTNAME=	emacs
 PORTVERSION=	${EMACS_VER}.${EMACS_REV}
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	editors ipv6
 MASTER_SITES=	http://distfiles.pirateparty.in/%SUBDIR%/ \

Modified: head/editors/emacs/Makefile
==============================================================================
--- head/editors/emacs/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/editors/emacs/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,6 +7,7 @@
 
 PORTNAME=	emacs
 PORTVERSION=	${EMACS_VER}
+PORTREVISION=	1
 PORTEPOCH=	3
 CATEGORIES=	editors ipv6
 MASTER_SITES=	${MASTER_SITE_GNU}
@@ -234,7 +235,7 @@ CONFIGURE_ARGS+=	--without-xml2
 .endif
 
 .if ${PORT_OPTIONS:MGNUTLS}
-LIB_DEPENDS+=		gnutls.47:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+=		gnutls.26:${PORTSDIR}/security/gnutls
 CONFIGURE_ARGS+=	--with-gnutls
 .else
 CONFIGURE_ARGS+=	--without-gnutls

Modified: head/emulators/qemu-devel/Makefile
==============================================================================
--- head/emulators/qemu-devel/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/emulators/qemu-devel/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	1.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 MASTER_SITES=	http://wiki.qemu.org/download/:release \
 		LOCAL/nox:snapshot

Modified: head/emulators/qemu/Makefile
==============================================================================
--- head/emulators/qemu/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/emulators/qemu/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	0.11.1
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_SAVANNAH} \
 		http://bellard.org/qemu/

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/emulators/wine/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -2,7 +2,7 @@
 
 PORTNAME=	wine
 DISTVERSION=	1.4.1
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/ftp/curl/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 
 PORTNAME=	curl
 PORTVERSION=	7.24.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	ftp ipv6 www
 MASTER_SITES=	http://curl.haxx.se/download/ \
 		LOCAL/sunpoet

Modified: head/ftp/filezilla/Makefile
==============================================================================
--- head/ftp/filezilla/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/ftp/filezilla/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,6 +7,7 @@
 
 PORTNAME=	filezilla
 PORTVERSION=	3.6.0.1
+PORTREVISION=	1
 CATEGORIES=	ftp
 MASTER_SITES=	SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
 DISTNAME=	FileZilla_${PORTVERSION}_src

Modified: head/ftp/lftp/Makefile
==============================================================================
--- head/ftp/lftp/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/ftp/lftp/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -3,6 +3,7 @@
 
 PORTNAME=	lftp
 PORTVERSION=	4.4.2
+PORTREVISION=	1
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	http://ftp.yars.free.net/pub/source/lftp/ \
 		http://ftp.yars.free.net/pub/source/lftp/old/ \

Modified: head/ftp/wget/Makefile
==============================================================================
--- head/ftp/wget/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/ftp/wget/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 
 PORTNAME=	wget
 DISTVERSION=	1.13.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	ftp www ipv6
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	wget

Modified: head/ftp/wput/Makefile
==============================================================================
--- head/ftp/wput/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/ftp/wput/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 
 PORTNAME=	wput
 PORTVERSION=	0.6.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	ftp
 MASTER_SITES=	SF
 EXTRACT_SUFX=	.tgz
@@ -32,7 +32,7 @@ MAN1=		wdel.1 wput.1
 .include <bsd.port.pre.mk>
 
 .if !defined(WITHOUT_TLS)
-LIB_DEPENDS+=	gnutls.47:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+=	gnutls.26:${PORTSDIR}/security/gnutls
 CONFIGURE_ARGS+=	--with-ssl
 .else
 CONFIGURE_ARGS+=	--without-ssl

Modified: head/ftp/wzdftpd/Makefile
==============================================================================
--- head/ftp/wzdftpd/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/ftp/wzdftpd/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 
 PORTNAME=	wzdftpd
 PORTVERSION=	0.8.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-sources/${PORTNAME}-0.8
 
@@ -65,7 +65,7 @@ CONFIGURE_ARGS+=	--disable-openssl
 .endif
 
 .if ${PORT_OPTIONS:MGNUTLS}
-LIB_DEPENDS+=	gnutls.47:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+=	gnutls.26:${PORTSDIR}/security/gnutls
 .else
 CONFIGURE_ARGS+=	--disable-gnutls
 .endif

Modified: head/games/libggz/Makefile
==============================================================================
--- head/games/libggz/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/games/libggz/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -8,7 +8,7 @@
 
 PORTNAME=	libggz
 PORTVERSION=	${GGZ_VERSION}
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	games
 
 MAINTAINER=	kde@FreeBSD.org
@@ -28,7 +28,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include ${PTHR
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 
 .if defined(WITH_GNUTLS)
-LIB_DEPENDS+=	gnutls.47:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+=	gnutls.26:${PORTSDIR}/security/gnutls
 CONFIGURE_ARGS+=	--with-tls=GnuTLS
 .else
 USE_OPENSSL=	yes

Modified: head/games/macopix/Makefile
==============================================================================
--- head/games/macopix/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/games/macopix/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 
 PORTNAME=	macopix
 PORTVERSION=	1.7.4
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	games
 MASTER_SITES=	http://rosegray.sakura.ne.jp/macopix/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${RESTRICTED_FILES}
@@ -44,7 +44,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 .if defined(WITH_GNUTLS)
-LIB_DEPENDS+=	gnutls.47:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+=	gnutls.26:${PORTSDIR}/security/gnutls
 CONFIGURE_ARGS+=	--with-gnutls
 .else
 USE_OPENSSL=	yes

Modified: head/games/pokerth/Makefile
==============================================================================
--- head/games/pokerth/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/games/pokerth/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pokerth
 PORTVERSION=	1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
 DISTNAME=	PokerTH-${PORTVERSION}-src

Modified: head/irc/bitlbee/Makefile
==============================================================================
--- head/irc/bitlbee/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/irc/bitlbee/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -2,6 +2,7 @@
 
 PORTNAME=	bitlbee
 PORTVERSION=	3.2
+PORTREVISION=	1
 CATEGORIES=	irc
 MASTER_SITES=	http://get.bitlbee.org/src/ \
 		${MASTER_SITE_LOCAL}

Modified: head/irc/ctrlproxy/Makefile
==============================================================================
--- head/irc/ctrlproxy/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/irc/ctrlproxy/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -8,7 +8,7 @@
 
 PORTNAME=	ctrlproxy
 PORTVERSION=	3.0.8
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	irc
 MASTER_SITES=	http://launchpadlibrarian.net/50016234/ \
 		LOCAL/ashish/
@@ -16,7 +16,7 @@ MASTER_SITES=	http://launchpadlibrarian.
 MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	Flexible IRC proxy
 
-LIB_DEPENDS=	gnutls.47:${PORTSDIR}/security/gnutls
+LIB_DEPENDS=	gnutls.26:${PORTSDIR}/security/gnutls
 
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes

Modified: head/irc/inspircd/Makefile
==============================================================================
--- head/irc/inspircd/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/irc/inspircd/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 
 PORTNAME=	inspircd
 PORTVERSION=	2.0.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	irc
 MASTER_SITES=	http://cloud.github.com/downloads/inspircd/inspircd/
 DISTNAME=	InspIRCd-${PORTVERSION}
@@ -103,7 +103,7 @@ PLIST_SUB+=	SQLITE="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MGNUTLS}
-LIB_DEPENDS+=	gnutls.47:${PORTSDIR}/security/gnutls \
+LIB_DEPENDS+=	gnutls.26:${PORTSDIR}/security/gnutls \
 		gcrypt.18:${PORTSDIR}/security/libgcrypt
 CONFIGURE_ARGS+=	--enable-gnutls
 EXTRAS:=${EXTRAS},m_ssl_gnutls.cpp

Modified: head/irc/inspircd12/Makefile
==============================================================================
--- head/irc/inspircd12/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/irc/inspircd12/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 
 PORTNAME=	inspircd
 PORTVERSION=	1.2.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	irc
 MASTER_SITES=	http://cloud.github.com/downloads/inspircd/inspircd/
 DISTNAME=	InspIRCd-v${PORTVERSION}
@@ -142,7 +142,7 @@ PLIST_SUB+=	SQLMODULES="@comment "
 .endif
 
 .if defined(WITH_GNUTLS) && !defined(WITHOUT_GNUTLS)
-LIB_DEPENDS+=	gnutls.40:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+=	gnutls.26:${PORTSDIR}/security/gnutls
 CONFIGURE_ARGS+=	--enable-gnutls
 SYMLINK_FILES+=	m_ssl_gnutls.cpp
 PLIST_SUB+=	GNUTLS=""

Modified: head/irc/minbif/Makefile
==============================================================================
--- head/irc/minbif/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/irc/minbif/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -3,6 +3,7 @@
 
 PORTNAME=	minbif
 PORTVERSION=	1.0.5
+PORTREVISION=	1
 CATEGORIES=	irc net-im
 MASTER_SITES=	https://symlink.me/attachments/download/148/
 

Modified: head/irc/ngircd/Makefile
==============================================================================
--- head/irc/ngircd/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/irc/ngircd/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ngircd
 PORTVERSION=	0.19.2
+PORTREVISION=	1
 CATEGORIES=	irc ipv6
 MASTER_SITES=	ftp://ftp.berlios.de/pub/%SUBDIR%/ \
 		http://arthur.barton.de/pub/%SUBDIR%/

Modified: head/irc/scrollz/Makefile
==============================================================================
--- head/irc/scrollz/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/irc/scrollz/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 
 PORTNAME=	scrollz
 PORTVERSION=	2.2.2
-PORTREVISION=
+PORTREVISION=	1
 CATEGORIES=	irc ipv6
 MASTER_SITES=	http://www.netraam.net/scrollz/download/ \
 		http://www.scrollz.com/download/

Modified: head/irc/weechat-devel/Makefile
==============================================================================
--- head/irc/weechat-devel/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/irc/weechat-devel/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -2,6 +2,7 @@
 
 PORTNAME=	weechat
 PORTVERSION=	20130120
+PORTREVISION=	1
 CATEGORIES=	irc
 MASTER_SITES=	http://perturb.me.uk/distfiles/ \
 		${MASTER_SITE_LOCAL}

Modified: head/irc/weechat/Makefile
==============================================================================
--- head/irc/weechat/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/irc/weechat/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -3,6 +3,7 @@
 
 PORTNAME=	weechat
 PORTVERSION=	0.4.0
+PORTREVISION=	1
 CATEGORIES=	irc
 MASTER_SITES=	http://weechat.org/files/src/
 

Modified: head/japanese/jd/Makefile
==============================================================================
--- head/japanese/jd/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/japanese/jd/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,6 +7,7 @@
 
 PORTNAME=		jd
 PORTVERSION=		2.8.5
+PORTREVISION=		1
 CATEGORIES=		japanese www
 MASTER_SITES=		SFJP
 MASTER_SITE_SUBDIR=	jd4linux/56721

Modified: head/lang/gnustep-base/Makefile
==============================================================================
--- head/lang/gnustep-base/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/lang/gnustep-base/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,6 +7,7 @@
 
 PORTNAME=	gnustep-base
 PORTVERSION=	1.24.0
+PORTREVISION=	1
 CATEGORIES=	lang devel gnustep
 MASTER_SITES=	${MASTER_SITE_GNUSTEP}
 MASTER_SITE_SUBDIR=	core

Modified: head/mail/anubis/Makefile
==============================================================================
--- head/mail/anubis/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/mail/anubis/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 
 PORTNAME=	anubis
 PORTVERSION=	4.1.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}

Modified: head/mail/claws-mail/Makefile
==============================================================================
--- head/mail/claws-mail/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/mail/claws-mail/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -3,6 +3,7 @@
 
 PORTNAME=	claws-mail
 PORTVERSION=	3.9.0
+PORTREVISION=	1
 CATEGORIES=	mail news ipv6
 MASTER_SITES=	SF/sylpheed-claws/Claws%20Mail/${PORTVERSION}
 

Modified: head/mail/exim/Makefile
==============================================================================
--- head/mail/exim/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/mail/exim/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 
 PORTNAME=	exim
 PORTVERSION?=	${EXIM_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail ipv6
 MASTER_SITES=	${MASTER_SITE_EXIM:S/$/:exim/}
 MASTER_SITE_SUBDIR=	exim4/:exim

Modified: head/mail/libetpan/Makefile
==============================================================================
--- head/mail/libetpan/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/mail/libetpan/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -8,7 +8,7 @@
 
 PORTNAME=	libetpan
 PORTVERSION=	1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail ipv6
 MASTER_SITES=	SF
 
@@ -40,7 +40,7 @@ OPTIONS_DEFAULT=	IPV6 OPENSSL
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGNUTLS}
-LIB_DEPENDS+=	gnutls.47:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+=	gnutls.26:${PORTSDIR}/security/gnutls
 CONFIGURE_ARGS+=	--without-openssl --with-gnutls
 .endif
 

Modified: head/mail/libvmime/Makefile
==============================================================================
--- head/mail/libvmime/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/mail/libvmime/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 
 PORTNAME=	libvmime
 PORTVERSION=	0.9.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	mail
 MASTER_SITES=	SF/vmime/vmime/0.9
 

Modified: head/mail/mailutils/Makefile
==============================================================================
--- head/mail/mailutils/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/mail/mailutils/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mailutils
 PORTVERSION=	2.2
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	GNU
 

Modified: head/mail/mpop/Makefile
==============================================================================
--- head/mail/mpop/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/mail/mpop/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,6 +7,7 @@
 
 PORTNAME=	mpop
 PORTVERSION=	1.0.27
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	SF
 
@@ -31,7 +32,7 @@ INFO=	mpop
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGNUTLS}
-LIB_DEPENDS+=		gnutls.47:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+=		gnutls.26:${PORTSDIR}/security/gnutls
 CONFIGURE_ARGS+=	--with-ssl=gnutls
 .else
 USE_OPENSSL=		yes

Modified: head/mail/nullmailer/Makefile
==============================================================================
--- head/mail/nullmailer/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/mail/nullmailer/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -3,6 +3,7 @@
 
 PORTNAME=	nullmailer
 PORTVERSION=	1.11
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://untroubled.org/nullmailer/ \

Modified: head/mail/opendkim/Makefile
==============================================================================
--- head/mail/opendkim/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/mail/opendkim/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -3,6 +3,7 @@
 
 PORTNAME=		opendkim
 PORTVERSION=		2.7.4
+PORTREVISION=		1
 CATEGORIES=		mail security
 MASTER_SITES=		SF
 MASTER_SITE_SUBDIR=	${PORTNAME} \

Modified: head/mail/wmbiff/Makefile
==============================================================================
--- head/mail/wmbiff/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/mail/wmbiff/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wmbiff
 PORTVERSION=	0.4.27
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	mail windowmaker afterstep
 MASTER_SITES=	SF
 

Modified: head/mail/xfce4-mailwatch-plugin/Makefile
==============================================================================
--- head/mail/xfce4-mailwatch-plugin/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/mail/xfce4-mailwatch-plugin/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 
 PORTNAME=	xfce4-mailwatch-plugin
 PORTVERSION=	1.1.0
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	mail xfce
 MASTER_SITES=	http://spuriousinterrupt.org/files/mailwatch/ \
 		http://freebsd.unixfreunde.de/sources/
@@ -16,7 +16,7 @@ DIST_SUBDIR=	xfce4
 MAINTAINER=	xfce@FreeBSD.org
 COMMENT=	A mailwatch plugin for Xfce
 
-LIB_DEPENDS=	gnutls.47:${PORTSDIR}/security/gnutls \
+LIB_DEPENDS=	gnutls.26:${PORTSDIR}/security/gnutls \
 		gcrypt.18:${PORTSDIR}/security/libgcrypt
 
 USE_BZIP2=	yes

Modified: head/multimedia/ffmpeg-011/Makefile
==============================================================================
--- head/multimedia/ffmpeg-011/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/multimedia/ffmpeg-011/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -6,7 +6,7 @@
 
 PORTNAME=	ffmpeg
 PORTVERSION=	0.11.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia audio ipv6 net
 MASTER_SITES=	http://ffmpeg.org/releases/
 PKGNAMESUFFIX=	-011

Modified: head/multimedia/ffmpeg-devel/Makefile
==============================================================================
--- head/multimedia/ffmpeg-devel/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/multimedia/ffmpeg-devel/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 
 PORTNAME=	ffmpeg
 DISTVERSION=	2012-10-13
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia audio ipv6 net
 MASTER_SITES=	http://git.videolan.org/
 PKGNAMESUFFIX=	-devel

Modified: head/multimedia/ffmpeg1/Makefile
==============================================================================
--- head/multimedia/ffmpeg1/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/multimedia/ffmpeg1/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,6 +7,7 @@
 
 PORTNAME=	ffmpeg
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	multimedia audio ipv6 net
 MASTER_SITES=	http://ffmpeg.org/releases/
 PKGNAMESUFFIX=	1

Modified: head/multimedia/vlc/Makefile
==============================================================================
--- head/multimedia/vlc/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/multimedia/vlc/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -3,6 +3,7 @@
 
 PORTNAME=	vlc
 DISTVERSION=	2.0.5
+PORTREVISION=	1
 PORTEPOCH=	3
 CATEGORIES=	multimedia audio ipv6 net www
 MASTER_SITES=	http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/p/-pre/}/ \

Modified: head/net-im/climm/Makefile
==============================================================================
--- head/net-im/climm/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/net-im/climm/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 
 PORTNAME=	climm
 PORTVERSION=	0.7.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net-im
 MASTER_SITES=	http://www.climm.org/source/ \
 		http://http.bg.climm.org/source/

Modified: head/net-im/gloox/Makefile
==============================================================================
--- head/net-im/gloox/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/net-im/gloox/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 
 PORTNAME=	gloox
 PORTVERSION=	1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-im
 MASTER_SITES=	http://camaya.net/download/
 
@@ -15,7 +15,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Jabber/XMPP client library
 
 LIB_DEPENDS=	idn.17:${PORTSDIR}/dns/libidn \
-		gnutls.47:${PORTSDIR}/security/gnutls
+		gnutls.26:${PORTSDIR}/security/gnutls
 
 USE_AUTOTOOLS=	libtool
 USE_BZIP2=	yes

Modified: head/net-im/jabber.el/Makefile
==============================================================================
--- head/net-im/jabber.el/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/net-im/jabber.el/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -6,7 +6,7 @@
 
 PORTNAME=	jabber.el
 PORTVERSION=	0.8.0
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	net-im elisp
 MASTER_SITES=	SF/emacs-jabber/emacs-jabber/${PORTVERSION}
 DISTNAME=		emacs-jabber-${PORTVERSION}

Modified: head/net-im/jabber/Makefile
==============================================================================
--- head/net-im/jabber/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/net-im/jabber/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 
 PORTNAME=	jabber
 PORTVERSION=	1.6.1.1
-PORTREVISION=	10
+PORTREVISION=	11
 PORTEPOCH=	1
 CATEGORIES=	net-im ipv6
 MASTER_SITES=	http://download.jabberd.org/jabberd14/ \

Modified: head/net-im/libpurple/Makefile
==============================================================================
--- head/net-im/libpurple/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/net-im/libpurple/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -8,7 +8,7 @@
 
 PORTNAME?=	libpurple
 PORTVERSION=	2.10.6
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	net-im
 MASTER_SITES=	SF/pidgin/Pidgin/${PORTVERSION}
 DISTNAME=	pidgin-${PORTVERSION}

Modified: head/net-im/loudmouth/Makefile
==============================================================================
--- head/net-im/loudmouth/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/net-im/loudmouth/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 
 PORTNAME=	loudmouth
 PORTVERSION=	1.4.3
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	net-im gnome
 MASTER_SITES=	GNOME
 
@@ -32,7 +32,7 @@ OPTIONS=	GNUTLS "Enable SSL (via GnuTLS)
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_GNUTLS)
-LIB_DEPENDS+=	gnutls.47:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+=	gnutls.26:${PORTSDIR}/security/gnutls
 RUN_DEPENDS+=	${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
 .endif
 

Modified: head/net-p2p/gtk-gnutella/Makefile
==============================================================================
--- head/net-p2p/gtk-gnutella/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/net-p2p/gtk-gnutella/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -37,6 +37,7 @@
 
 PORTNAME=	gtk-gnutella
 PORTVERSION=	0.98.4
+PORTREVISION=	1
 CATEGORIES=	net-p2p ipv6
 MASTER_SITES=	SF
 

Modified: head/net-p2p/ncdc/Makefile
==============================================================================
--- head/net-p2p/ncdc/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/net-p2p/ncdc/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ncdc
 PORTVERSION=	1.14
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-p2p
 MASTER_SITES=	SF \
 		http://dev.yorhel.nl/download/

Modified: head/net/csync2/Makefile
==============================================================================
--- head/net/csync2/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/net/csync2/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 
 PORTNAME=	csync2
 PORTVERSION=	1.34
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	net
 MASTER_SITES=	http://oss.linbit.com/csync2/ \
 		http://people.freebsd.org/~aaron/distfiles/
@@ -17,7 +17,7 @@ COMMENT=	A cluster synchronization tool
 
 LIB_DEPENDS=	rsync.1:${PORTSDIR}/net/librsync \
 		tasn1.4:${PORTSDIR}/security/libtasn1 \
-		gnutls.47:${PORTSDIR}/security/gnutls \
+		gnutls.26:${PORTSDIR}/security/gnutls \
 		sqlite.2:${PORTSDIR}/databases/sqlite2 \
 		gcrypt.18:${PORTSDIR}/security/libgcrypt \
 		gpg-error.0:${PORTSDIR}/security/libgpg-error

Modified: head/net/glib-networking/Makefile
==============================================================================
--- head/net/glib-networking/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/net/glib-networking/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -8,7 +8,7 @@
 
 PORTNAME=	glib-networking
 PORTVERSION=	2.28.7
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -18,7 +18,7 @@ COMMENT=	Network-related giomodules for 
 
 BUILD_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
 		gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
-LIB_DEPENDS=	gnutls.47:${PORTSDIR}/security/gnutls \
+LIB_DEPENDS=	gnutls.26:${PORTSDIR}/security/gnutls \
 		gcrypt.18:${PORTSDIR}/security/libgcrypt \
 		dbus-1.3:${PORTSDIR}/devel/dbus \
 		proxy.1:${PORTSDIR}/net/libproxy

Modified: head/net/gtk-vnc/Makefile
==============================================================================
--- head/net/gtk-vnc/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/net/gtk-vnc/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 
 PORTNAME=	gtk-vnc
 PORTVERSION=	0.3.10
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	net gnome
 MASTER_SITES=	GNOME
 

Modified: head/net/libvncserver/Makefile
==============================================================================
--- head/net/libvncserver/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/net/libvncserver/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libvncserver
 PORTVERSION=	0.9.9
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net devel
 MASTER_SITES=	SF
 DISTNAME=	LibVNCServer-${PORTVERSION}

Modified: head/net/morebalance/Makefile
==============================================================================
--- head/net/morebalance/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/net/morebalance/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 
 PORTNAME=	morebalance
 PORTVERSION=	0.4
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	net
 MASTER_SITES=	http://morebalance.coolprojects.org/
 
@@ -15,7 +15,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A modular open source user-space load balancing system
 
 LIB_DEPENDS+=	pcre.3:${PORTSDIR}/devel/pcre \
-		gnutls.47:${PORTSDIR}/security/gnutls \
+		gnutls.26:${PORTSDIR}/security/gnutls \
 		ggz.5:${PORTSDIR}/games/libggz
 
 CFLAGS+=	${PTHREAD_CFLAGS} -I${LOCALBASE}/include

Modified: head/net/net6/Makefile
==============================================================================
--- head/net/net6/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/net/net6/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,6 +7,7 @@
 
 PORTNAME=	net6
 PORTVERSION=	1.3.14
+PORTREVISION=	1
 CATEGORIES=	net devel
 MASTER_SITES=	http://releases.0x539.de/net6/
 
@@ -16,7 +17,7 @@ COMMENT=	Network access framework for IP
 LICENSE=	GPLv2
 
 LIB_DEPENDS=	sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \
-		gnutls.47:${PORTSDIR}/security/gnutls
+		gnutls.26:${PORTSDIR}/security/gnutls
 
 USE_GNOME=	gnomehack
 USE_AUTOTOOLS=	libtool

Modified: head/net/remmina-plugin-vnc/Makefile
==============================================================================
--- head/net/remmina-plugin-vnc/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/net/remmina-plugin-vnc/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -5,6 +5,7 @@
 # $FreeBSD$
 #
 
+PORTREVISION=	2
 PKGNAMESUFFIX=	-vnc
 
 COMMENT=	Remmina plugin for VNC protocol

Modified: head/net/samba4-devel/Makefile
==============================================================================
--- head/net/samba4-devel/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/net/samba4-devel/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -3,7 +3,7 @@
 
 PORTNAME?=		${SAMBA4_PORTNAME}
 PORTVERSION?=		${SAMBA4_VERSION}
-PORTREVISION?=		4
+PORTREVISION?=		5
 CATEGORIES?=		net
 MASTER_SITES=		${MASTER_SITE_SAMBA}
 MASTER_SITE_SUBDIR=	samba/samba4
@@ -138,7 +138,7 @@ CONFIGURE_ARGS+=	--without-pthreads
 .endif
 
 .if defined(WITH_GNUTLS)
-LIB_DEPENDS+=		gnutls.47:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+=		gnutls.26:${PORTSDIR}/security/gnutls
 CONFIGURE_ARGS+=	--enable-gnutls
 .else
 CONFIGURE_ARGS+=	--disable-gnutls

Modified: head/net/sixxs-aiccu/Makefile
==============================================================================
--- head/net/sixxs-aiccu/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/net/sixxs-aiccu/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -3,7 +3,7 @@
 
 PORTNAME=	aiccu
 PORTVERSION=	20070115
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.sixxs.net/archive/sixxs/aiccu/unix/
 PKGNAMEPREFIX=	sixxs-

Modified: head/net/spserver/Makefile
==============================================================================
--- head/net/spserver/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/net/spserver/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 
 PORTNAME=	spserver
 PORTVERSION=	0.9.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 DISTNAME=	${PORTNAME}-${PORTVERSION}.src
@@ -37,7 +37,7 @@ PLIST_SUB+=	WITH_MATRIXSSL="@comment "
 .endif
 
 .if defined(WITH_GNUTLS)
-LIB_DEPENDS+=	gnutls.47:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+=	gnutls.26:${PORTSDIR}/security/gnutls
 ALL_TARGET+=	build_gnutls
 PLIST_SUB+=	WITH_GNUTLS=""
 .else

Modified: head/net/vino/Makefile
==============================================================================
--- head/net/vino/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/net/vino/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -8,7 +8,7 @@
 
 PORTNAME=	vino
 PORTVERSION=	2.32.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2

Modified: head/print/cups-base/Makefile
==============================================================================
--- head/print/cups-base/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/print/cups-base/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -54,17 +54,17 @@ CUPSSYSGRP=	wheel
 
 # UNIQUENAME must be set before bsd.port.pre.mk so OPTIONSFILE can be included
 .if defined(CUPS_CLIENT)
-PORTREVISION=	0
+PORTREVISION=	1
 LICENSE=	LGPL21
 CUPS_SUFFIX=	-client
 OPTIONS_DEFINE=	GNUTLS
 .elif defined(CUPS_IMAGE)
-PORTREVISION=	0
+PORTREVISION=	1
 CUPS_SUFFIX=	-image
 LICENSE=	LGPL21
 OPTIONS_DEFINE=	GNUTLS
 .else
-PORTREVISION=	0
+PORTREVISION=	1
 CUPS_SUFFIX=	-base
 CONFLICTS+=	cupsddk-*
 OPTIONS_DEFINE=	GNUTLS LIBPAPER PHP PYTHON PAM LDAP DBUS LIBUSB XDG_OPEN GHOSTSCRIPT XPDF AVAHI MDNSRESPONDER

Modified: head/security/gsasl/Makefile
==============================================================================
--- head/security/gsasl/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/security/gsasl/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -8,6 +8,7 @@
 
 PORTNAME=	gsasl
 PORTVERSION=	1.8.0
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -17,7 +18,7 @@ COMMENT=	GNU SASL Library
 
 LIB_DEPENDS=	idn.17:${PORTSDIR}/dns/libidn \
 		gcrypt.18:${PORTSDIR}/security/libgcrypt \
-		gnutls.47:${PORTSDIR}/security/gnutls \
+		gnutls.26:${PORTSDIR}/security/gnutls \
 		ntlm.0:${PORTSDIR}/security/libntlm
 
 USE_GNOME=	gnomehack pkgconfig

Modified: head/security/libprelude/Makefile
==============================================================================
--- head/security/libprelude/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/security/libprelude/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libprelude
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	https://www.prelude-ids.org/attachments/download/241/
 

Modified: head/security/libpreludedb/Makefile
==============================================================================
--- head/security/libpreludedb/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/security/libpreludedb/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libpreludedb
 PORTVERSION=	1.0.1p1
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	https://www.prelude-ids.org/attachments/download/287/
 

Modified: head/security/openconnect/Makefile
==============================================================================
--- head/security/openconnect/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/security/openconnect/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,6 +7,7 @@
 
 PORTNAME=	openconnect
 PORTVERSION=	4.07
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	ftp://ftp.infradead.org/pub/openconnect/ \
 		http://mirrors.rit.edu/zi/

Modified: head/security/openvas-libnasl/Makefile
==============================================================================
--- head/security/openvas-libnasl/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/security/openvas-libnasl/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 
 PORTNAME=	openvas-libnasl
 PORTVERSION=	2.0.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	security
 MASTER_SITES=	http://wald.intevation.org/frs/download.php/561/
 
@@ -15,7 +15,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	NASL libraries for OpenVAS
 
 LIB_DEPENDS=	gcrypt.18:${PORTSDIR}/security/libgcrypt \
-		gnutls.47:${PORTSDIR}/security/gnutls \
+		gnutls.26:${PORTSDIR}/security/gnutls \
 		gpg-error.0:${PORTSDIR}/security/libgpg-error \
 		gpgme.19:${PORTSDIR}/security/gpgme \
 		openvas.2:${PORTSDIR}/security/openvas-libraries \

Modified: head/security/openvas-libraries/Makefile
==============================================================================
--- head/security/openvas-libraries/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/security/openvas-libraries/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,14 +7,14 @@
 
 PORTNAME=	openvas-libraries
 PORTVERSION=	2.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	http://wald.intevation.org/frs/download.php/600/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Libraries for OpenVAS
 
-LIB_DEPENDS=	gnutls.47:${PORTSDIR}/security/gnutls \
+LIB_DEPENDS=	gnutls.26:${PORTSDIR}/security/gnutls \
 		gcrypt.18:${PORTSDIR}/security/libgcrypt
 
 GNU_CONFIGURE=	yes

Modified: head/security/openvas-plugins/Makefile
==============================================================================
--- head/security/openvas-plugins/Makefile	Tue Feb  5 16:14:59 2013	(r311721)
+++ head/security/openvas-plugins/Makefile	Tue Feb  5 16:17:06 2013	(r311722)
@@ -7,7 +7,7 @@
 

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



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