diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2006-01-05 08:38:44 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2006-01-05 08:38:44 +0000 |
commit | 92fda7c4826011b958f6391d670201f243cf7e67 (patch) | |
tree | 71b1a8fddf7f41dd0e8bfea0c7530dc286a8ea98 /www/cadaver/Makefile | |
parent | Update to 0.25.4. (diff) |
[1] Update to 0.22.3
[2] Use new neon library
PR: ports/91278
Submitted: Maintainer
Diffstat (limited to 'www/cadaver/Makefile')
-rw-r--r-- | www/cadaver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index 94ec94886d9f..6d083b00d005 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cadaver -PORTVERSION= 0.22.2 +PORTVERSION= 0.22.3 CATEGORIES= www MASTER_SITES= http://www.webdav.org/cadaver/ \ http://www.tcbug.org/ @@ -16,7 +16,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= josh@tcbug.org COMMENT= Commandline client for DAV -LIB_DEPENDS= neon:${PORTSDIR}/www/neon +LIB_DEPENDS= neon.25:${PORTSDIR}/www/neon USE_GPG?= yes SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc |