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 /www | |
parent | 0412e1a725a89281f5390bc9d0d2fb5c8cef318f (diff) | |
download | ports-91e365d630f06550c027e8d6416042302496c4fb.tar.gz ports-91e365d630f06550c027e8d6416042302496c4fb.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/gurlchecker/Makefile | 4 | ||||
-rw-r--r-- | www/hydra/Makefile | 4 | ||||
-rw-r--r-- | www/libmicrohttpd/Makefile | 1 | ||||
-rw-r--r-- | www/mod_gnutls/Makefile | 4 | ||||
-rw-r--r-- | www/retawq/Makefile | 4 | ||||
-rw-r--r-- | www/tntnet/Makefile | 1 | ||||
-rw-r--r-- | www/wwwoffle/Makefile | 3 | ||||
-rw-r--r-- | www/xombrero/Makefile | 1 |
8 files changed, 13 insertions, 9 deletions
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 |