diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-05-11 09:51:56 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-05-11 09:51:56 +0000 |
commit | 76e8340ea2dba18184a0b5d1d9baaaf694934c2c (patch) | |
tree | bb824cda7b683b5a25fcbada5aa114b4c7d06eb9 /www/cadaver/Makefile | |
parent | Remove barque, which has been broken for about 15 months. (diff) |
Update LIB_DEPENDS on libneon.
Remove previous maintainer due to timeout.
Fix compilation; linking still fails due to missing symbols. Update
BROKEN message appropriately.
Diffstat (limited to '')
-rw-r--r-- | www/cadaver/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index 38bb9f6e6fa5..22e61f422e93 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -6,16 +6,15 @@ # PORTNAME= cadaver -PORTVERSION= 0.18.0 -PORTREVISION= 2 +PORTVERSION= 0.19.1 CATEGORIES= www MASTER_SITES= http://www.webdav.org/cadaver/ -MAINTAINER= tarkhil@over.ru +MAINTAINER= ports@FreeBSD.org -BROKEN= "Dependency out of date" +BROKEN= "Does not compile" -LIB_DEPENDS= neon.18:${PORTSDIR}/www/neon \ +LIB_DEPENDS= neon.19:${PORTSDIR}/www/neon \ intl.2:${PORTSDIR}/devel/gettext .ifndef NO_OPENSSL |