diff options
author | sergei <sergei@FreeBSD.org> | 2004-06-05 06:05:24 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-06-05 06:05:24 +0800 |
commit | 2b75b0b45357aa4b6ee5a08446bb5a07550fe6ab (patch) | |
tree | c96ca89dccdea33f8cfa69386aaf0a80f20b1ee1 /www/hydra | |
parent | de8c091a7a049e137e69587d25228a1069eb9f84 (diff) | |
download | freebsd-ports-gnome-2b75b0b45357aa4b6ee5a08446bb5a07550fe6ab.tar.gz freebsd-ports-gnome-2b75b0b45357aa4b6ee5a08446bb5a07550fe6ab.tar.zst freebsd-ports-gnome-2b75b0b45357aa4b6ee5a08446bb5a07550fe6ab.zip |
- Chase security/gnutls shared library version change (13 -> 12)
- Bump PORTREVISION
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 f1955eb6fa55..b2eca2f05306 100644 --- a/www/hydra/Makefile +++ b/www/hydra/Makefile @@ -8,7 +8,7 @@ PORTNAME= hydra PORTVERSION= 0.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= ftp://ftp.hellug.gr/pub/software/hydra/ \ http://hydra.hellug.gr/download/ \ @@ -17,7 +17,7 @@ MASTER_SITES= ftp://ftp.hellug.gr/pub/software/hydra/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A high performance multi-threaded web server -LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.12:${PORTSDIR}/security/gnutls NO_LATEST_LINK= yes USE_REINPLACE= yes |