CVSROOT: /cvs Module name: ports Changes by: s...@cvs.openbsd.org 2009/08/25 04:26:20
Modified files: devel/subversion: Makefile distinfo devel/subversion/patches: patch-configure_ac devel/subversion/pkg: DESCR-main PLIST-main Added files: devel/subversion/files: servers devel/subversion/patches: patch-subversion_bindings_swig_ruby_test_test_client_rb Removed files: devel/subversion/files: config Log message: Update to 1.6.5. Also: * Native make now works fine so don't use gmake. * Disable storing of plaintext passwords for all servers in the system-wide 'servers' config file, instead of disabling storage of all kinds of passwords in the system-wide 'config' config file. The new store-plaintext-passwords=no option, which has existed since 1.6.0, overrides a yes/no prompt which subversion now usually presents before storing passwords in plaintext. gnome-keyring stores passwords encrypted. * Update the main DESCR to reflect current reality. * Add a patch which fixes a broken regression test in the ruby bindings which accidentally slipped into 1.6.5 release. * Put the gnome-keyring subpackage into REGRESS_DEPENDS to make auth-test pass (it loads DSOs at runtime and can't find them if the gnome-keyring subpackage isn't installed). Tested on i386 by me and alek@, on i386/amd64 by steven@, and on sparc64 by Edd Barrett. ok steven@