From bf2adeb9b2c6dfdb860d8817548a9f1be63e7819 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 1 Dec 2010 00:32:52 +0000 Subject: [PATCH] Update subversion to 1.6.15 --- dev-vcs/subversion/subversion-1.6.15.bep | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dev-vcs/subversion/subversion-1.6.15.bep diff --git a/dev-vcs/subversion/subversion-1.6.15.bep b/dev-vcs/subversion/subversion-1.6.15.bep new file mode 100644 index 000000000..cd8ab88ed --- /dev/null +++ b/dev-vcs/subversion/subversion-1.6.15.bep @@ -0,0 +1,28 @@ +DESCRIPTION="Subversion is an open source version control system" +HOMEPAGE="http://subversion.apache.org" +SRC_URI="http://subversion.tigris.org/downloads/subversion-1.6.15.tar.bz2" +CHECKSUM_MD5="113fca1d9e4aa389d7dc2b210010fa69" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd subversion-1.6.15 + libtoolize --force --copy --install + aclocal -I build -I build/ac-macros + autoconf + ./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=nano \ + --with-zlib=/boot/common + make +} + +INSTALL { + cd subversion-1.6.15 + make install +} +LICENSE="Apache-Subversion" +COPYRIGHT="2010 The Apache Software Foundation"