note that we're changing the default for auth credential caching in our
package. steven requested i add ruby to the list of subpackages while im here. ok robert@
This commit is contained in:
parent
256ac28337
commit
3a8622ced0
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user