diff options
author | novel <novel@FreeBSD.org> | 2009-08-17 02:04:40 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2009-08-17 02:04:40 +0800 |
commit | eca1cf95d458e76990c77d38103cf30a96c51467 (patch) | |
tree | 55b0de0ced1add49d77516588335a7c063b7227f /www/hydra | |
parent | 4c532e98adf2028ff3fcc40cedbefb73fe9dc6b5 (diff) | |
download | freebsd-ports-gnome-eca1cf95d458e76990c77d38103cf30a96c51467.tar.gz freebsd-ports-gnome-eca1cf95d458e76990c77d38103cf30a96c51467.tar.zst freebsd-ports-gnome-eca1cf95d458e76990c77d38103cf30a96c51467.zip |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
Diffstat (limited to 'www/hydra')
-rw-r--r-- | www/hydra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/hydra/Makefile b/www/hydra/Makefile index d73a73dddb9e..d79f2df7608d 100644 --- a/www/hydra/Makefile +++ b/www/hydra/Makefile @@ -8,7 +8,7 @@ PORTNAME= hydra PORTVERSION= 0.1.8 -PORTREVISION= 5 +PORTREVISION= 6 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.26:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls USE_RC_SUBR= hydra.sh |