[Lunar-commits] <moonbase> gob2: version bmped to 2.0.15.

Florin Braescu florin at lunar-linux.org
Sun Dec 28 10:05:46 CET 2008


commit 166189fc40ba5a4a282fbb2908958b8ac9009cda
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Dec 28 11:05:46 2008 +0200

    gob2: version bmped to 2.0.15.
    
    Changes:
    * Fix --file-sep usage with respect to private headers
    * Don't use /dev/null to help portability on non-unix
    * Fix segfault on bad include statement (debian bug #443907)
    * Fix my-person.gob example
---
 devel/gob2/DEPENDS |    2 +-
 devel/gob2/DETAILS |   14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/devel/gob2/DEPENDS b/devel/gob2/DEPENDS
index e595253..1091f14 100644
--- a/devel/gob2/DEPENDS
+++ b/devel/gob2/DEPENDS
@@ -1,2 +1,2 @@
-depends glib-2 &&
+depends glib-2
 depends flex
diff --git a/devel/gob2/DETAILS b/devel/gob2/DETAILS
index 1d5dd35..1fbfc90 100644
--- a/devel/gob2/DETAILS
+++ b/devel/gob2/DETAILS
@@ -1,18 +1,18 @@
           MODULE=gob2
-         VERSION=2.0.14
+         VERSION=2.0.15
            MAJOR=2.0
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
-      SOURCE_VFY=sha1:603873f1f9455ee5a03ff5ba7d327489e91b700d
-        WEB_SITE=http://www.5z.com/jirka/gob.html/
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+      SOURCE_VFY=sha1:615e968e4a3fb16ac0a6f8668c57765554ca3f30
+        WEB_SITE=http://www.5z.com/jirka/gob.html
          ENTERED=20020713
-         UPDATED=20060111
+         UPDATED=20081228
            SHORT="A preprocessor for making GObjects with inline C code"
 
 cat << EOF
 GOB2 is a preprocessor for making GObjects with inline C code so that
-generated files are not edited.  Syntax is inspired by Java and Yacc 
-or Lex.  The implementation is intentionally kept simple, and no C 
+generated files are not edited. Syntax is inspired by Java and Yacc 
+or Lex. The implementation is intentionally kept simple, and no C 
 actual code parsing is done.
 
 Reasons:


More information about the Lunar-commits mailing list