summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2007-09-30 20:36:29 +0200
committerTreeve Jelbert2007-09-30 20:36:29 +0200
commit632c23dc09ecb5ea7ccb422d0dc7a812591f3e20 (patch)
tree58894f75f6ac3b86db96121266189ad2fbcb1938
parentc34b10db66bfb92dc3fedd6b37a4d7b53ecdeb0e (diff)
boost-jam-3.1.15
-rwxr-xr-xdevel/boost-jam/DETAILS4
-rw-r--r--devel/boost-jam/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/devel/boost-jam/DETAILS b/devel/boost-jam/DETAILS
index 30412543d6..f4127f4dfd 100755
--- a/devel/boost-jam/DETAILS
+++ b/devel/boost-jam/DETAILS
@@ -1,6 +1,6 @@
SPELL=boost-jam
- VERSION=3.1.14
- SOURCE_HASH=sha512:d6f84d23f31a5f035cc4ab7d25d2897f809affb786d60d254426c25d7127a1c64c804c7c231dbfcb5c98018ed94f253e0420d5cc51b37e65f064236a29411155
+ VERSION=3.1.15
+ SOURCE_HASH=sha512:5298d26ab007e315e11fc00060413cc12fea6617dd8165fa9bb89f227e61da1ea0f9581d0e192fc172940d26707f5e7b4324ffc249f12a5d2843951b83a11490
SOURCE=$SPELL-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL/-jam/}/${SOURCE}
diff --git a/devel/boost-jam/HISTORY b/devel/boost-jam/HISTORY
index c6508dad46..9bd67029cb 100644
--- a/devel/boost-jam/HISTORY
+++ b/devel/boost-jam/HISTORY
@@ -1,3 +1,6 @@
+2007-09-30 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 3.1.15
+
2007-09-24 Juuso Alasuutari <iuso@sourcemage.org>
* DETAILS: Added PATCHLEVEL=1 to make boost-jam get built before boost
during an update so that the gcc 4.2 fix patch is applied in time.