[Lunar-commits] <moonbase> boost-jam: version bumped to 3.1.17.
Florin Braescu
florin at lunar-linux.org
Sat Dec 20 23:44:43 CET 2008
commit 7c264fb92fcf3b40710e879bd41bfdd7673b971f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Dec 21 00:44:43 2008 +0200
boost-jam: version bumped to 3.1.17.
Stability and performance improvements, bugfixes release.
---
devel/boost-jam/BUILD | 6 +++---
devel/boost-jam/DETAILS | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/devel/boost-jam/BUILD b/devel/boost-jam/BUILD
index 7cbc539..ad6a8b0 100644
--- a/devel/boost-jam/BUILD
+++ b/devel/boost-jam/BUILD
@@ -1,13 +1,13 @@
(
- ./build.sh &&
- prepare_install &&
+ ./build.sh &&
+ prepare_install &&
if [ "`arch`" = "x86_64" ]; then
BJDIR="bin.linuxx86_64"
else
BJDIR="bin.linuxx86"
- fi
+ fi &&
cd $BJDIR &&
install -m755 bjam /usr/bin
diff --git a/devel/boost-jam/DETAILS b/devel/boost-jam/DETAILS
index f592114..e2f6761 100644
--- a/devel/boost-jam/DETAILS
+++ b/devel/boost-jam/DETAILS
@@ -1,11 +1,11 @@
MODULE=boost-jam
- VERSION=3.1.16
+ VERSION=3.1.17
SOURCE=$MODULE-$VERSION.tgz
- SOURCE_URL=$SFORGE_URL/boost/
- SOURCE_VFY=sha1:e2dd6ef9c56b18c7be7669aba374bcd24745ae95
+ SOURCE_URL=$SFORGE_URL/boost
+ SOURCE_VFY=sha1:407be994b1239fa944c14c464a9ce7f46f692a1e
WEB_SITE=http://www.boost.org
ENTERED=20041115
- UPDATED=20071206
+ UPDATED=20081220
SHORT="An alternative to make based on FTJam"
cat << EOF
More information about the Lunar-commits
mailing list