summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2010-01-01 15:10:08 +0100
committerTreeve Jelbert2010-01-01 15:10:08 +0100
commitc081c80860a4b91a2cce885cc93f31b3f04e333e (patch)
tree8dae0e41522f2517a2f1d5eccf2fb00ca6a5ffec
parent87369d80f6b43c0bba1066cd88ed085747467633 (diff)
parent27e35e04863612a400c2d1fe646edce1fda9c1c6 (diff)
Merge branch 'master' of ssh://scm.sourcemage.org/smgl/grimoire
-rwxr-xr-xdevel/sbcl/DETAILS7
-rw-r--r--devel/sbcl/HISTORY3
-rwxr-xr-xscience/maxima/DETAILS4
-rw-r--r--science/maxima/HISTORY3
4 files changed, 12 insertions, 5 deletions
diff --git a/devel/sbcl/DETAILS b/devel/sbcl/DETAILS
index 3457546c9b..909c619d4d 100755
--- a/devel/sbcl/DETAILS
+++ b/devel/sbcl/DETAILS
@@ -1,13 +1,14 @@
SPELL=sbcl
- VERSION=1.0.29
+ VERSION=1.0.34
SOURCE=$SPELL-$VERSION-source.tar.bz2
if ! spell_ok $SPELL ; then
BIN_VERSION=$VERSION
if test "${SMGL_COMPAT_ARCHS[1]}" = "ia32"; then
SBCL_ARCH=x86
- SOURCE2_HASH=sha512:ec2a96e2ffb2051b61f4f0c046efafdfd99c1c0e63e8c479dc8b47e43fb9827941dbedd6b71ea6f0573a0904deffc3a12d0c6d14bdb2dd98a4b2dad1f0ea8572
+ SOURCE2_HASH=sha512:c3aad71ea6e9bb3f1574b872648a7b6328988a0cf80dfb65349ef86076dc3d6023af0370df6954cfa6aa8e7ae824212ecdff4a57c782dd4696ab0bbe229dca7d
elif test "${SMGL_COMPAT_ARCHS[1]}" = "x86_64"; then
+ BIN_VERSION=1.0.29
SBCL_ARCH=x86_64
SOURCE2_HASH=sha512:d4862ea3ae519910fbb264f5bf3b27c44c24a723c0383298cf7242ad2573ba44b2443b820a1626ac81af660364409cf80b98ee4f84e576924e957f3fae89ba10
elif test "${SMGL_COMPAT_ARCHS[1]}" = "ppc"; then
@@ -23,7 +24,7 @@ fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=${SOURCEFORGE_URL}/sbcl/$SOURCE
WEB_SITE=http://sbcl.sourceforge.net
- SOURCE_HASH=sha512:4050499b8df9c78dba5c1f4250e1c90a295ae8f3b766301c45b2cd8f9d3a610b1a4524fb3a799bda1aed599a240d479c7ff48594ad4419b93cdb813b4ab17caa
+ SOURCE_HASH=sha512:367eec95bab1f9776270bfd37db2cdcad7f69ac78771f57440033bfd6c55ff837080a1616bb60185b663152b3c27e771a9fc929314b220714333252be8b747b0
LICENSE[0]=BSD
ENTERED=20060122
KEYWORDS="lisp compiler devel"
diff --git a/devel/sbcl/HISTORY b/devel/sbcl/HISTORY
index 8b2b9409f9..385222a58d 100644
--- a/devel/sbcl/HISTORY
+++ b/devel/sbcl/HISTORY
@@ -1,3 +1,6 @@
+2010-01-01 Peng Chang (Charles) <chp@sourcemage.org>
+ * DETAILS: updated spell to 1.0.34
+
2009-06-13 Peng Chang (Charles) <chp@sourcemage.org
* DETAILS: added a BIN_VERSION variable because the currently
available binary tarball for some architectures may be
diff --git a/science/maxima/DETAILS b/science/maxima/DETAILS
index 8876db434c..163e8610d0 100755
--- a/science/maxima/DETAILS
+++ b/science/maxima/DETAILS
@@ -1,9 +1,9 @@
SPELL=maxima
- VERSION=5.18.1
+ VERSION=5.20.1
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
- SOURCE_HASH=sha512:18f2bbc2ae0ca7a7d10da33c9198a9ab5647f82cde02de3677bebad51f55202312cd8fa7ff26c352f8106832d6796dc97d3ee2427f6cb0d2c7f36c1a69ebe340
+ SOURCE_HASH=sha512:1e87a725dff0d7fe23763b33f7b6176a1cea6b58a030cea96c30b25a0e121732ebc5041343bf2ba41d3aa194ea341b19213ffd60da7fd6bafd46191a7987a4d9
LICENSE[0]=GPL
WEB_SITE=http://maxima.sourceforge.net/
KEYWORDS="algebra lisp science"
diff --git a/science/maxima/HISTORY b/science/maxima/HISTORY
index c20a6617a6..55283e9baa 100644
--- a/science/maxima/HISTORY
+++ b/science/maxima/HISTORY
@@ -1,3 +1,6 @@
+2010-01-01 Peng Chang (Charles) <chp@sourcemage.org>
+ * DETAILS: updated spell to 5.20.1
+
2009-06-12 Peng Chang (Charles) <chp@sourcemage.org>
* DETAILS: updated spell to 5.18.1
fixed long description wrap