Update to 0.21.0, by Marc Recht in PR 20338.
Changes in release 0.21.0: * Added DASL searching and DeltaV basic versioning support, contributed by the GRASE team <grase@cse.ucsc.edu>. New commands 'version', 'checkin', 'checkout', 'uncheckout', 'label', 'history', 'search'. * Enable netrc support by default. * Fix 'mput' for filenames with spaces.
This commit is contained in:
parent
130a6ef5bc
commit
50ad457af9
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# $NetBSD: Makefile,v 1.15 2003/01/30 12:14:32 drochner Exp $
|
# $NetBSD: Makefile,v 1.16 2003/02/14 16:59:53 wiz Exp $
|
||||||
|
|
||||||
DISTNAME= cadaver-0.20.5
|
DISTNAME= cadaver-0.21.0
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://www.webdav.org/cadaver/
|
MASTER_SITES= http://www.webdav.org/cadaver/
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ USE_BUILDLINK2= YES
|
||||||
ALL_TARGET= cadaver
|
ALL_TARGET= cadaver
|
||||||
GNU_CONFIGURE= YES
|
GNU_CONFIGURE= YES
|
||||||
CONFIGURE_ARGS+= --enable-netrc
|
CONFIGURE_ARGS+= --enable-netrc
|
||||||
CONFIGURE_ARGS+= --with-libxml1
|
CONFIGURE_ARGS+= --with-libxml2
|
||||||
CONFIGURE_ARGS+= --with-ssl=yes
|
CONFIGURE_ARGS+= --with-ssl=yes
|
||||||
|
|
||||||
# We don't need curses, just termcap.
|
# We don't need curses, just termcap.
|
||||||
|
@ -23,7 +23,7 @@ LIBS+= -ltermcap
|
||||||
|
|
||||||
.include "../../devel/readline/buildlink2.mk"
|
.include "../../devel/readline/buildlink2.mk"
|
||||||
.include "../../security/openssl/buildlink2.mk"
|
.include "../../security/openssl/buildlink2.mk"
|
||||||
.include "../../textproc/libxml/buildlink2.mk"
|
.include "../../textproc/libxml2/buildlink2.mk"
|
||||||
.include "../../www/neon/buildlink2.mk"
|
.include "../../www/neon/buildlink2.mk"
|
||||||
|
|
||||||
.include "../../mk/bsd.pkg.mk"
|
.include "../../mk/bsd.pkg.mk"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
$NetBSD: distinfo,v 1.4 2003/01/30 12:14:32 drochner Exp $
|
$NetBSD: distinfo,v 1.5 2003/02/14 16:59:54 wiz Exp $
|
||||||
|
|
||||||
SHA1 (cadaver-0.20.5.tar.gz) = dffb4a0989019b3cf3ea23adfaee24d2442cd748
|
SHA1 (cadaver-0.21.0.tar.gz) = 032cb5695878c251669fa60e78e29cbbd667e55f
|
||||||
Size (cadaver-0.20.5.tar.gz) = 412233 bytes
|
Size (cadaver-0.21.0.tar.gz) = 434400 bytes
|
||||||
|
|
Loading…
Reference in a new issue