aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-01-09 16:34:19 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-01-09 16:34:19 +0000
commit17b54d4ed8d6bf7e33d4cb403c8b373caf2b75dc (patch)
tree4c12496cc051dfc76a8f0957842dbd95e6dfcf7a /www
parent327db67bb5280ea900fb477040f0134980a1fbc9 (diff)
Notes
Diffstat (limited to 'www')
-rw-r--r--www/cherokee-devel/Makefile3
-rw-r--r--www/cherokee/Makefile3
-rw-r--r--www/gurlchecker/Makefile4
-rw-r--r--www/hydra/Makefile3
-rw-r--r--www/retawq/Makefile3
5 files changed, 10 insertions, 6 deletions
diff --git a/www/cherokee-devel/Makefile b/www/cherokee-devel/Makefile
index 9cd5ef8b4dd0..eb7066748745 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 9cd5ef8b4dd0..eb7066748745 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 1615803e5dfe..c502421cd278 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 b1d5986ca30c..a58f7b4e7892 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 f8dda45e131b..6a84dd3af9eb 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