summaryrefslogtreecommitdiff
path: root/www/cadaver/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-01-13 21:24:44 +0000
committeragc <agc@pkgsrc.org>2002-01-13 21:24:44 +0000
commit9a23e219aa5f1e835febfe4339a082d2b622939e (patch)
treee32d4e3d2fc1ae347b26d4e28b95d2a3c6f97061 /www/cadaver/Makefile
parentfa2fba2b1ffb63ced28105da9a39d523e66e2ef4 (diff)
downloadpkgsrc-9a23e219aa5f1e835febfe4339a082d2b622939e.tar.gz
Update the cadaver package to version 0.19.0.
Provided in PR 15223 by "Eric Gillespie, Jr." <epg@pretzelnet.org> Changes since previous version (0.17.0): + Use the neon package (also from "Eric Gillespie, Jr." <epg@pretzelnet.org>) + Changes from 0.17 to 0.19.0: * Remote filename completion from Sean Treadway. * Cosmetic and bug fixes for 'steal' and 'discover' commands. * Added 'propdel' command to remove properties. * Added 'overwrite', 'lockdepth', 'lockscope' options. * Fix for resolving paths passed to 'ls' command (e.g. ".."). * Retry authentication once if it fails. * Fixes for readline 4.2 compatibility: * may have broken readline 2 compatibility; please shout if so! * Add mkstemp() replacement for platforms where necessary. * Incorporate RPM spec file changes from Red Hat (by Nalin Dahyabhai). * Updated to neon 0.18: * timezone handling fixes in date parsing on some platforms * fixes for lock handling * portability fixes * Added 'logout' command, to clear cached authentication details. * Added 'propnames' command. * Added 'utf8' option, to presume terminal I/O is UTF-8. e.g. xterm -u8 mode. * Handle UTF-8 encoding/decoding of property names/values better when not in utf8 mode. * Added FAQ entry on how to read your HotMail e-mail using cadaver. * Updated to neon 0.16: * libxml2, expat2 support (can force with --with-libxml[12]) * Untested SOCKSv5 support (--with-socks) * Fix 'ls' listing the 'executable' property. * Disable i18n support by default to prevent portability problems. * Added FAQ entry on using 'edit' with gvim.
Diffstat (limited to 'www/cadaver/Makefile')
-rw-r--r--www/cadaver/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile
index acebbade2e0..1680495cf4d 100644
--- a/www/cadaver/Makefile
+++ b/www/cadaver/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2001/08/20 03:55:32 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2002/01/13 21:24:44 agc Exp $
-DISTNAME= cadaver-0.17.0
+DISTNAME= cadaver-0.19.0
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/cadaver/
@@ -13,9 +13,7 @@ USE_BUILDLINK_ONLY= # defined
ALL_TARGET= cadaver
GNU_CONFIGURE= # defined
-CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR}
-CONFIGURE_ARGS+= --with-include-neon
-CONFIGURE_ARGS+= --enable-libxml
+CONFIGURE_ARGS+= --with-neon=${BUILDLINK_DIR}
CONFIGURE_ARGS+= --enable-netrc
LIBS+= ${LIBGETOPT}
@@ -40,6 +38,5 @@ post-install:
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../devel/libgetopt/buildlink.mk"
.include "../../devel/readline/buildlink.mk"
-.include "../../security/openssl/buildlink.mk"
-.include "../../textproc/libxml/buildlink.mk"
+.include "../../www/neon/buildlink.mk"
.include "../../mk/bsd.pkg.mk"