From 22455e582868adb0b6c81009265ab8eb1f552fea Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 28 Feb 2002 18:23:57 +0000 Subject: Update www/cadaver to 0.19.1. Pkgsrc changes include: * Don't use the shared libneon as the neon API is just too unstable. Revert back to using the included neon library. * Remove dependency on gettext-lib as the NLS build is broken. * Remove dependency on libgetopt as cadaver provides its own getopt_long implementation if one doesn't exist on the system. Changes from version 0.19.0 include: * Fix permissions of local file downloaded using 'get' (Dan Mullen). * Add man page (Jules ) * lockdepth option is used for any non-collection resource. * Add 'quiet' option; when set, connection status messages are supressed. --- www/cadaver/Makefile | 21 ++++++++++----------- www/cadaver/distinfo | 6 +++--- 2 files changed, 13 insertions(+), 14 deletions(-) (limited to 'www') diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index 1680495cf4d..2b2f9cb18da 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2002/01/13 21:24:44 agc Exp $ +# $NetBSD: Makefile,v 1.13 2002/02/28 18:23:57 jlam Exp $ -DISTNAME= cadaver-0.19.0 +DISTNAME= cadaver-0.19.1 CATEGORIES= www MASTER_SITES= http://www.webdav.org/cadaver/ @@ -8,15 +8,15 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.webdav.org/cadaver/ COMMENT= command-line WebDAV client -USE_GMAKE= # defined -USE_BUILDLINK_ONLY= # defined +USE_GMAKE= YES +USE_BUILDLINK_ONLY= YES ALL_TARGET= cadaver -GNU_CONFIGURE= # defined -CONFIGURE_ARGS+= --with-neon=${BUILDLINK_DIR} +GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-netrc - -LIBS+= ${LIBGETOPT} +CONFIGURE_ARGS+= --with-included-neon +CONFIGURE_ARGS+= --with-libxml1 +CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR} # We don't need curses, just termcap. CONFIGURE_ENV+= ac_cv_lib_curses_tputs=no @@ -35,8 +35,7 @@ pre-build: post-install: ${INSTALL_DATA} ${WRKSRC}/doc/cadaver.1 ${PREFIX}/man/man1 -.include "../../devel/gettext-lib/buildlink.mk" -.include "../../devel/libgetopt/buildlink.mk" .include "../../devel/readline/buildlink.mk" -.include "../../www/neon/buildlink.mk" +.include "../../security/openssl/buildlink.mk" +.include "../../textproc/libxml/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/cadaver/distinfo b/www/cadaver/distinfo index 5eded60dff2..2a1b40981a5 100644 --- a/www/cadaver/distinfo +++ b/www/cadaver/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2002/01/13 21:24:44 agc Exp $ +$NetBSD: distinfo,v 1.3 2002/02/28 18:23:57 jlam Exp $ -SHA1 (cadaver-0.19.0.tar.gz) = bceb744755747536ed12df0de054e32b012be86c -Size (cadaver-0.19.0.tar.gz) = 463968 bytes +SHA1 (cadaver-0.19.1.tar.gz) = ba530120dc2e7fd4c416a194236e430396e2c5e3 +Size (cadaver-0.19.1.tar.gz) = 466833 bytes -- cgit v1.2.3