diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2013-02-05 16:17:06 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2013-02-05 16:17:06 +0000 |
commit | 91e365d630f06550c027e8d6416042302496c4fb (patch) | |
tree | 39eb76ce76a50126ac09099f3cbbc3b7b481086a | |
parent | 0412e1a725a89281f5390bc9d0d2fb5c8cef318f (diff) | |
download | ports-91e365d630f06550c027e8d6416042302496c4fb.tar.gz ports-91e365d630f06550c027e8d6416042302496c4fb.zip |
Notes
94 files changed, 147 insertions, 93 deletions
@@ -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 diff --git a/audio/ario/Makefile b/audio/ario/Makefile index ecda75710459..267b20c3215f 100644 --- a/audio/ario/Makefile +++ b/audio/ario/Makefile @@ -3,7 +3,7 @@ PORTNAME= ario PORTVERSION= 1.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF/ario-player/ario-player/${PORTVERSION} diff --git a/audio/pianobar/Makefile b/audio/pianobar/Makefile index 163b98171c8f..a3a8e75b7a93 100644 --- a/audio/pianobar/Makefile +++ b/audio/pianobar/Makefile @@ -3,6 +3,7 @@ PORTNAME= pianobar PORTVERSION= 2012.12.01 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://6xq.net/projects/${PORTNAME}/ diff --git a/comms/libimobiledevice/Makefile b/comms/libimobiledevice/Makefile index 063bbe52f5ea..efa12e0d8033 100644 --- a/comms/libimobiledevice/Makefile +++ b/comms/libimobiledevice/Makefile @@ -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 Apple iPhone/iPod Touch devices 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 \ diff --git a/databases/freetds-devel/Makefile b/databases/freetds-devel/Makefile index e34737929d36..94a815cff016 100644 --- a/databases/freetds-devel/Makefile +++ b/databases/freetds-devel/Makefile @@ -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/ diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile index c48fea580e19..a0c1563a0c4a 100644 --- a/databases/freetds/Makefile +++ b/databases/freetds/Makefile @@ -6,7 +6,7 @@ PORTNAME= freetds PORTVERSION= 0.64 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SUNSITE} diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 9b47cda00bd4..8454605bcd46 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= 2 CATEGORIES= editors ipv6 MASTER_SITES= http://distfiles.pirateparty.in/%SUBDIR%/ \ diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 7e46bd2673d1..53398083a12b 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -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 diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index dd586b5bb440..c847df93adc9 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -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 diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 53f763939d76..903711d2c3de 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -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/ diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index f90c016b29a2..ffa8a3b7dbf4 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -2,7 +2,7 @@ PORTNAME= wine DISTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index ada3eb923b09..c8aa10b45238 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -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 diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index a3641d3027f8..bcc8bc2e1e3b 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -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 diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index bef45fa19210..3cfb1a290df0 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -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/ \ diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index b9173471fa80..c2536493087b 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -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 diff --git a/ftp/wput/Makefile b/ftp/wput/Makefile index bea0d7535b2b..d0f60eaabf85 100644 --- a/ftp/wput/Makefile +++ b/ftp/wput/Makefile @@ -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 diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index b7ddf8e85ffc..3f8df3dd38b7 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -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 diff --git a/games/libggz/Makefile b/games/libggz/Makefile index 404582125688..105eb973de4f 100644 --- a/games/libggz/Makefile +++ b/games/libggz/Makefile @@ -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 ${PTHREAD_CFLAGS} 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 diff --git a/games/macopix/Makefile b/games/macopix/Makefile index d36f9e72f62b..d08df5c350bb 100644 --- a/games/macopix/Makefile +++ b/games/macopix/Makefile @@ -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 diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index e8c47be228ce..997247834193 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -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 diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile index 2ab2c101214a..793801549bd6 100644 --- a/irc/bitlbee/Makefile +++ b/irc/bitlbee/Makefile @@ -2,6 +2,7 @@ PORTNAME= bitlbee PORTVERSION= 3.2 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ \ ${MASTER_SITE_LOCAL} diff --git a/irc/ctrlproxy/Makefile b/irc/ctrlproxy/Makefile index 0a4efd4c1e93..8469e1d82830 100644 --- a/irc/ctrlproxy/Makefile +++ b/irc/ctrlproxy/Makefile @@ -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.net/50016234/ \ 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 diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index 2177383f81a5..bb4b331b52b7 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -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 diff --git a/irc/inspircd12/Makefile b/irc/inspircd12/Makefile index 7e04007e68a9..bffa2b508506 100644 --- a/irc/inspircd12/Makefile +++ b/irc/inspircd12/Makefile @@ -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="" diff --git a/irc/minbif/Makefile b/irc/minbif/Makefile index a5b7bbceadd5..95b6745e6f12 100644 --- a/irc/minbif/Makefile +++ b/irc/minbif/Makefile @@ -3,6 +3,7 @@ PORTNAME= minbif PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= irc net-im MASTER_SITES= https://symlink.me/attachments/download/148/ diff --git a/irc/ngircd/Makefile b/irc/ngircd/Makefile index a751cb6699c9..25c991a649a8 100644 --- a/irc/ngircd/Makefile +++ b/irc/ngircd/Makefile @@ -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%/ diff --git a/irc/scrollz/Makefile b/irc/scrollz/Makefile index cbb66ed312f7..baa2d57cbef3 100644 --- a/irc/scrollz/Makefile +++ b/irc/scrollz/Makefile @@ -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/ diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index 652289f4562e..a2eeb8793daf 100644 --- a/irc/weechat-devel/Makefile +++ b/irc/weechat-devel/Makefile @@ -2,6 +2,7 @@ PORTNAME= weechat PORTVERSION= 20130120 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://perturb.me.uk/distfiles/ \ ${MASTER_SITE_LOCAL} diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index c50fe997f469..aadc02130f96 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -3,6 +3,7 @@ PORTNAME= weechat PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://weechat.org/files/src/ diff --git a/japanese/jd/Makefile b/japanese/jd/Makefile index f0e80e60722d..164b98066e18 100644 --- a/japanese/jd/Makefile +++ b/japanese/jd/Makefile @@ -7,6 +7,7 @@ PORTNAME= jd PORTVERSION= 2.8.5 +PORTREVISION= 1 CATEGORIES= japanese www MASTER_SITES= SFJP MASTER_SITE_SUBDIR= jd4linux/56721 diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 70919c23cabd..df292e0295ed 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -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 diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index d9438caaf864..ebc5bfef3862 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -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} diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index c41e01918315..7a59087e0e2d 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -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} diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 4ad8b4dbed93..9a3cb7413d4b 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -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 diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index 2e32042863e8..4d40d1a20603 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -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 diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile index afd631965766..c7a550a039bf 100644 --- a/mail/libvmime/Makefile +++ b/mail/libvmime/Makefile @@ -7,7 +7,7 @@ PORTNAME= libvmime PORTVERSION= 0.9.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= SF/vmime/vmime/0.9 diff --git a/mail/mailutils/Makefile b/mail/mailutils/Makefile index 69e3888019aa..94f13760ca49 100644 --- a/mail/mailutils/Makefile +++ b/mail/mailutils/Makefile @@ -3,6 +3,7 @@ PORTNAME= mailutils PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= GNU diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index e7fc0b8d46f1..e0ea37cc519d 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -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 diff --git a/mail/nullmailer/Makefile b/mail/nullmailer/Makefile index a8ed5dfe714e..d559bd1d0414 100644 --- a/mail/nullmailer/Makefile +++ b/mail/nullmailer/Makefile @@ -3,6 +3,7 @@ PORTNAME= nullmailer PORTVERSION= 1.11 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://untroubled.org/nullmailer/ \ diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile index 7bcb518ec076..5824fe6372f4 100644 --- a/mail/opendkim/Makefile +++ b/mail/opendkim/Makefile @@ -3,6 +3,7 @@ PORTNAME= opendkim PORTVERSION= 2.7.4 +PORTREVISION= 1 CATEGORIES= mail security MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} \ diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index afe6ccddc19a..cfeb94ac39ed 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -3,7 +3,7 @@ PORTNAME= wmbiff PORTVERSION= 0.4.27 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= mail windowmaker afterstep MASTER_SITES= SF diff --git a/mail/xfce4-mailwatch-plugin/Makefile b/mail/xfce4-mailwatch-plugin/Makefile index 05fc57ff23d1..12b3fe5a0acc 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= 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 diff --git a/multimedia/ffmpeg-011/Makefile b/multimedia/ffmpeg-011/Makefile index 887e7d51a695..bafd2aa98bb3 100644 --- a/multimedia/ffmpeg-011/Makefile +++ b/multimedia/ffmpeg-011/Makefile @@ -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 diff --git a/multimedia/ffmpeg-devel/Makefile b/multimedia/ffmpeg-devel/Makefile index 2675aa9590c5..fd6d2b051e9a 100644 --- a/multimedia/ffmpeg-devel/Makefile +++ b/multimedia/ffmpeg-devel/Makefile @@ -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 diff --git a/multimedia/ffmpeg1/Makefile b/multimedia/ffmpeg1/Makefile index 11b7ce544a3d..a4c3778990d4 100644 --- a/multimedia/ffmpeg1/Makefile +++ b/multimedia/ffmpeg1/Makefile @@ -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 diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 8f5a875ec722..8e4fcf161d96 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -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/}/ \ diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile index 7f8b403dc828..d5f69676d83c 100644 --- a/net-im/climm/Makefile +++ b/net-im/climm/Makefile @@ -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/ diff --git a/net-im/gloox/Makefile b/net-im/gloox/Makefile index 46e57438e0dd..f2b2ff32a9bc 100644 --- a/net-im/gloox/Makefile +++ b/net-im/gloox/Makefile @@ -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 diff --git a/net-im/jabber.el/Makefile b/net-im/jabber.el/Makefile index 3c161dee1caf..4fe5755f7da4 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= 11 +PORTREVISION= 12 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 61c8fb4755db..4f73cc55a925 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -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/ \ diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index c84e6441d38a..c700d19c1b40 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -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} diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile index d9cea4ef75e8..ae26d4726e5a 100644 --- a/net-im/loudmouth/Makefile +++ b/net-im/loudmouth/Makefile @@ -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) support" on \ .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 diff --git a/net-p2p/gtk-gnutella/Makefile b/net-p2p/gtk-gnutella/Makefile index 42b9ac82e89e..4de35757da8b 100644 --- a/net-p2p/gtk-gnutella/Makefile +++ b/net-p2p/gtk-gnutella/Makefile @@ -37,6 +37,7 @@ PORTNAME= gtk-gnutella PORTVERSION= 0.98.4 +PORTREVISION= 1 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF diff --git a/net-p2p/ncdc/Makefile b/net-p2p/ncdc/Makefile index 5a60ecdb09c1..89a045bf9af3 100644 --- a/net-p2p/ncdc/Makefile +++ b/net-p2p/ncdc/Makefile @@ -3,7 +3,7 @@ PORTNAME= ncdc PORTVERSION= 1.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= SF \ http://dev.yorhel.nl/download/ diff --git a/net/csync2/Makefile b/net/csync2/Makefile index f3da46f12009..db3981dd794a 100644 --- a/net/csync2/Makefile +++ b/net/csync2/Makefile @@ -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 diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile index d079f8b99b51..1e16d045597a 100644 --- a/net/glib-networking/Makefile +++ b/net/glib-networking/Makefile @@ -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 glib 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 diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile index 4bef5653e573..466f59dcf0e4 100644 --- a/net/gtk-vnc/Makefile +++ b/net/gtk-vnc/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-vnc PORTVERSION= 0.3.10 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net gnome MASTER_SITES= GNOME diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile index 1d25998796bc..20844094c9c9 100644 --- a/net/libvncserver/Makefile +++ b/net/libvncserver/Makefile @@ -3,7 +3,7 @@ PORTNAME= libvncserver PORTVERSION= 0.9.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net devel MASTER_SITES= SF DISTNAME= LibVNCServer-${PORTVERSION} diff --git a/net/morebalance/Makefile b/net/morebalance/Makefile index 5ecf65423eab..4f74b9073972 100644 --- a/net/morebalance/Makefile +++ b/net/morebalance/Makefile @@ -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 diff --git a/net/net6/Makefile b/net/net6/Makefile index 544cbce56c6e..21ed152945a4 100644 --- a/net/net6/Makefile +++ b/net/net6/Makefile @@ -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 IPv4/IPv6 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 diff --git a/net/remmina-plugin-vnc/Makefile b/net/remmina-plugin-vnc/Makefile index 32d9f3ddece6..9718e85e66e1 100644 --- a/net/remmina-plugin-vnc/Makefile +++ b/net/remmina-plugin-vnc/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 2 PKGNAMESUFFIX= -vnc COMMENT= Remmina plugin for VNC protocol diff --git a/net/samba4-devel/Makefile b/net/samba4-devel/Makefile index 13afe657fe33..bbcbd38704fc 100644 --- a/net/samba4-devel/Makefile +++ b/net/samba4-devel/Makefile @@ -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 diff --git a/net/sixxs-aiccu/Makefile b/net/sixxs-aiccu/Makefile index 441558719c61..d7ce91c0afb6 100644 --- a/net/sixxs-aiccu/Makefile +++ b/net/sixxs-aiccu/Makefile @@ -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- diff --git a/net/spserver/Makefile b/net/spserver/Makefile index 56c36b66cf0e..e78a96f2b8bc 100644 --- a/net/spserver/Makefile +++ b/net/spserver/Makefile @@ -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 diff --git a/net/vino/Makefile b/net/vino/Makefile index d39338403698..9de0c891209e 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -8,7 +8,7 @@ PORTNAME= vino PORTVERSION= 2.32.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 0ea3b8c6305d..56d797750a22 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -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 diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index b0ea0989b4e2..4f4770436dc9 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -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 diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index 24f04a352ed9..1949030c0ed1 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -3,6 +3,7 @@ PORTNAME= libprelude PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://www.prelude-ids.org/attachments/download/241/ diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile index b84632c81f55..a6f0aac13c71 100644 --- a/security/libpreludedb/Makefile +++ b/security/libpreludedb/Makefile @@ -3,6 +3,7 @@ PORTNAME= libpreludedb PORTVERSION= 1.0.1p1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://www.prelude-ids.org/attachments/download/287/ diff --git a/security/openconnect/Makefile b/security/openconnect/Makefile index e291eefc7263..65a9cf76de98 100644 --- a/security/openconnect/Makefile +++ b/security/openconnect/Makefile @@ -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/ diff --git a/security/openvas-libnasl/Makefile b/security/openvas-libnasl/Makefile index d98fa01b8a45..69952fe66cdf 100644 --- a/security/openvas-libnasl/Makefile +++ b/security/openvas-libnasl/Makefile @@ -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 \ diff --git a/security/openvas-libraries/Makefile b/security/openvas-libraries/Makefile index 878096443a1f..67d92b2b91e5 100644 --- a/security/openvas-libraries/Makefile +++ b/security/openvas-libraries/Makefile @@ -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 diff --git a/security/openvas-plugins/Makefile b/security/openvas-plugins/Makefile index 91f7213bed1a..a47bc3b28341 100644 --- a/security/openvas-plugins/Makefile +++ b/security/openvas-plugins/Makefile @@ -7,7 +7,7 @@ PORTNAME= openvas-plugins PORTVERSION= 1.0.7 -PORTREVISION= 3 +PORTREVISION= 4 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.47:${PORTSDIR}/security/gnutls + gnutls.26:${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-lml/Makefile b/security/prelude-lml/Makefile index b7a493640ed0..f54508d46a54 100644 --- a/security/prelude-lml/Makefile +++ b/security/prelude-lml/Makefile @@ -3,7 +3,7 @@ PORTNAME= prelude-lml PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://www.prelude-ids.org/attachments/download/242/ diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile index 4504566c7905..aa4b60061ca5 100644 --- a/security/prelude-manager/Makefile +++ b/security/prelude-manager/Makefile @@ -6,6 +6,7 @@ PORTNAME= prelude-manager PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://www.prelude-ids.org/attachments/download/243/ diff --git a/security/py-gnutls/Makefile b/security/py-gnutls/Makefile index 2013c1176012..ec4a17570342 100644 --- a/security/py-gnutls/Makefile +++ b/security/py-gnutls/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnutls PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ DISTNAME= python-gnutls-${PORTVERSION} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Python wrapper for the GNUTLS library -LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/security/shishi/Makefile b/security/shishi/Makefile index d81d7d069a74..0b1a3c1b8034 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -2,7 +2,7 @@ PORTNAME= shishi PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= GNU diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index a2105899c504..b17d3401d6d4 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmlsec1 PORTVERSION= 1.2.18 -PORTREVISION= 1 +PORTREVISION= 2 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 4f28575e3d24..8d8628eeb3ac 100644 --- a/sysutils/gkrellm2/Makefile +++ b/sysutils/gkrellm2/Makefile @@ -2,7 +2,7 @@ PORTNAME= gkrellm PORTVERSION= 2.3.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils ipv6 MASTER_SITES= http://members.dslextreme.com/users/billw/gkrellm/ \ ${MASTER_SITE_LOCAL} diff --git a/sysutils/heartbeat/Makefile b/sysutils/heartbeat/Makefile index 413254a730d9..1c8a12d484c3 100644 --- a/sysutils/heartbeat/Makefile +++ b/sysutils/heartbeat/Makefile @@ -7,7 +7,7 @@ PORTNAME= heartbeat PORTVERSION= 2.1.4 -PORTREVISION= 16 +PORTREVISION= 17 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/rsyslog5-gnutls/Makefile b/sysutils/rsyslog5-gnutls/Makefile index 966a84739605..b33f58dc60de 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.47:${PORTSDIR}/security/gnutls \ +LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls \ gcrypt.18:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS+=--enable-gnutls diff --git a/sysutils/rsyslog6-devel-gnutls/Makefile b/sysutils/rsyslog6-devel-gnutls/Makefile index e852132c6b19..9b3494054c57 100644 --- a/sysutils/rsyslog6-devel-gnutls/Makefile +++ b/sysutils/rsyslog6-devel-gnutls/Makefile @@ -5,11 +5,13 @@ # $FreeBSD$ # +PORTREVISION= 1 + COMMENT= GNUTLS module for rsyslog MASTERDIR= ${.CURDIR}/../rsyslog6-devel MNAME= gnutls -LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls \ +LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls \ gcrypt.18:${PORTSDIR}/security/libgcrypt USE_PKGCONFIG= yes diff --git a/sysutils/rsyslog6-gnutls/Makefile b/sysutils/rsyslog6-gnutls/Makefile index ab098ce13eae..9a4169457ad6 100644 --- a/sysutils/rsyslog6-gnutls/Makefile +++ b/sysutils/rsyslog6-gnutls/Makefile @@ -5,11 +5,13 @@ # $FreeBSD$ # +PORTREVISION= 1 + COMMENT= GNUTLS module for rsyslog MASTERDIR= ${.CURDIR}/../rsyslog6 MNAME= gnutls -LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls \ +LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls \ gcrypt.18:${PORTSDIR}/security/libgcrypt USE_PKGCONFIG= yes diff --git a/sysutils/rsyslog7/Makefile b/sysutils/rsyslog7/Makefile index d551ec9923fc..4f5db2d957a9 100644 --- a/sysutils/rsyslog7/Makefile +++ b/sysutils/rsyslog7/Makefile @@ -2,7 +2,7 @@ PORTNAME= rsyslog PORTVERSION= 7.2.4 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ @@ -41,7 +41,7 @@ PLIST_FILES+= lib/rsyslog/omlibdbi.la \ .endif .if ${PORT_OPTIONS:MGNUTLS} -LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls \ +LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls \ gcrypt.18:${PORTSDIR}/security/libgcrypt USE_PKGCONFIG= yes CONFIGURE_ARGS+=--enable-gnutls diff --git a/textproc/iksemel/Makefile b/textproc/iksemel/Makefile index 74b9a2cfb3de..4dbe14ed6494 100644 --- a/textproc/iksemel/Makefile +++ b/textproc/iksemel/Makefile @@ -7,7 +7,7 @@ PORTNAME= iksemel PORTVERSION= 1.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} diff --git a/www/gurlchecker/Makefile b/www/gurlchecker/Makefile index c2a45cd4167a..f6770ada7276 100644 --- a/www/gurlchecker/Makefile +++ b/www/gurlchecker/Makefile @@ -7,7 +7,7 @@ PORTNAME= gurlchecker PORTVERSION= 0.10.1 -PORTREVISION= 19 +PORTREVISION= 20 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.47:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls .endif post-patch: diff --git a/www/hydra/Makefile b/www/hydra/Makefile index f1bb29ac6eeb..62398fc1c5f0 100644 --- a/www/hydra/Makefile +++ b/www/hydra/Makefile @@ -8,7 +8,7 @@ PORTNAME= hydra PORTVERSION= 0.1.8 -PORTREVISION= 7 +PORTREVISION= 8 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.47:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls USE_RC_SUBR= hydra diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile index 5f1cc2f6210c..1722617b9a1b 100644 --- a/www/libmicrohttpd/Makefile +++ b/www/libmicrohttpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= libmicrohttpd PORTVERSION= 0.9.23 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/www/mod_gnutls/Makefile b/www/mod_gnutls/Makefile index 71c5b9679edd..dde6f4b5ae71 100644 --- a/www/mod_gnutls/Makefile +++ b/www/mod_gnutls/Makefile @@ -3,7 +3,7 @@ PORTNAME= mod_gnutls PORTVERSION= 0.5.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www security MASTER_SITES= http://modgnutls.sourceforge.net/downloads/ \ http://www.outoforder.cc/downloads/mod_gnutls/ @@ -15,7 +15,7 @@ COMMENT= mod_gnutls uses the GnuTLS library to provide SSL, and TLS encryption f LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls USE_BZIP2= yes USE_AUTOTOOLS= libtool diff --git a/www/retawq/Makefile b/www/retawq/Makefile index cc8230fe9137..075196d1c16d 100644 --- a/www/retawq/Makefile +++ b/www/retawq/Makefile @@ -8,7 +8,7 @@ PORTNAME= retawq DISTVERSION= 0.2.6c -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.2.6c @@ -32,7 +32,7 @@ CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} 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+= --set-tls=1 .elif defined(WITH_OPENSSL) USE_OPENSSL= yes diff --git a/www/tntnet/Makefile b/www/tntnet/Makefile index 82dff74c9e7a..83d063149874 100644 --- a/www/tntnet/Makefile +++ b/www/tntnet/Makefile @@ -7,6 +7,7 @@ PORTNAME= tntnet PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= www devel MASTER_SITES= http://www.tntnet.org/download/ diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 1e8526c3cb92..7ed799a861ca 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -7,6 +7,7 @@ PORTNAME= wwwoffle PORTVERSION= 2.9i +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://www.gedanken.demon.co.uk/download-wwwoffle/ EXTRACT_SUFX= .tgz @@ -14,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A caching proxy server for HTTP and FTP designed for dial-up hosts -LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls USE_PERL5= yes USE_GMAKE= yes diff --git a/www/xombrero/Makefile b/www/xombrero/Makefile index 3b61edb7ef4c..e38ed04b9398 100644 --- a/www/xombrero/Makefile +++ b/www/xombrero/Makefile @@ -3,6 +3,7 @@ PORTNAME= xombrero PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://opensource.conformal.com/snapshots/xombrero/ EXTRACT_SUFX= .tgz diff --git a/x11-toolkits/nucleo/Makefile b/x11-toolkits/nucleo/Makefile index a80e2f1d55fc..23eb25a81b14 100644 --- a/x11-toolkits/nucleo/Makefile +++ b/x11-toolkits/nucleo/Makefile @@ -3,7 +3,7 @@ PORTNAME= nucleo PORTVERSION= 0.7.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-toolkits MASTER_SITES= http://insitu.lri.fr/metisse/download/nucleo/ |