[Lunar-commits] r22516 - moonbase/trunk/devel/boost-jam
Dennis Veatch
stumbles at lunar-linux.org
Sat Dec 9 16:13:22 CET 2006
Author: stumbles
Date: 2006-12-09 16:13:21 +0100 (Sat, 09 Dec 2006)
New Revision: 22516
Modified:
moonbase/trunk/devel/boost-jam/BUILD
moonbase/trunk/devel/boost-jam/DETAILS
Log:
Version bump and there is now only one target.
Modified: moonbase/trunk/devel/boost-jam/BUILD
===================================================================
--- moonbase/trunk/devel/boost-jam/BUILD 2006-12-09 14:38:26 UTC (rev 22515)
+++ moonbase/trunk/devel/boost-jam/BUILD 2006-12-09 15:13:21 UTC (rev 22516)
@@ -10,10 +10,7 @@
fi
cd $BJDIR &&
- install -m755 bjam /usr/bin &&
- install -m755 jam /usr/bin &&
- install -m755 mkjambase /usr/bin &&
- install -m755 yyacc /usr/bin
+ install -m755 bjam /usr/bin
# need to add doc ...
) > $C_FIFO 2>&1
Modified: moonbase/trunk/devel/boost-jam/DETAILS
===================================================================
--- moonbase/trunk/devel/boost-jam/DETAILS 2006-12-09 14:38:26 UTC (rev 22515)
+++ moonbase/trunk/devel/boost-jam/DETAILS 2006-12-09 15:13:21 UTC (rev 22516)
@@ -1,12 +1,12 @@
MODULE=boost-jam
- VERSION=3.1.10
+ VERSION=3.1.13
SOURCE=$MODULE-$VERSION.tgz
SOURCE_URL=$SFORGE_URL/boost/
- SOURCE_VFY=sha1:0baef906e7485bea3ad3f1636db61d1f7f4bc959
+ SOURCE_VFY=sha1:a073dfd7864b72afd1b4f6e258a68ed985c43957
WEB_SITE=http://www.boost.org
ENTERED=20041115
- UPDATED=20041115
- SHORT="An alternative to make based on FTJam"
+ UPDATED=20061209
+ SHORT="alternative to make based on FTJam"
cat << EOF
Boost Jam is a build tool based on FTJam. It used by the boost project.
More information about the Lunar-commits
mailing list