[gtk-osx] Update Ragel to 6.9



commit 5d6a09380ec3a08fabc07f993136bffea3817260
Author: Philip Chimento <philip chimento gmail com>
Date:   Thu Nov 20 21:20:16 2014 -0800

    Update Ragel to 6.9
    
    Ragel has a new web home as well.

 modulesets-unstable/gtk-osx.modules                |    8 ++++----
 modulesets/gtk-osx.modules                         |    7 ++++---
 ...tiosflags.patch => ragel-6.9-setiosflags.patch} |    0
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/modulesets-unstable/gtk-osx.modules b/modulesets-unstable/gtk-osx.modules
index 6d7da52..5d209ef 100644
--- a/modulesets-unstable/gtk-osx.modules
+++ b/modulesets-unstable/gtk-osx.modules
@@ -7,8 +7,8 @@
   <repository type="git" name="github" href="git://github.com/"/>
   <repository type="git" name="freedesktop"
               href="git://anongit.freedesktop.org/git/"/>
-  <repository type="tarball" name="complang"
-             href="http://www.complang.org/"/>
+  <repository type="tarball" name="ragel"
+              href="http://www.colm.net/wp-content/uploads/2014/10/"/>
 
   <!-- This module set works a bit differently than for example the
        GNOME ones do. It's split up in seperate pieces:
@@ -186,8 +186,8 @@
 
 <!-- Ragel, like Vala, isn't bootstrappable from git, so we might as well just use the tarball. -->
   <autotools id="ragel" autogen-sh='autoreconf'>
-    <branch repo="complang" module="ragel/ragel-6.8.tar.gz" version="6.8">
-      <patch file="http://git.gnome.org/browse/gtk-osx/plain/patches/ragel-6.8-setiosflags.patch"; strip="1"/>
+    <branch repo="ragel" module="ragel-6.9.tar.gz" version="6.9">
+      <patch file="http://git.gnome.org/browse/gtk-osx/plain/patches/ragel-6.9-setiosflags.patch"; strip="1"/>
     </branch>
   </autotools>
 
diff --git a/modulesets/gtk-osx.modules b/modulesets/gtk-osx.modules
index 1f988df..1c1f8de 100644
--- a/modulesets/gtk-osx.modules
+++ b/modulesets/gtk-osx.modules
@@ -7,7 +7,8 @@
   <repository type="git" name="github" href="git://github.com/"/>
   <repository type="git" name="cairographics"
               href="git://anongit.freedesktop.org/git/"/>
-  <repository type="tarball" name="complang" href="http://www.complang.org/"/>
+  <repository type="tarball" name="ragel"
+              href="http://www.colm.net/wp-content/uploads/2014/10/"/>
 
   <!-- This module set works a bit differently than for example the
        GNOME ones do. It's split up in seperate pieces:
@@ -179,8 +180,8 @@
 
   <!-- Ragel, like Vala, isn't bootstrappable from git, so we might as well just use the tarball. -->
   <autotools id="ragel" autogen-sh='autoreconf'>
-    <branch repo="complang" module="ragel/ragel-6.8.tar.gz" version="6.8">
-      <patch file="http://git.gnome.org/browse/gtk-osx/plain/patches/ragel-6.8-setiosflags.patch"; strip="1"/>
+    <branch repo="ragel" module="ragel-6.9.tar.gz" version="6.9">
+      <patch file="http://git.gnome.org/browse/gtk-osx/plain/patches/ragel-6.9-setiosflags.patch"; strip="1"/>
     </branch>
   </autotools>
 
diff --git a/patches/ragel-6.8-setiosflags.patch b/patches/ragel-6.9-setiosflags.patch
similarity index 100%
rename from patches/ragel-6.8-setiosflags.patch
rename to patches/ragel-6.9-setiosflags.patch


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]