diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-06-05 18:43:16 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-06-05 18:43:16 +0000 |
commit | 207386f96a454f28a3f0a367069d0d4715b9e6e2 (patch) | |
tree | a498091a932a1bb378d3a0a8f8dcc91f46a54771 | |
parent | c96ae66b570729bd8c116293984c253bfe446655 (diff) | |
download | ports-207386f96a454f28a3f0a367069d0d4715b9e6e2.tar.gz ports-207386f96a454f28a3f0a367069d0d4715b9e6e2.zip |
Notes
96 files changed, 178 insertions, 126 deletions
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20110605: + AFFECTS: users of security/gnutls and any port that depends on it + AUTHOR: novel@FreeBSD.org + + gnutls has been updated to 2.12.6.1 and all shared libraries' versions have + been bumped. So you need to rebuild all applications that depend on + gnutls. Do something like: + + portupgrade -rf gnutls + portmaster -r gnutls + +20110605: AFFECTS: users of sysutils/zfsnap AUTHOR: Aldis Berjoza <aldis@bsdroot.lv> diff --git a/audio/ario/Makefile b/audio/ario/Makefile index 00279cc8b51c..f1babf82dd37 100644 --- a/audio/ario/Makefile +++ b/audio/ario/Makefile @@ -7,7 +7,7 @@ PORTNAME= ario PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/ario-player/ario-player/${PORTVERSION} diff --git a/comms/libimobiledevice/Makefile b/comms/libimobiledevice/Makefile index 6f6cd55f6c8d..d006c3946976 100644 --- a/comms/libimobiledevice/Makefile +++ b/comms/libimobiledevice/Makefile @@ -6,6 +6,7 @@ PORTNAME= libimobiledevice PORTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.${PORTNAME}.org/downloads/ @@ -15,7 +16,7 @@ COMMENT= A library to communicate with Apple iPhone/iPod Touch devices LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls \ +LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \ tasn1.4:${PORTSDIR}/security/libtasn1 \ gcrypt.17:${PORTSDIR}/security/libgcrypt \ plist.1:${PORTSDIR}/devel/libplist \ diff --git a/databases/freetds-devel/Makefile b/databases/freetds-devel/Makefile index 8fbea27e5644..5fa709b65ef4 100644 --- a/databases/freetds-devel/Makefile +++ b/databases/freetds-devel/Makefile @@ -6,7 +6,7 @@ PORTNAME= freetds PORTVERSION= 0.82.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SUNSITE} diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile index 4d6db7fffcb8..6c1aa411ae93 100644 --- a/databases/freetds/Makefile +++ b/databases/freetds/Makefile @@ -6,7 +6,7 @@ PORTNAME= freetds PORTVERSION= 0.64 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SUNSITE} diff --git a/deskutils/fusenshi/Makefile b/deskutils/fusenshi/Makefile index 99b21719ea7a..f54eb9f39cf9 100644 --- a/deskutils/fusenshi/Makefile +++ b/deskutils/fusenshi/Makefile @@ -7,7 +7,7 @@ PORTNAME= fusenshi PORTVERSION= 0.9.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= deskutils MASTER_SITES= http://www.ongs.co.jp/projects/fusenshi/ EXTRACT_SUFX= .tgz diff --git a/devel/gwenhywfar/Makefile b/devel/gwenhywfar/Makefile index b30cc7c5c182..4ce93ca03f39 100644 --- a/devel/gwenhywfar/Makefile +++ b/devel/gwenhywfar/Makefile @@ -7,6 +7,7 @@ PORTNAME= gwenhywfar PORTVERSION= 4.0.9 +PORTREVISION= 1 CATEGORIES= devel net security MASTER_SITES= http://www2.aquamaniac.de/sites/download/ DISTFILES= download.php\?package=01\&release=60\&file=01\&dummy=${DISTNAME}${EXTRACT_SUFX} @@ -14,7 +15,7 @@ DISTFILES= download.php\?package=01\&release=60\&file=01\&dummy=${DISTNAME}${EXT MAINTAINER= bsdkaffee@gmail.com COMMENT= Multi-platform helper library for networking and security applications -LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls USE_GMAKE= yes USE_GETTEXT= yes diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 8de9843b9dbc..902bb0425abb 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -8,7 +8,7 @@ PORTNAME= libsoup PORTVERSION= 2.32.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -46,7 +46,7 @@ CONFIGURE_ARGS+=--without-gnome .endif .if !defined(WITHOUT_SSL) -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+=--disable-ssl .endif diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile index f298b7c5de58..e2dde7b61e6c 100644 --- a/devel/libsoup22/Makefile +++ b/devel/libsoup22/Makefile @@ -8,7 +8,7 @@ PORTNAME= libsoup PORTVERSION= 2.2.105 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -33,7 +33,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PLIST_SUB= VERSION="2.2" .if !defined(WITHOUT_SSL) -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+=--disable-ssl .endif diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 249be10e4381..5252f8b350e9 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -7,7 +7,7 @@ PORTNAME= libvirt PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ @@ -34,7 +34,7 @@ PLIST_SUB= PORTVERSION="-${PORTVERSION}" LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ gcrypt.17:${PORTSDIR}/security/libgcrypt \ xml2.5:${PORTSDIR}/textproc/libxml2 \ - gnutls.40:${PORTSDIR}/security/gnutls + gnutls.47:${PORTSDIR}/security/gnutls .if !defined(WITHOUT_NLS) USE_GETTEXT= yes diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 69fe3b877d25..960c737b8735 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER}.${EMACS_REV} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= editors ipv6 MASTER_SITES= http://wahjava.users.sourceforge.net/%SUBDIR%/ \ @@ -233,7 +234,7 @@ USE_GNOME+= libxml2 .if defined(WITHOUT_GNUTLS) CONFIGURE_ARGS+= --without-gnutls .else -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls .endif .include <bsd.port.pre.mk> diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 07387ae8ae9d..c2dfa2c380ce 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= qemu PORTVERSION= 0.14.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SAVANNAH:release \ LOCAL:snapshot diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index ae199026a881..c682e51a0af0 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -7,7 +7,7 @@ PORTNAME= qemu PORTVERSION= 0.11.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ http://bellard.org/qemu/ diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 5dfe298642f5..c65eb5ddd974 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= wine DISTVERSION= 1.3.21 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -77,7 +78,7 @@ LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base .ifdef WITH_GNUTLS CONFIGURE_ARGS+= --with-gnutls -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --without-gnutls .endif diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 5dfe298642f5..c65eb5ddd974 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -8,6 +8,7 @@ PORTNAME= wine DISTVERSION= 1.3.21 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -77,7 +78,7 @@ LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base .ifdef WITH_GNUTLS CONFIGURE_ARGS+= --with-gnutls -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --without-gnutls .endif diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 338f5d310d13..842c414eed45 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -7,7 +7,7 @@ PORTNAME= curl PORTVERSION= 7.21.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp ipv6 www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ \ diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index 4be1a406ca12..7a5e0b15b286 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -7,6 +7,7 @@ PORTNAME= filezilla PORTVERSION= 3.4.0 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src @@ -17,7 +18,7 @@ COMMENT= Fast and reliable cross-platform FTP, FTPS and SFTP client RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt \ - gnutls.40:${PORTSDIR}/security/gnutls \ + gnutls.47:${PORTSDIR}/security/gnutls \ idn.17:${PORTSDIR}/dns/libidn \ tinyxml.3:${PORTSDIR}/textproc/tinyxml diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index de3925b5307d..6549ad8483f0 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -7,6 +7,7 @@ PORTNAME= lftp PORTVERSION= 4.2.3 +PORTREVISION= 1 CATEGORIES= ftp ipv6 MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \ http://ftp.yars.free.net/pub/source/lftp/old/ \ diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index d9f8f71314a9..63326f7cc0b3 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -7,7 +7,7 @@ PORTNAME= wget DISTVERSION= 1.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ftp www ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= wget diff --git a/ftp/wput/Makefile b/ftp/wput/Makefile index 56e0ac609ab1..9e7675c981e0 100644 --- a/ftp/wput/Makefile +++ b/ftp/wput/Makefile @@ -7,7 +7,7 @@ PORTNAME= wput PORTVERSION= 0.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -33,7 +33,7 @@ MAN1= wdel.1 wput.1 .include <bsd.port.pre.mk> .if !defined(WITHOUT_TLS) -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-ssl .else CONFIGURE_ARGS+= --without-ssl diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index 5c7d6ea9173c..7081df973aed 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= wzdftpd PORTVERSION= 0.8.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= ftp ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-sources/${PORTNAME}-0.8 @@ -66,7 +66,7 @@ CONFIGURE_ARGS+= --disable-openssl .endif .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --disable-gnutls .endif diff --git a/games/libggz/Makefile b/games/libggz/Makefile index 1ce5cbbe25f6..2152e547f0a8 100644 --- a/games/libggz/Makefile +++ b/games/libggz/Makefile @@ -8,7 +8,7 @@ PORTNAME= libggz PORTVERSION= ${GGZ_VERSION} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MAINTAINER= kde@FreeBSD.org @@ -29,7 +29,7 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-tls=GnuTLS .else USE_OPENSSL= yes diff --git a/games/macopix/Makefile b/games/macopix/Makefile index de541bc2a348..02c16c2bf12d 100644 --- a/games/macopix/Makefile +++ b/games/macopix/Makefile @@ -7,7 +7,7 @@ PORTNAME= macopix PORTVERSION= 1.7.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://rosegray.sakura.ne.jp/macopix/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${RESTRICTED_FILES} @@ -46,7 +46,7 @@ CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-gnutls .else USE_OPENSSL= yes diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index 0b40833c9d42..f9db99609de2 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -7,6 +7,7 @@ PORTNAME= pokerth PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.8 DISTNAME= PokerTH-${PORTVERSION}-src @@ -19,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs \ mikmod.2:${PORTSDIR}/audio/libmikmod \ - gnutls.40:${PORTSDIR}/security/gnutls \ + gnutls.47:${PORTSDIR}/security/gnutls \ curl.6:${PORTSDIR}/ftp/curl \ gsasl.15:${PORTSDIR}/security/gsasl diff --git a/irc/bitlbee-otr/Makefile b/irc/bitlbee-otr/Makefile index bfd2eb3c92d5..7c63ef5af2a4 100644 --- a/irc/bitlbee-otr/Makefile +++ b/irc/bitlbee-otr/Makefile @@ -7,7 +7,7 @@ PORTNAME= bitlbee-otr PORTVERSION= 1.2.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= http://fbsd.zlonet.ru/distfiles/ \ http://wahjava.users.sourceforge.net/ @@ -91,7 +91,7 @@ CONFIGURE_ARGS+=--yahoo=0 CONFIGURE_ARGS+=--ssl=openssl .else CONFIGURE_ARGS+=--ssl=gnutls -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls .endif .if defined(WITH_DEBUG) diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile index 546635212806..2fbbab7f3314 100644 --- a/irc/bitlbee/Makefile +++ b/irc/bitlbee/Makefile @@ -7,6 +7,7 @@ PORTNAME= bitlbee PORTVERSION= 3.0.2 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ \ ${MASTER_SITE_LOCAL} @@ -64,7 +65,7 @@ CONFIGURE_ARGS+=--ipv6=0 CONFIGURE_ARGS+=--ssl=openssl .else CONFIGURE_ARGS+=--ssl=gnutls -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls .endif .if defined(WITH_OTR) diff --git a/irc/ctrlproxy/Makefile b/irc/ctrlproxy/Makefile index 4198a98117b6..5134884c1426 100644 --- a/irc/ctrlproxy/Makefile +++ b/irc/ctrlproxy/Makefile @@ -8,7 +8,7 @@ PORTNAME= ctrlproxy PORTVERSION= 3.0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= irc MASTER_SITES= http://www.ctrlproxy.org/releases/ \ LOCAL/chinsan/ctrlproxy/ @@ -16,7 +16,7 @@ MASTER_SITES= http://www.ctrlproxy.org/releases/ \ MAINTAINER= ashish@FreeBSD.org COMMENT= Flexible IRC proxy -LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls USE_GNOME= glib20 gnometarget USE_LDCONFIG= yes diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index 03f6f3e94008..c5be65886037 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -7,6 +7,7 @@ PORTNAME= inspircd PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= SF/${PORTNAME}/InspIRCd-2.0/${PORTVERSION} DISTNAME= InspIRCd-${PORTVERSION} @@ -90,7 +91,7 @@ PLIST_SUB+= SQLITE3="@comment " .endif .if defined(WITH_GNUTLS) && !defined(WITHOUT_GNUTLS) -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --enable-gnutls PLIST_SUB+= GNUTLS="" .else diff --git a/irc/minbif/Makefile b/irc/minbif/Makefile index 1a4f866ebc35..751ab6a0d764 100644 --- a/irc/minbif/Makefile +++ b/irc/minbif/Makefile @@ -7,6 +7,7 @@ PORTNAME= minbif PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= irc net-im MASTER_SITES= http://minbif.im/attachments/download/50/ @@ -77,7 +78,7 @@ CMAKE_ARGS+= -DENABLE_PLUGIN:BOOL=OFF .endif .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls CMAKE_ARGS+= -DENABLE_GNUTLS:BOOL=ON .endif diff --git a/irc/scrollz/Makefile b/irc/scrollz/Makefile index 7748b471c15e..8f1866fccd96 100644 --- a/irc/scrollz/Makefile +++ b/irc/scrollz/Makefile @@ -7,7 +7,7 @@ PORTNAME= scrollz PORTVERSION= 2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc ipv6 MASTER_SITES= http://scrollz.lysergide.net/ScrollZ/source/ \ http://www.xs4all.nl/~netraam/ScrollZ/source/ diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index b65efcd09cde..8939c4b8c372 100644 --- a/irc/weechat-devel/Makefile +++ b/irc/weechat-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= weechat PORTVERSION= 20110515 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://perturb.me.uk/distfiles/ PKGNAMESUFFIX= -devel @@ -85,7 +86,7 @@ PLIST_SUB+= RUBY="@comment " .endif .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls .else CMAKE_ARGS+= -DENABLE_GNUTLS=no .endif diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index 9cec4e8e0860..54d924c94ab3 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -7,6 +7,7 @@ PORTNAME= weechat PORTVERSION= 0.3.4 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://weechat.org/files/src/ @@ -79,7 +80,7 @@ PLIST_SUB+= RUBY="@comment " .endif .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls .else CMAKE_ARGS+= -DENABLE_GNUTLS=no .endif diff --git a/japanese/jd/Makefile b/japanese/jd/Makefile index 9562acd1548d..c0ba79967c9e 100644 --- a/japanese/jd/Makefile +++ b/japanese/jd/Makefile @@ -7,6 +7,7 @@ PORTNAME= jd PORTVERSION= 2.8.1 +PORTREVISION= 1 CATEGORIES= japanese www MASTER_SITES= SFJP MASTER_SITE_SUBDIR= jd4linux/51244 diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index dae8c8fb996c..52706c488899 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -8,9 +8,10 @@ PORTNAME= gnustep-base .if defined(WITH_GNUSTEP_DEVEL) PORTVERSION= 1.22.0 +PORTREvISION= 1 .else PORTVERSION= 1.19.3 -PORTREVISION= 4 +PORTREVISION= 5 .endif CATEGORIES= lang devel gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP} @@ -24,7 +25,7 @@ LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2 LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/mDNSResponder -LIB_DEPENDS+= gnutls-openssl.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls-openssl.27:${PORTSDIR}/security/gnutls BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config LICENSE_COMB= multi diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index e0ea5e741e06..f4332af16fec 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -7,7 +7,7 @@ PORTNAME= anubis PORTVERSION= 4.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -76,7 +76,7 @@ LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme .if defined(WITHOUT_GNUTLS) CONFIGURE_ARGS+=--without-gnutls .else -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls .endif .if defined(WITH_GDBM) diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 4c07b0d90919..5af3356c866c 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -7,6 +7,7 @@ PORTNAME= claws-mail PORTVERSION= 3.7.9 +PORTREVISION= 1 CATEGORIES= mail news ipv6 MASTER_SITES= SF/sylpheed-claws/Claws%20Mail/${PORTVERSION} @@ -19,7 +20,7 @@ LIB_DEPENDS= etpan:${PORTSDIR}/mail/libetpan \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ freetype:${PORTSDIR}/print/freetype2 \ png:${PORTSDIR}/graphics/png \ - gnutls.40:${PORTSDIR}/security/gnutls \ + gnutls.47:${PORTSDIR}/security/gnutls \ execinfo:${PORTSDIR}/devel/libexecinfo RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index 916494684d26..9309c8e240ba 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -8,7 +8,7 @@ PORTNAME= libetpan PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -34,7 +34,7 @@ OPTIONS= GNUTLS "Enable gnuTLS support" off \ IPV6 "Enable ipv6 support." on .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --without-openssl --with-gnutls .else USE_OPENSSL= yes diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile index abd731c7b905..50af3d027ac5 100644 --- a/mail/libvmime/Makefile +++ b/mail/libvmime/Makefile @@ -7,13 +7,14 @@ PORTNAME= libvmime PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF/vmime/vmime/0.9 MAINTAINER= delphij@FreeBSD.org COMMENT= An all-in-one Internet mail library -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls LIB_DEPENDS+= gsasl.15:${PORTSDIR}/security/gsasl USE_BZIP2= yes diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index b35bec1d42b9..3ca530aea78b 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -7,7 +7,7 @@ PORTNAME= mpop PORTVERSION= 1.0.23 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= SF @@ -29,7 +29,7 @@ INFO= mpop .include <bsd.port.options.mk> .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-ssl=gnutls .else USE_OPENSSL= yes diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 1607090979a6..63860f29cc90 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -7,6 +7,7 @@ PORTNAME= msmtp PORTVERSION= 1.4.24 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -32,7 +33,7 @@ OPTIONS= GNUTLS "Adds GnuTLS support" off \ .include <bsd.port.options.mk> .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-ssl=gnutls .elif defined(WITH_OPENSSL) USE_OPENSSL= yes diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile index d6a1755531d0..922507065516 100644 --- a/mail/opendkim/Makefile +++ b/mail/opendkim/Makefile @@ -7,6 +7,7 @@ PORTNAME= opendkim PORTVERSION= 2.3.2 +PORTREVISION= 1 CATEGORIES= mail security MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} @@ -52,8 +53,7 @@ WITHOUT_MILTER_LDFLAGS= yes CONFIGURE_ARGS+= --with-milter=${MILTERBASE} .if defined(WITH_GNUTLS) -BROKEN= WITH_GNUTLS option requires security/gnutls 2.12.0 or later -LIB_DEPENDS+= gnutls.44:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-gnutls=${LOCALBASE} .else CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index f4782da2c71b..73f4389a244f 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmbiff PORTVERSION= 0.4.27 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= mail windowmaker afterstep MASTER_SITES= SF @@ -35,7 +35,7 @@ PLIST_DIRS= %%DATADIR%%/skins \ .if defined(WITH_GNUTLS) LIB_DEPENDS+= gcrypt.17:${PORTSDIR}/security/libgcrypt \ - gnutls.40:${PORTSDIR}/security/gnutls + gnutls.47:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-libgnutls-prefix=${LOCALBASE} \ --with-libgcrypt-prefix=${LOCALBASE} .else diff --git a/mail/xfce4-mailwatch-plugin/Makefile b/mail/xfce4-mailwatch-plugin/Makefile index 6ea69bc2f739..39b46b62a439 100644 --- a/mail/xfce4-mailwatch-plugin/Makefile +++ b/mail/xfce4-mailwatch-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-mailwatch-plugin PORTVERSION= 1.1.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= mail xfce MASTER_SITES= http://spuriousinterrupt.org/files/mailwatch/ \ http://freebsd.unixfreunde.de/sources/ @@ -16,7 +16,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= miwi@FreeBSD.org COMMENT= A mailwatch plugin for xfce -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls USE_BZIP2= yes USE_GMAKE= yes diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 3363b663acb9..20ea580306c4 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -7,7 +7,7 @@ PORTNAME= vlc DISTVERSION= 1.1.9 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \ @@ -353,7 +353,7 @@ COFIGURE_ARGS+=--disable-gnomevfs .if defined(WITHOUT_GNUTLS) CONFIGURE_ARGS+=--disable-gnutls --enable-libgcrypt .else -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--enable-gnutls --enable-libgcrypt .endif diff --git a/multimedia/zoneminder/Makefile b/multimedia/zoneminder/Makefile index 1c9d9d63d767..d43dfb754480 100644 --- a/multimedia/zoneminder/Makefile +++ b/multimedia/zoneminder/Makefile @@ -7,6 +7,7 @@ PORTNAME= zoneminder PORTVERSION= 1.24.4 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://www2.zoneminder.com/downloads/ \ http://www.zoneminder.com/downloads/ diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile index 26d22a7ac0e9..447405cc38ae 100644 --- a/net-im/climm/Makefile +++ b/net-im/climm/Makefile @@ -7,7 +7,7 @@ PORTNAME= climm PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= http://www.climm.org/source/ \ http://http.bg.climm.org/source/ diff --git a/net-im/gloox/Makefile b/net-im/gloox/Makefile index 6c74bb806a75..22f2149733f2 100644 --- a/net-im/gloox/Makefile +++ b/net-im/gloox/Makefile @@ -7,7 +7,7 @@ PORTNAME= gloox PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 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.40:${PORTSDIR}/security/gnutls + gnutls.47:${PORTSDIR}/security/gnutls USE_AUTOTOOLS= libtool USE_BZIP2= yes diff --git a/net-im/jabber.el/Makefile b/net-im/jabber.el/Makefile index 15cdbfa9aeb2..074da417a1e3 100644 --- a/net-im/jabber.el/Makefile +++ b/net-im/jabber.el/Makefile @@ -6,7 +6,7 @@ PORTNAME= jabber.el PORTVERSION= 0.8.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im elisp MASTER_SITES= SF/emacs-jabber/emacs-jabber/${PORTVERSION} DISTNAME= emacs-jabber-${PORTVERSION} diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile index 21a1eeede8f3..cd4cb7aefadd 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -7,7 +7,7 @@ PORTNAME= jabber PORTVERSION= 1.6.1.1 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= net-im ipv6 MASTER_SITES= http://download.jabberd.org/jabberd14/ \ @@ -23,7 +23,7 @@ LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth-hard \ idn.17:${PORTSDIR}/dns/libidn \ expat.6:${PORTSDIR}/textproc/expat2 \ tasn1.4:${PORTSDIR}/security/libtasn1 \ - gnutls.40:${PORTSDIR}/security/gnutls + gnutls.47:${PORTSDIR}/security/gnutls LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 73b6937f9866..a106450b904c 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -8,7 +8,7 @@ PORTNAME?= libpurple PORTVERSION= 2.7.11 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= net-im MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} DISTNAME= pidgin-${PORTVERSION} diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile index dad52ac49bce..dab4ace4f89b 100644 --- a/net-im/loudmouth/Makefile +++ b/net-im/loudmouth/Makefile @@ -7,7 +7,7 @@ PORTNAME= loudmouth PORTVERSION= 1.4.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im gnome MASTER_SITES= http://ftp.imendio.com/pub/imendio/loudmouth/src/ \ GNOME @@ -33,7 +33,7 @@ OPTIONS= GNUTLS "Enable SSL (via GnuTLS) support" on \ .include <bsd.port.pre.mk> .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss .endif diff --git a/net-im/qutim-plugin-jabber/Makefile b/net-im/qutim-plugin-jabber/Makefile index 13ea2900cce0..8107f4d9bc0f 100644 --- a/net-im/qutim-plugin-jabber/Makefile +++ b/net-im/qutim-plugin-jabber/Makefile @@ -7,7 +7,7 @@ PORTNAME= jabber PORTVERSION= 0.2 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= net-im MASTER_SITES= http://qutim.org/download/ \ @@ -45,7 +45,7 @@ OPTIONS= GNUTLS "Use GNUTLS (required for GMail)" on .if !defined(WITHOUT_GNUTLS) CMAKE_ARGS+= -DGNUTLS=1 -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls .endif do-install: diff --git a/net-p2p/gtk-gnutella/Makefile b/net-p2p/gtk-gnutella/Makefile index d012adae1cec..599dd8b26ccc 100644 --- a/net-p2p/gtk-gnutella/Makefile +++ b/net-p2p/gtk-gnutella/Makefile @@ -44,6 +44,7 @@ PORTNAME= gtk-gnutella PORTVERSION= 0.96.9 +PORTREVISION= 1 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF diff --git a/net/csync2/Makefile b/net/csync2/Makefile index d730f8a668f0..0bfe6ea4a486 100644 --- a/net/csync2/Makefile +++ b/net/csync2/Makefile @@ -7,7 +7,7 @@ PORTNAME= csync2 PORTVERSION= 1.34 -PORTREVISION= 9 +PORTREVISION= 10 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.40:${PORTSDIR}/security/gnutls \ + gnutls.47:${PORTSDIR}/security/gnutls \ sqlite.2:${PORTSDIR}/databases/sqlite2 \ gcrypt.17:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error diff --git a/net/freeswitch-core/Makefile b/net/freeswitch-core/Makefile index 8b9d5c057cd7..bf24b3ee84e8 100644 --- a/net/freeswitch-core/Makefile +++ b/net/freeswitch-core/Makefile @@ -7,7 +7,7 @@ PORTNAME= freeswitch-core PORTVERSION= 201044 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= ftp://ftp.secure-computing.net/pub/freeswitch/ \ ftp://ftp2.secure-computing.net/pub/freeswitch/ \ diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile index c06d73f846b1..472728c585ee 100644 --- a/net/gtk-vnc/Makefile +++ b/net/gtk-vnc/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-vnc PORTVERSION= 0.3.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net gnome MASTER_SITES= GNOME diff --git a/net/morebalance/Makefile b/net/morebalance/Makefile index cb24dc19c91e..6109489bd3a8 100644 --- a/net/morebalance/Makefile +++ b/net/morebalance/Makefile @@ -7,7 +7,7 @@ PORTNAME= morebalance PORTVERSION= 0.4 -PORTREVISION= 7 +PORTREVISION= 8 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.0:${PORTSDIR}/devel/pcre \ - gnutls.40:${PORTSDIR}/security/gnutls \ + gnutls.47:${PORTSDIR}/security/gnutls \ ggz.5:${PORTSDIR}/games/libggz CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include diff --git a/net/net6/Makefile b/net/net6/Makefile index 6420f820d9fb..c3190b75fa59 100644 --- a/net/net6/Makefile +++ b/net/net6/Makefile @@ -7,7 +7,7 @@ PORTNAME= net6 PORTVERSION= 1.3.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net devel MASTER_SITES= http://releases.0x539.de/net6/ @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Network access framework for IPv4/IPv6 LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ - gnutls.40:${PORTSDIR}/security/gnutls + gnutls.47:${PORTSDIR}/security/gnutls USE_GNOME= gnomehack pkgconfig USE_AUTOTOOLS= libtool diff --git a/net/remmina-plugin-vnc/Makefile b/net/remmina-plugin-vnc/Makefile index 32d9f3ddece6..c4a1a7234995 100644 --- a/net/remmina-plugin-vnc/Makefile +++ b/net/remmina-plugin-vnc/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 PKGNAMESUFFIX= -vnc COMMENT= Remmina plugin for VNC protocol diff --git a/net/samba4-devel/Makefile b/net/samba4-devel/Makefile index d019391a236b..9ddd6e2ef8fe 100644 --- a/net/samba4-devel/Makefile +++ b/net/samba4-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= ${SAMBA_PORTNAME} PORTVERSION?= ${SAMBA_VERSION} -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} MASTER_SITE_SUBDIR= samba4 @@ -140,7 +140,7 @@ CONFIGURE_ARGS+= --without-pthreads .endif .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --enable-gnutls .else CONFIGURE_ARGS+= --disable-gnutls diff --git a/net/sixxs-aiccu/Makefile b/net/sixxs-aiccu/Makefile index 4e39e4da6721..6f7a87c75c6c 100644 --- a/net/sixxs-aiccu/Makefile +++ b/net/sixxs-aiccu/Makefile @@ -7,7 +7,7 @@ PORTNAME= aiccu PORTVERSION= 20070115 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= http://noc.sixxs.net/archive/sixxs/aiccu/unix/ \ http://www.sixxs.net/archive/sixxs/aiccu/unix/ @@ -17,7 +17,7 @@ DISTNAME= aiccu_20070115 MAINTAINER= dinoex@FreeBSD.org COMMENT= SixXS IPv6 TIC+ tunnel broker heartbeat client -LIB_DEPENDS= gnutls-openssl.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls-openssl.27:${PORTSDIR}/security/gnutls LICENSE= BSD LICENSE_FILE= ${WRKSRC}/doc/LICENSE diff --git a/net/spserver/Makefile b/net/spserver/Makefile index e279bc356f06..56c36b66cf0e 100644 --- a/net/spserver/Makefile +++ b/net/spserver/Makefile @@ -7,7 +7,7 @@ PORTNAME= spserver PORTVERSION= 0.9.5 -PORTREVISION= 1 +PORTREVISION= 2 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.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls ALL_TARGET+= build_gnutls PLIST_SUB+= WITH_GNUTLS="" .else diff --git a/net/vino/Makefile b/net/vino/Makefile index f71f3d4538cc..0015cdc47cd0 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -8,6 +8,7 @@ PORTNAME= vino PORTVERSION= 2.32.2 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index d1d4b764e1e8..6c3575ad8ef3 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -7,6 +7,7 @@ PORTNAME?= wireshark PORTVERSION= 1.4.7 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ http://wireshark.osmirror.nl/download/src/ \ @@ -148,7 +149,7 @@ CONFIGURE_ARGS+= --with-geoip=no .endif .if exists(${LOCALBASE}/lib/libgnutls.so) || defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--with-libgnutls-prefix=${LOCALBASE} .endif diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile index 64f73d99cf7e..073484dcbbb5 100644 --- a/news/nzbget/Makefile +++ b/news/nzbget/Makefile @@ -7,6 +7,7 @@ PORTNAME= nzbget PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index e67e1f51cb14..794868abc265 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -76,7 +76,7 @@ CUPS_SUFFIX= -client CUPS_SUFFIX= -image LICENSE= LGPL21 .else -PORTREVISION= 4 +PORTREVISION= 5 CUPS_SUFFIX= -base CONFLICTS+= cupsddk-* .endif @@ -126,7 +126,7 @@ CONFIGURE_ARGS+= --with-printcap=${PREFIX}/etc/printcap .if !defined(WITHOUT_GNUTLS) CONFIGURE_ARGS+= --disable-openssl --enable-gnutls CONFIGURE_ENV+= PKGCONFIG="${LOCALBASE}/bin/pkg-config" -LIB_DEPENDS+= gnutls-openssl.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls-openssl.27:${PORTSDIR}/security/gnutls BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config .else CONFIGURE_ARGS+= --disable-gnutls --enable-openssl diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 25d1a5e55a4d..94d7ce05ca4f 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -8,7 +8,7 @@ PORTNAME= gsasl PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,7 @@ COMMENT= GNU SASL Library LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \ gcrypt.17:${PORTSDIR}/security/libgcrypt \ - gnutls.40:${PORTSDIR}/security/gnutls \ + gnutls.47:${PORTSDIR}/security/gnutls \ ntlm.0:${PORTSDIR}/security/libntlm USE_GNOME= gnomehack gnometarget pkgconfig diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index 29eb26184634..30d79c41fd2e 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -5,6 +5,7 @@ PORTNAME= libprelude PORTVERSION= 0.9.24.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old @@ -12,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old MAINTAINER= ports@FreeBSD.org COMMENT= Framework library for Prelude NIDS -LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls OPTIONS= PERL "Include Perl bindings" off \ PYTHON "Include Python bindings" off diff --git a/security/openvas-libnasl/Makefile b/security/openvas-libnasl/Makefile index b2e5bcf4bceb..d1ca3540fb26 100644 --- a/security/openvas-libnasl/Makefile +++ b/security/openvas-libnasl/Makefile @@ -7,7 +7,7 @@ PORTNAME= openvas-libnasl PORTVERSION= 2.0.1 -PORTREVISION= 2 +PORTREVISION= 3 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.17:${PORTSDIR}/security/libgcrypt \ - gnutls.40:${PORTSDIR}/security/gnutls \ + gnutls.47:${PORTSDIR}/security/gnutls \ gpg-error.0:${PORTSDIR}/security/libgpg-error \ gpgme.18:${PORTSDIR}/security/gpgme \ openvas.2:${PORTSDIR}/security/openvas-libraries \ diff --git a/security/openvas-libraries/Makefile b/security/openvas-libraries/Makefile index 9a17e44d3b60..8318c1978738 100644 --- a/security/openvas-libraries/Makefile +++ b/security/openvas-libraries/Makefile @@ -7,13 +7,14 @@ PORTNAME= openvas-libraries PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/600/ MAINTAINER= ports@FreeBSD.org COMMENT= Libraries for OpenVAS -LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/security/openvas-plugins/Makefile b/security/openvas-plugins/Makefile index 25c73e5f0768..91f7213bed1a 100644 --- a/security/openvas-plugins/Makefile +++ b/security/openvas-plugins/Makefile @@ -7,7 +7,7 @@ PORTNAME= openvas-plugins PORTVERSION= 1.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/588/ @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet \ openvasd:${PORTSDIR}/security/openvas-server LIB_DEPENDS= openvas.2:${PORTSDIR}/security/openvas-libraries \ openvasnasl.2:${PORTSDIR}/security/openvas-libnasl \ - gnutls.40:${PORTSDIR}/security/gnutls + gnutls.47:${PORTSDIR}/security/gnutls RUN_DEPENDS= openvasd:${PORTSDIR}/security/openvas-server \ ${LOCALBASE}/bin/gmd5sum:${PORTSDIR}/sysutils/coreutils \ ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile index 849f2b5df57b..cca7c1c9138a 100644 --- a/security/prelude-manager/Makefile +++ b/security/prelude-manager/Makefile @@ -6,7 +6,7 @@ PORTNAME= prelude-manager PORTVERSION= 0.9.14.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Prelude Network Intrusion Detection System central logging point LIB_DEPENDS+= prelude.20:${PORTSDIR}/security/libprelude \ - gnutls.40:${PORTSDIR}/security/gnutls + gnutls.47:${PORTSDIR}/security/gnutls USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/security/py-gnutls/Makefile b/security/py-gnutls/Makefile index 76bdb6a6753e..3a3ad4622dfe 100644 --- a/security/py-gnutls/Makefile +++ b/security/py-gnutls/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnutls PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ DISTNAME= python-gnutls-${PORTVERSION} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Python wrapper for the GNUTLS library -LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/security/shishi/Makefile b/security/shishi/Makefile index 711e7392eee6..f5ce62fddb84 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -8,7 +8,7 @@ PORTNAME= shishi PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= GNU @@ -18,7 +18,7 @@ COMMENT= A free implementation of the Kerberos 5 network security system LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \ tasn1.4:${PORTSDIR}/security/libtasn1 \ gcrypt.17:${PORTSDIR}/security/libgcrypt \ - gnutls.40:${PORTSDIR}/security/gnutls + gnutls.47:${PORTSDIR}/security/gnutls USE_AUTOTOOLS= libtool USE_PERL5_BUILD= yes diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index c2c2b0441e32..2efb661ab0e8 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmlsec1 PORTVERSION= 1.2.18 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ diff --git a/sysutils/gkrellm2/Makefile b/sysutils/gkrellm2/Makefile index f1994f4cf191..624e35ea2e3f 100644 --- a/sysutils/gkrellm2/Makefile +++ b/sysutils/gkrellm2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gkrellm PORTVERSION= 2.3.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils ipv6 MASTER_SITES= http://members.dslextreme.com/users/billw/gkrellm/ \ ${MASTER_SITE_LOCAL} @@ -54,7 +54,7 @@ USE_GETTEXT= yes .endif USE_XORG= x11 sm .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls-openssl.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls-openssl.27:${PORTSDIR}/security/gnutls MAKE_ENV+= GNUTLSINC=${LOCALBASE}/include GNUTLSLIB=${LOCALBASE}/lib \ without-ssl=1 .elif defined(WITH_OPENSSL) diff --git a/sysutils/heartbeat/Makefile b/sysutils/heartbeat/Makefile index e69aafcb1569..1b9df81cc980 100644 --- a/sysutils/heartbeat/Makefile +++ b/sysutils/heartbeat/Makefile @@ -7,7 +7,7 @@ PORTNAME= heartbeat PORTVERSION= 2.1.4 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= sysutils #MASTER_SITES= http://hg.linux-ha.org/lha-2.1/archive/STABLE-2.1.4.tar.bz2 MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/sysutils/rsyslog3/Makefile b/sysutils/rsyslog3/Makefile index 20f19bfa298d..2f0337f51eba 100644 --- a/sysutils/rsyslog3/Makefile +++ b/sysutils/rsyslog3/Makefile @@ -9,7 +9,7 @@ PORTNAME= rsyslog COMMENT= Enhanced syslog daemon -LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls USE_RC_SUBR= ${PORTNAME}d SUB_FILES= pkg-message diff --git a/sysutils/rsyslog3/bsd.rsyslog.mk b/sysutils/rsyslog3/bsd.rsyslog.mk index 5c90bb8af869..956180070e9d 100644 --- a/sysutils/rsyslog3/bsd.rsyslog.mk +++ b/sysutils/rsyslog3/bsd.rsyslog.mk @@ -1,5 +1,6 @@ PORTNAME?= rsyslog PORTVERSION?= 3.22.3 +PORTREVISION?= 1 CATEGORIES?= sysutils MASTER_SITES?= http://www.rsyslog.com/files/download/rsyslog/ MAINTAINER?= pgollucci@FreeBSD.org diff --git a/sysutils/rsyslog4-devel-gnutls/Makefile b/sysutils/rsyslog4-devel-gnutls/Makefile index 544485c35550..847ccc5baed5 100644 --- a/sysutils/rsyslog4-devel-gnutls/Makefile +++ b/sysutils/rsyslog4-devel-gnutls/Makefile @@ -5,11 +5,13 @@ # $FreeBSD$ # +PORTREVISION= 2 + COMMENT= GNUTLS module for rsyslog MASTERDIR= ${.CURDIR}/../rsyslog4-devel MNAME= gnutls -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--enable-gnutls diff --git a/sysutils/rsyslog4-gnutls/Makefile b/sysutils/rsyslog4-gnutls/Makefile index 19e27861a99f..a476739b414a 100644 --- a/sysutils/rsyslog4-gnutls/Makefile +++ b/sysutils/rsyslog4-gnutls/Makefile @@ -5,11 +5,13 @@ # $FreeBSD$ # +PORTREVISION= 2 + COMMENT= GNUTLS module for rsyslog MASTERDIR= ${.CURDIR}/../rsyslog4 MNAME= gnutls -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--enable-gnutls diff --git a/sysutils/rsyslog4/Makefile b/sysutils/rsyslog4/Makefile index 1bcfab6111fd..a284e3e71009 100644 --- a/sysutils/rsyslog4/Makefile +++ b/sysutils/rsyslog4/Makefile @@ -7,7 +7,7 @@ PORTNAME= rsyslog PORTVERSION= 4.6.5 -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ .ifdef MNAME diff --git a/sysutils/rsyslog5-gnutls/Makefile b/sysutils/rsyslog5-gnutls/Makefile index 80c35be7d839..e14f887553cb 100644 --- a/sysutils/rsyslog5-gnutls/Makefile +++ b/sysutils/rsyslog5-gnutls/Makefile @@ -5,11 +5,13 @@ # $FreeBSD$ # +PORTREVISION= 1 + COMMENT= GNUTLS module for rsyslog MASTERDIR= ${.CURDIR}/../rsyslog5 MNAME= gnutls -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--enable-gnutls diff --git a/sysutils/rsyslog6-devel-gnutls/Makefile b/sysutils/rsyslog6-devel-gnutls/Makefile index d7e37481e09a..de20e9d4f890 100644 --- a/sysutils/rsyslog6-devel-gnutls/Makefile +++ b/sysutils/rsyslog6-devel-gnutls/Makefile @@ -5,11 +5,13 @@ # $FreeBSD$ # +PORTREVISION= 2 + COMMENT= GNUTLS module for rsyslog MASTERDIR= ${.CURDIR}/../rsyslog6-devel MNAME= gnutls -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--enable-gnutls diff --git a/sysutils/rsyslog6-devel/Makefile b/sysutils/rsyslog6-devel/Makefile index a9d57f71b6dd..20b80bf3c14b 100644 --- a/sysutils/rsyslog6-devel/Makefile +++ b/sysutils/rsyslog6-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= rsyslog PORTVERSION= 6.1.1 -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ .ifdef MNAME diff --git a/textproc/iksemel/Makefile b/textproc/iksemel/Makefile index a3ca9fe909a3..78505c3e5f82 100644 --- a/textproc/iksemel/Makefile +++ b/textproc/iksemel/Makefile @@ -7,14 +7,14 @@ PORTNAME= iksemel PORTVERSION= 1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= rhaamo@gruik.at COMMENT= XML parser library mainly designed for Jabber applications -LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal diff --git a/www/gurlchecker/Makefile b/www/gurlchecker/Makefile index 86d77396595d..6933971b7807 100644 --- a/www/gurlchecker/Makefile +++ b/www/gurlchecker/Makefile @@ -7,7 +7,7 @@ PORTNAME= gurlchecker PORTVERSION= 0.10.1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= www gnome MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/%SUBDIR%/ MASTER_SITE_SUBDIR= 547 @@ -58,7 +58,7 @@ CONFIGURE_ARGS+= --disable-clamav .if defined(WITHOUT_GNUTLS) CONFIGURE_ARGS+= --disable-gnutls .else -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls .endif post-patch: diff --git a/www/hydra/Makefile b/www/hydra/Makefile index d79f2df7608d..cc13b8018f5b 100644 --- a/www/hydra/Makefile +++ b/www/hydra/Makefile @@ -8,7 +8,7 @@ PORTNAME= hydra PORTVERSION= 0.1.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \ ftp://ftp.hellug.gr/pub/software/hydra/ @@ -16,7 +16,7 @@ MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A high performance multi-threaded web server -LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls USE_RC_SUBR= hydra.sh diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index 257112979fe8..3fcc9c684037 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -8,7 +8,7 @@ PORTNAME= kazehakase PORTVERSION= 0.5.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ${PORTNAME}/43802 @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/43802 MAINTAINER= kwm@FreeBSD.org COMMENT= Kazehakase is a browser with gecko engine like Epiphany or Galeon -LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls \ +LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \ estraier.8:${PORTSDIR}/textproc/hyperestraier USE_GNOME= gnomehack intlhack gnomeprefix gtk20 diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile index a2a8467ccc60..1cf59148df66 100644 --- a/www/libmicrohttpd/Makefile +++ b/www/libmicrohttpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= libmicrohttpd PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,7 +25,7 @@ IGNORE= strdup is not available in this OS release .endif .if defined(WITH_GNUTLS) -LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--with-gnutls=${LOCALBASE} --enable-https .endif diff --git a/www/mod_gnutls/Makefile b/www/mod_gnutls/Makefile index 3c03117259e0..64c05e0cd84a 100644 --- a/www/mod_gnutls/Makefile +++ b/www/mod_gnutls/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_gnutls PORTVERSION= 0.5.6 +PORTREVISION= 1 CATEGORIES= www security MASTER_SITES= http://www.outoforder.cc/downloads/mod_gnutls/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} MAINTAINER= fumifumi@abacustech.jp COMMENT= mod_gnutls uses the GnuTLS library to provide SSL, and TLS encryption for Apache HTTPD -LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls USE_BZIP2= yes USE_AUTOTOOLS= libtool diff --git a/www/retawq/Makefile b/www/retawq/Makefile index 2bf2182b5c89..80b31f07e266 100644 --- a/www/retawq/Makefile +++ b/www/retawq/Makefile @@ -8,7 +8,7 @@ PORTNAME= retawq DISTVERSION= 0.2.6c -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.2.6c @@ -33,7 +33,7 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --set-tls=1 .elif defined(WITH_OPENSSL) USE_OPENSSL= yes diff --git a/www/tntnet/Makefile b/www/tntnet/Makefile index d83b7bc9d982..e591a87a1323 100644 --- a/www/tntnet/Makefile +++ b/www/tntnet/Makefile @@ -7,6 +7,7 @@ PORTNAME= tntnet PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= www devel MASTER_SITES= http://www.tntnet.org/download/ diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 7f87130752fb..9705d50f74d2 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -7,7 +7,7 @@ PORTNAME= wwwoffle PORTVERSION= 2.9d -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www ipv6 MASTER_SITES= http://www.gedanken.demon.co.uk/download-wwwoffle/ EXTRACT_SUFX= .tgz @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= sumikawa@FreeBSD.org COMMENT= A caching proxy server for HTTP and FTP designed for dial-up hosts -LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls USE_PERL5= yes USE_GMAKE= yes diff --git a/www/xxxterm/Makefile b/www/xxxterm/Makefile index d315e6d85118..b0bc7bf6e551 100644 --- a/www/xxxterm/Makefile +++ b/www/xxxterm/Makefile @@ -7,6 +7,7 @@ PORTNAME= xxxterm PORTVERSION= 1.339 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://opensource.conformal.com/snapshots/xxxterm/ EXTRACT_SUFX= .tgz @@ -14,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= aldis@bsdroot.lv COMMENT= Minimalists vi-like web browser based on webkit and GTK+ -LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls \ +LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \ soup-2.4:${PORTSDIR}/devel/libsoup \ webkit-1.0:${PORTSDIR}/www/webkit-gtk2 diff --git a/x11-toolkits/nucleo/Makefile b/x11-toolkits/nucleo/Makefile index 6b595de15b97..3b622899a0c0 100644 --- a/x11-toolkits/nucleo/Makefile +++ b/x11-toolkits/nucleo/Makefile @@ -7,7 +7,7 @@ PORTNAME= nucleo PORTVERSION= 0.7.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= http://insitu.lri.fr/metisse/download/nucleo/ @@ -37,7 +37,7 @@ OPTIONS= GNUTLS "Build with GnuTLS support" off \ .include <bsd.port.pre.mk> .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --without-gnutls .endif |