diff options
author | novel <novel@FreeBSD.org> | 2006-01-09 16:34:19 +0000 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-01-09 16:34:19 +0000 |
commit | d6c502558f6245241ad74976a89c2c9ae937056c (patch) | |
tree | 9885c63f2a2deb791401992cc74861b1233c188c | |
parent | 147bbe8b873d6981cbeba079fb8509b6a5a8711a (diff) | |
download | FreeBSD-ports-d6c502558f6245241ad74976a89c2c9ae937056c.zip FreeBSD-ports-d6c502558f6245241ad74976a89c2c9ae937056c.tar.gz |
Chase gnutls update.
30 files changed, 53 insertions, 36 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 2268baf..fd82b74 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -8,6 +8,7 @@ PORTNAME= libsoup PORTVERSION= 2.2.7 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 @@ -31,7 +32,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PLIST_SUB= VERSION="2.2" .if !defined(WITHOUT_SSL) -LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+=--disable-ssl .endif diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile index 2268baf..fd82b74 100644 --- a/devel/libsoup22/Makefile +++ b/devel/libsoup22/Makefile @@ -8,6 +8,7 @@ PORTNAME= libsoup PORTVERSION= 2.2.7 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 @@ -31,7 +32,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PLIST_SUB= VERSION="2.2" .if !defined(WITHOUT_SSL) -LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+=--disable-ssl .endif diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 0b956fa..5721f26 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -7,6 +7,7 @@ PORTNAME= curl PORTVERSION= 7.15.1 +PORTREVISION= 1 CATEGORIES= ftp ipv6 www MASTER_SITES= http://curl.haxx.se/download/ \ ${MASTER_SITE_SOURCEFORGE} \ diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 43a9fa5..5d4ec28 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -7,6 +7,7 @@ PORTNAME= lftp PORTVERSION= 3.4.0 +PORTREVISION= 1 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \ ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/ \ diff --git a/ftp/moftpd/Makefile b/ftp/moftpd/Makefile index a50dfe0..41518c8 100644 --- a/ftp/moftpd/Makefile +++ b/ftp/moftpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= moftpd PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.morth.org/moftpd/ \ ${MASTER_SITE_LOCAL} @@ -30,7 +31,7 @@ RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} CONFIGURE_ARGS+= --without-tls .elif defined(WITH_GNUTLS) CONFIGURE_ARGS+= --without-openssl -LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls LIBS= -L${LOCALBASE}/lib -lgnutls CFLAGS+= -I${LOCALBASE}/include .else diff --git a/games/libggz/Makefile b/games/libggz/Makefile index cad83cc..7f48f5e 100644 --- a/games/libggz/Makefile +++ b/games/libggz/Makefile @@ -8,6 +8,7 @@ PORTNAME= libggz PORTVERSION= 0.0.12 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \ http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/ @@ -28,7 +29,7 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-tls=GnuTLS .else USE_OPENSSL= yes diff --git a/irc/bitlbee-otr/Makefile b/irc/bitlbee-otr/Makefile index dbe164b..4362f51 100644 --- a/irc/bitlbee-otr/Makefile +++ b/irc/bitlbee-otr/Makefile @@ -7,6 +7,7 @@ PORTNAME= bitlbee PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/:bitlbee \ http://get.bitlbee.org/patches/:patches @@ -39,7 +40,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message CONFIGURE_ARGS= --mandir=${PREFIX}/man --config=${PREFIX}/etc/bitlbee .if defined(WITH_MSN) -LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--msn=1 .else CONFIGURE_ARGS+=--msn=0 --ssl=bogus diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile index dbe164b..4362f51 100644 --- a/irc/bitlbee/Makefile +++ b/irc/bitlbee/Makefile @@ -7,6 +7,7 @@ PORTNAME= bitlbee PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/:bitlbee \ http://get.bitlbee.org/patches/:patches @@ -39,7 +40,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message CONFIGURE_ARGS= --mandir=${PREFIX}/man --config=${PREFIX}/etc/bitlbee .if defined(WITH_MSN) -LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--msn=1 .else CONFIGURE_ARGS+=--msn=0 --ssl=bogus diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index 2a7f71e..1fe52f9 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -19,7 +19,7 @@ PORTNAME= anubis PORTVERSION= 3.6.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index 953612d..b12ef96 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -8,6 +8,7 @@ PORTNAME= libetpan PORTVERSION= 0.41 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,7 +26,7 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-gnutls .else USE_OPENSSL= yes diff --git a/mail/libnewmail/Makefile b/mail/libnewmail/Makefile index 23eefe5..9704631d 100644 --- a/mail/libnewmail/Makefile +++ b/mail/libnewmail/Makefile @@ -7,14 +7,14 @@ PORTNAME= libnewmail PORTVERSION= 0.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail MASTER_SITES= http://www.stud.uni-hamburg.de/~lennart/projects/libnewmail/ MAINTAINER= ports@FreeBSD.org COMMENT= Generic mail checking library -LIB_DEPENDS= gnutls.12:${PORTSDIR}/security/gnutls \ +LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls \ oop.4:${PORTSDIR}/devel/liboop USE_AUTOTOOLS= libltdl:15 libtool:15 diff --git a/mail/mutt-ng/Makefile b/mail/mutt-ng/Makefile index dd132d9..b206a47 100644 --- a/mail/mutt-ng/Makefile +++ b/mail/mutt-ng/Makefile @@ -7,6 +7,7 @@ PORTNAME= mutt-ng PORTVERSION= 20051110 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://nion.modprobe.de/mutt-ng/snapshots/ DISTNAME= muttng-${PORTVERSION} @@ -80,7 +81,7 @@ CONFIGURE_ARGS+= --enable-imap CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} .else CONFIGURE_ARGS+= --with-gnutls=${LOCALBASE} -LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls .endif .endif diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index 30eeea1..77d5943 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -7,6 +7,7 @@ PORTNAME= wmbiff PORTVERSION= 0.4.27 +PORTREVISION= 1 CATEGORIES= mail windowmaker afterstep MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -36,7 +37,7 @@ PLIST_DIRS= %%DATADIR%%/skins \ .if defined(WITH_GNUTLS) LIB_DEPENDS+= gcrypt.13:${PORTSDIR}/security/libgcrypt \ - gnutls.12:${PORTSDIR}/security/gnutls + gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-libgnutls-prefix=${LOCALBASE} \ --with-libgcrypt-prefix=${LOCALBASE} .else diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 8e453c4..2f1b204 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -229,7 +229,7 @@ PORTNAME= vlc DISTVERSION= 0.8.5.20060102 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://nightlies.videolan.org/build/source/ # http://download2.videolan.org/pub/videolan/testing/${PORTNAME}-${DISTVERSION}/ \ @@ -661,7 +661,7 @@ RUN_DEPENDS+= transcode:${PORTSDIR}/multimedia/transcode .endif .if !defined(WITHOUT_HTTPD) && (defined(WITH_SSL) || exists(${LOCALBASE}/lib/libgnutls.a)) -LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--enable-gnutls .else CONFIGURE_ARGS+=--disable-gnutls diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 258882b..e078f92 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -224,7 +224,7 @@ PORTNAME= vlc PORTVERSION= 0.8.4a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download2.videolan.org/pub/videolan/testing/${PORTNAME}-${DISTVERSION}/ \ http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ @@ -647,7 +647,7 @@ RUN_DEPENDS+= transcode:${PORTSDIR}/multimedia/transcode .endif .if !defined(WITHOUT_HTTPD) && (defined(WITH_SSL) || exists(${LOCALBASE}/lib/libgnutls.a)) -LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--enable-gnutls .else CONFIGURE_ARGS+=--disable-gnutls diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index d6bc2ba..04c02ba 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -7,7 +7,7 @@ PORTNAME= gaim PORTVERSION= 1.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile index 0454279..81a014d 100644 --- a/net-im/loudmouth/Makefile +++ b/net-im/loudmouth/Makefile @@ -7,7 +7,7 @@ PORTNAME= loudmouth PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 @@ -29,7 +29,7 @@ OPTIONS= GNUTLS "Enable SSL (via GnuTLS) support" on .include <bsd.port.pre.mk> .if !defined(WITHOUT_GNUTLS) -LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --without-ssl .endif diff --git a/net-p2p/gtk-gnutella/Makefile b/net-p2p/gtk-gnutella/Makefile index a64ba12..0ba51ee 100644 --- a/net-p2p/gtk-gnutella/Makefile +++ b/net-p2p/gtk-gnutella/Makefile @@ -25,6 +25,7 @@ PORTNAME= gtk-gnutella DISTVERSION= 0.96b +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://gtk-gnutella.sourceforge.net/download/ \ diff --git a/net/gtk-gnutella/Makefile b/net/gtk-gnutella/Makefile index a64ba12..0ba51ee 100644 --- a/net/gtk-gnutella/Makefile +++ b/net/gtk-gnutella/Makefile @@ -25,6 +25,7 @@ PORTNAME= gtk-gnutella DISTVERSION= 0.96b +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://gtk-gnutella.sourceforge.net/download/ \ diff --git a/net/morebalance/Makefile b/net/morebalance/Makefile index 6b7f625..3241423 100644 --- a/net/morebalance/Makefile +++ b/net/morebalance/Makefile @@ -7,7 +7,7 @@ PORTNAME= morebalance PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://morebalance.coolprojects.org/ @@ -15,7 +15,7 @@ MAINTAINER= clement@FreeBSD.org COMMENT= A modular open source user-space load balancing system LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre \ - gnutls.12:${PORTSDIR}/security/gnutls \ + gnutls.15:${PORTSDIR}/security/gnutls \ ggz.3:${PORTSDIR}/games/libggz CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include diff --git a/net/vino/Makefile b/net/vino/Makefile index 740f9bb..821f8ea 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -8,7 +8,7 @@ PORTNAME= vino PORTVERSION= 2.12.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.12 diff --git a/print/cups/Makefile.common b/print/cups/Makefile.common index 52797a2..31db676 100644 --- a/print/cups/Makefile.common +++ b/print/cups/Makefile.common @@ -12,7 +12,7 @@ CUPS_MASTER_SITES=\ CUPS_VERSION= 1.1.23 CUPS_REVISION= 0 CUPS_PORTVER= ${CUPS_VERSION}.${CUPS_REVISION} -CUPS_PORTREV= 0 +CUPS_PORTREV= 1 CUPS_PORTEPOCH= 0 CUPS_FILESDIR= ${.CURDIR}/../../print/cups/files CUPS_ETCDIR= ${PREFIX}/etc/cups @@ -79,7 +79,7 @@ CONFIGURE_ARGS+= --localstatedir=/var \ .if !defined(WITHOUT_GNUTLS) CONFIGURE_ARGS+= --enable-gnutls --disable-openssl -LIB_DEPENDS+= gnutls-openssl.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls-openssl.15:${PORTSDIR}/security/gnutls .endif CONFIGURE_ARGS+= CPPFLAGS="-I.. -I${LOCALBASE}/include" diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index 3af7d1f..792d5f4 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -5,14 +5,14 @@ PORTNAME= libprelude PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ MAINTAINER= sergei@FreeBSD.org COMMENT= Framework library for Prelude NIDS -LIB_DEPENDS= gnutls.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls USE_GPG= yes SIG_SUFFIX= .sig diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index 3b2a427..e3b39bc 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmlsec1 PORTVERSION= 1.2.4 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ @@ -31,7 +31,7 @@ MAN1= xmlsec1.1 xmlsec1-config.1 .if defined(WITH_GNUTLS) CONFIGURE_ARGS+= --with-gnutls="${LOCALBASE}" -LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --without-gnutls .endif diff --git a/sysutils/gkrellm2/Makefile b/sysutils/gkrellm2/Makefile index ff5c881..67f18c0 100644 --- a/sysutils/gkrellm2/Makefile +++ b/sysutils/gkrellm2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gkrellm PORTVERSION= 2.2.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils ipv6 MASTER_SITES= http://members.dslextreme.com/users/billw/gkrellm/ \ ${MASTER_SITE_LOCAL} @@ -45,7 +45,7 @@ USE_GETTEXT= yes .endif USE_XLIB= yes .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls-openssl.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls-openssl.15:${PORTSDIR}/security/gnutls MAKE_ENV+= GNUTLSINC=${LOCALBASE}/include GNUTLSLIB=${LOCALBASE}/lib \ without-ssl=1 .elif defined(WITH_OPENSSL) diff --git a/www/cherokee-devel/Makefile b/www/cherokee-devel/Makefile index 9cd5ef8..eb70667 100644 --- a/www/cherokee-devel/Makefile +++ b/www/cherokee-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= cherokee PORTVERSION= 0.4.29 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.0x50.org/download/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION:R}/${PORTVERSION} @@ -35,7 +36,7 @@ USE_OPENSSL= yes CONFIGURE_ARGS+= --enable-tls=openssl LDFLAGS+= -lssl -lcrypto .else -LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --enable-tls=gnutls .endif diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index 9cd5ef8..eb70667 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -7,6 +7,7 @@ PORTNAME= cherokee PORTVERSION= 0.4.29 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.0x50.org/download/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION:R}/${PORTVERSION} @@ -35,7 +36,7 @@ USE_OPENSSL= yes CONFIGURE_ARGS+= --enable-tls=openssl LDFLAGS+= -lssl -lcrypto .else -LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --enable-tls=gnutls .endif diff --git a/www/gurlchecker/Makefile b/www/gurlchecker/Makefile index 1615803..c502421 100644 --- a/www/gurlchecker/Makefile +++ b/www/gurlchecker/Makefile @@ -7,14 +7,14 @@ PORTNAME= gurlchecker PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnome MASTER_SITES= http://labs.libre-entreprise.org/download.php/${DOWNNUM}/ MAINTAINER= kwm@FreeBSD.org COMMENT= A Gnome program to check a page/website for broken links -LIB_DEPENDS= gnutls.12:${PORTSDIR}/security/gnutls \ +LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls \ gnet-2.0.0:${PORTSDIR}/net/gnet2 USE_X_PREFIX= yes diff --git a/www/hydra/Makefile b/www/hydra/Makefile index b1d5986..a58f7b4 100644 --- a/www/hydra/Makefile +++ b/www/hydra/Makefile @@ -8,13 +8,14 @@ PORTNAME= hydra PORTVERSION= 0.1.7 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.hellug.gr/pub/software/hydra/ MAINTAINER= ports@FreeBSD.org COMMENT= A high performance multi-threaded web server -LIB_DEPENDS= gnutls.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls NO_LATEST_LINK= yes USE_REINPLACE= yes diff --git a/www/retawq/Makefile b/www/retawq/Makefile index f8dda45..6a84dd3 100644 --- a/www/retawq/Makefile +++ b/www/retawq/Makefile @@ -8,6 +8,7 @@ PORTNAME= retawq DISTVERSION= 0.2.6b +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -34,7 +35,7 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --set-tls=1 .elif defined(WITH_OPENSSL) USE_OPENSSL= yes |