diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-10-10 11:24:48 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-10-10 11:24:48 +0000 |
commit | f73d7f9f632fba8250ccf630ab9a0cf446608406 (patch) | |
tree | f97adb39e7d1f0d9f853f7bb6d3ff3d9a55af757 /www/cadaver/Makefile | |
parent | New port: Ukrainian accounting system. New port of Ukrainian accounting syste... (diff) |
- Update to 0.22.0.
- Chase libneon version.
Diffstat (limited to '')
-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 69d5182dd2b4..cb6491d83142 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cadaver -PORTVERSION= 0.21.0 +PORTVERSION= 0.22.0 CATEGORIES= www MASTER_SITES= http://www.webdav.org/cadaver/ @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Commandline client for DAV LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 \ - neon.23:${PORTSDIR}/www/neon + neon.24:${PORTSDIR}/www/neon USE_GETOPT_LONG= yes GNU_CONFIGURE= yes |