diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index 4111ad41838..87840100444 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2007/02/15 10:25:17 dlg Exp $ +# $OpenBSD: Makefile,v 1.33 2007/02/19 09:39:48 dlg Exp $ COMMENT-main= "subversion revision control system" COMMENT-perl= "perl interface to subversion" @@ -7,8 +7,8 @@ COMMENT-ruby= "ruby interface to subversion" VERSION= 1.4.3 DISTNAME= subversion-${VERSION} -PKGNAME= ${DISTNAME}p0 -PKGNAME-main= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 +PKGNAME-main= ${DISTNAME}p1 PKGNAME-perl= p5-SVN-${VERSION} PKGNAME-python= py-subversion-${VERSION} PKGNAME-ruby= ruby-subversion-${VERSION}p0 diff --git a/devel/subversion/pkg/DESCR-main b/devel/subversion/pkg/DESCR-main index dc4639ef134..be2d19d7a15 100644 --- a/devel/subversion/pkg/DESCR-main +++ b/devel/subversion/pkg/DESCR-main @@ -15,3 +15,8 @@ Note that you need to install the following subpackages to gain the appropriate functionality: -perl Perl bindings to Subversion -python Python bindings to Subversion + -ruby Ruby bindings to Subversion + +Also note that authentication credential caching is disabled by default +by setting "store-passwords" to "no" in ${SYSCONFDIR}/subversion/config. +This is a different default behaviour to a standard subversion install.