New commits:
commit 43fd9847591ab691a61b86f6b4bfecf4018166ac
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
boinc: Updated to 7.12.1
Disable GUI manager if not using wxGTK
Clean up logic to work with BOINC_PARTS disabled in CONFIGURE still.
-if [[ "x${BOINC_SCM}" == "xy" ]]; then
+if [[ "x${BOINC_SCM}" == 'xy' ]]; then
depends git
fi &&
-if [[ $BOINC_PARTS == both || $BOINC_PARTS == server ]]
-then
+if [[ "x${BOINC_PARTS}" == 'xboth' || "x${BOINC_PARTS}" == 'xserver' ]]; then
depends MYSQL 'MYSQL_CONFIG=mysql_config'
fi
diff --git a/science/boinc/DETAILS b/science/boinc/DETAILS
index 8956f88..533c540 100755
--- a/science/boinc/DETAILS
+++ b/science/boinc/DETAILS
@@ -7,7 +7,7 @@ if [[ "x${BOINC_SCM}" == "xy" ]]; then
FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-git
else
- VERSION=7.8.6
+ VERSION=7.12.1
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=https://github.com/BOINC/boinc/archive/client_release/${VERSION%.*}/${VERSION}.tar.gz
SOURCE_GPG=gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME
diff --git a/science/boinc/HISTORY b/science/boinc/HISTORY
index 46597fb..e1ed0c2 100644
--- a/science/boinc/HISTORY
+++ b/science/boinc/HISTORY
@@ -1,3 +1,8 @@
+2018-09-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 7.12.1
+ * DEPENDS: Disable GUI manager if not using wxGTK
+ Clean up logic to work with BOINC_PARTS disabled in CONFIGURE still.
+
2018-09-12 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated stable to 7.8.6, use git for SCM version
License is LGPL
diff --git a/science/boinc/boinc-7.12.1.tar.gz.sig
b/science/boinc/boinc-7.12.1.tar.gz.sig
new file mode 100644
index 0000000..da0fbac
Binary files /dev/null and b/science/boinc/boinc-7.12.1.tar.gz.sig differ
diff --git a/science/boinc/boinc-7.8.6.tar.gz.sig
b/science/boinc/boinc-7.8.6.tar.gz.sig
deleted file mode 100644
index a4da592..0000000
Binary files a/science/boinc/boinc-7.8.6.tar.gz.sig and /dev/null differ
[SM-Commit] GIT changes to master grimoire by Eric Sandall (43fd9847591ab691a61b86f6b4bfecf4018166ac),
Eric Sandall, 09/13/2018