default_build
diff --git a/science/boinc/CONFIGURE b/science/boinc/CONFIGURE
index 973c5aa..8f42ae8 100755
--- a/science/boinc/CONFIGURE
+++ b/science/boinc/CONFIGURE
@@ -1,4 +1,4 @@
config_query_list BOINC_PARTS "Which part of boinc would you like to build?"
\
both client server
&&
-config_query BOINC_SETUID "Install boinc_client-cvs setuid/setgid so it
always runs as the boinc user?" y
+config_query BOINC_SETUID "Install boinc_client-svn setuid/setgid so it
always runs as the boinc user?" y
diff --git a/science/boinc/CONFLICTS b/science/boinc/CONFLICTS
new file mode 100755
index 0000000..c8dbfb2
--- /dev/null
+++ b/science/boinc/CONFLICTS
@@ -0,0 +1 @@
+conflicts boinc y
diff --git a/science/boinc/DEPENDS b/science/boinc/DEPENDS
index f05527c..462f162 100755
--- a/science/boinc/DEPENDS
+++ b/science/boinc/DEPENDS
@@ -1,15 +1,15 @@
-depends cvs &&
-depends autoconf &&
-depends automake &&
-depends curl &&
-depends g++ &&
-depends openssl &&
-depends psmisc &&
-depends zlib &&
+depends subversion &&
+depends autoconf &&
+depends automake &&
+depends curl &&
+depends g++ &&
+depends openssl &&
+depends psmisc &&
+depends zlib &&
if [[ $BOINC_PARTS == both || $BOINC_PARTS == client ]]
then
- optional_depends wxgtk-no-unicode \
+ optional_depends wxgtk \
'--with-wx-config=wx-config' \
'' \
'for wxGTK-based GUI'
diff --git a/science/boinc/DETAILS b/science/boinc/DETAILS
index e07d5a0..8e3d991 100755
--- a/science/boinc/DETAILS
+++ b/science/boinc/DETAILS
@@ -2,13 +2,15 @@
if [ "$BOINC_UPDATE_DAILY" == "y" ]
then
VERSION=$(date +%Y%m%d)
+ BRANCH=trunk/boinc
else
- VERSION=cvs
+ VERSION=5_10
+ BRANCH=branches/boinc_core_release_$VERSION
fi
- SOURCE=$SPELL-cvs.tar.bz2
+ SOURCE=$SPELL-svn.tar.bz2
FORCE_DOWNLOAD=on
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
-
SOURCE_URL[0]=cvs://:pserver:anonymous:@alien.ssl.berkeley.edu:/home/cvs/cvsroot:boinc:stable
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
+ SOURCE_URL[0]=svn://boinc.berkeley.edu/svn/$BRANCH:$SPELL
SOURCE_IGNORE=volatile
LICENSE[0]=GPL
PATCHLEVEL=2
diff --git a/science/boinc/HISTORY b/science/boinc/HISTORY
index 1717e5b..6355971 100644
--- a/science/boinc/HISTORY
+++ b/science/boinc/HISTORY
@@ -1,3 +1,10 @@
+2008-01-18 Lubomir Blaha <tritol AT trilogic.cz>
+ * BUILD: cvs->svn, wxgtk-no-unicode->wxgtk (option --enable-unicode)
+ * CONFIGURE, INSTALL, init.d/boinc: cvs->svn
+ * DEPENDS: cvs->subversion, wxgtk-no-unicode->wxgtk
+ * DETAILS: cvs->svn, better handling for releases
+ * CONFLICTS: defined conflict with itself (needed for upgrade from
version 5.4.x)
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.