Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4f66745be5d06bc63b6f1246faf20263484b9c9b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4f66745be5d06bc63b6f1246faf20263484b9c9b)
  • Date: Wed, 30 Aug 2006 08:15:37 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT scarlet.be>:

devel/fpc/DETAILS | 4 ++--
devel/fpc/HISTORY | 3 +++
devel/ruby/DETAILS | 6 ++----
devel/ruby/HISTORY | 5 +++++
devel/ruby/PRE_BUILD | 3 ---
devel/ruby/yaml-bignum-fix.patch | 12 ------------
6 files changed, 12 insertions(+), 21 deletions(-)

New commits:
commit 4f66745be5d06bc63b6f1246faf20263484b9c9b
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

ruby-1.8.5

commit 12d73d732db6c19ef984772a908302e2d979b82e
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

fpc-2.0.4

diff --git a/devel/fpc/DETAILS b/devel/fpc/DETAILS
index 1d30793..5eaa77c 100755
--- a/devel/fpc/DETAILS
+++ b/devel/fpc/DETAILS
@@ -1,6 +1,6 @@
SPELL=fpc
- VERSION=2.0.4-rc3
-
SOURCE_HASH=sha512:e4ae9f2cec2e388b28ca13a8e4f5bfe1b0307450e9f5fd9dd3397a37c0cd87b36826fbb4b11880c9d6c21ed5f9911a809c204356363b9097b9381d1e4e8caacd
+ VERSION=2.0.4
+
SOURCE_HASH=sha512:bc1caaffc89f6b4ee6e16a852f22f7c8f382cfaadbe6e70fe929dbabf9c09b3629193b6ed80c033049bb3607aa51129805eb505f252748ba49ebfcad4675d9af
# SOURCE=$SPELL-$VERSION.source.tar.gz
SOURCE=fpcbuild-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/fpcbuild_${VERSION}_exp
diff --git a/devel/fpc/HISTORY b/devel/fpc/HISTORY
index 4afa07a..03a6ff9 100644
--- a/devel/fpc/HISTORY
+++ b/devel/fpc/HISTORY
@@ -1,3 +1,6 @@
+2006-08-30 Treeve Jelbert <treeve AT pi.be>
+ * DETAILS: version 2.0.4
+
2006-08-08 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 2.0.4-rc3
* BUILD, INSTALL: change for new source file layout
diff --git a/devel/ruby/DETAILS b/devel/ruby/DETAILS
index 1429c9f..0cc793f 100755
--- a/devel/ruby/DETAILS
+++ b/devel/ruby/DETAILS
@@ -1,6 +1,6 @@
SPELL=ruby
- VERSION=1.8.4
-
SOURCE_HASH=sha512:954f56941529a9a5846a6821cc3d61f19486b0ff9acf5292674edba6bb916746f4df559f64a92f0289e84089605275a29f8e545b74489a10ca240c4cdad83ec0
+ VERSION=1.8.5
+
SOURCE_HASH=sha512:0c1835d8b55d4fb800b3cfe8615398c3989bf40ec86ca1dc493bbcbfd96975772e6aa8da002eaad6c851c9f6a5b6cb46cbbb9a3b9321040b0d025481ed42825d
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.ruby-lang.org/pub/ruby/$SOURCE
@@ -10,8 +10,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
WEB_SITE=http://www.ruby-lang.org/
ENTERED=20020106
LICENSE[0]=GPL
- BUILD_API=2
- PATCHLEVEL=1
KEYWORDS="devel"
SHORT="An interpreted scripting language"
cat << EOF
diff --git a/devel/ruby/HISTORY b/devel/ruby/HISTORY
index 4faac98..2e7cb69 100644
--- a/devel/ruby/HISTORY
+++ b/devel/ruby/HISTORY
@@ -1,3 +1,8 @@
+2006-08-30 Treeve Jelbert <treeve AT pi.be>
+ * DETAILS: version 1.8.5
+ remove PATCHLEVEL
+ * PRE_BUILD, yaml-bignum-fix.patch: removed
+
2006-08-15 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED (deprecated in favor of
PATCHLEVEL).
diff --git a/devel/ruby/PRE_BUILD b/devel/ruby/PRE_BUILD
deleted file mode 100755
index 02ed1a6..0000000
--- a/devel/ruby/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p0 < $SCRIPT_DIRECTORY/yaml-bignum-fix.patch
diff --git a/devel/ruby/yaml-bignum-fix.patch
b/devel/ruby/yaml-bignum-fix.patch
deleted file mode 100644
index f0163c0..0000000
--- a/devel/ruby/yaml-bignum-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- ext/syck/rubyext.c~ 2005-12-20 05:13:26.000000000 +0100
-+++ ext/syck/rubyext.c 2006-03-13 19:37:59.000000000 +0100
-@@ -1157,6 +1157,9 @@
- }
- else if ( !NIL_P( target_class ) )
- {
-+ if (subclass == rb_cBignum)
-+ obj = rb_str2inum(val, 10);
-+ else
- obj = rb_obj_alloc( subclass );
- if ( rb_respond_to( obj, s_yaml_initialize ) )
- {



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4f66745be5d06bc63b6f1246faf20263484b9c9b), Treeve Jelbert, 08/30/2006

Archive powered by MHonArc 2.6.24.

Top of Page