From 50fd45d9c7a8d486c3fe80eeaab565a485ee03b1 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sun, 28 Feb 2010 05:04:06 +0000 Subject: [PATCH] Updated subversion to 1.6.9 --- dev-util/subversion/subversion-1.6.9.bep | 20 +++++++++++++++++++ .../subversion.OptionalPackageDescription | 6 +++--- 2 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 dev-util/subversion/subversion-1.6.9.bep diff --git a/dev-util/subversion/subversion-1.6.9.bep b/dev-util/subversion/subversion-1.6.9.bep new file mode 100644 index 000000000..62cee34d8 --- /dev/null +++ b/dev-util/subversion/subversion-1.6.9.bep @@ -0,0 +1,20 @@ +DESCRIPTION="Subversion is an open source version control system" +HOMEPAGE="http://subversion.tigris.org" +SRC_URI="http://subversion.tigris.org/downloads/subversion-1.6.9.tar.gz" +CHECKSUM_MD5="facaa0ee78c8f24b9af12c74662bbd24" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd subversion-1.6.9 + libtoolize --force --copy --install + aclocal -I build -I build/ac-macros + autogen.sh + ./configure --prefix=/boot/common --with-apr=/boot/common/bin/apr-1-config --with-apr-util=/boot/common/bin/apu-1-config --with-neon=/boot/common --with-editor=lpe --with-zlib=/boot/common + make +} + +INSTALL { + cd subversion-1.6.9 + make install +} diff --git a/dev-util/subversion/subversion.OptionalPackageDescription b/dev-util/subversion/subversion.OptionalPackageDescription index b6df0011e..54a2699d1 100644 --- a/dev-util/subversion/subversion.OptionalPackageDescription +++ b/dev-util/subversion/subversion.OptionalPackageDescription @@ -1,5 +1,5 @@ Package: Subversion -Version: 1.6.5 -Copyright: 2000-2009 CollabNet +Version: 1.6.9 +Copyright: 2000-2010 CollabNet License: Subversion -URL: http://subversion.tigris.org/ +URL: http://subversion.apache.org/