[30018] trunk/dports/gnome/libgnomecanvas

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 18 05:29:47 PDT 2007


Revision: 30018
          http://trac.macosforge.org/projects/macports/changeset/30018
Author:   nox at macports.org
Date:     2007-10-18 05:29:46 -0700 (Thu, 18 Oct 2007)

Log Message:
-----------
libgnomecanvas:
 * Tentatively fixed a regression introduced in 2.20.1.
   For more information: http://bugzilla.gnome.org/show_bug.cgi?id=486982.

Modified Paths:
--------------
    trunk/dports/gnome/libgnomecanvas/Portfile

Added Paths:
-----------
    trunk/dports/gnome/libgnomecanvas/files/
    trunk/dports/gnome/libgnomecanvas/files/patch-configure

Modified: trunk/dports/gnome/libgnomecanvas/Portfile
===================================================================
--- trunk/dports/gnome/libgnomecanvas/Portfile	2007-10-18 08:16:28 UTC (rev 30017)
+++ trunk/dports/gnome/libgnomecanvas/Portfile	2007-10-18 12:29:46 UTC (rev 30018)
@@ -5,6 +5,7 @@
 name		libgnomecanvas
 version     2.20.1
 set branch  [join [lrange [split ${version} .] 0 1] .]
+revision    1
 description	A graphics library for GNOME.
 long_description        The GNOMECanvas library provides a number \
 			of features: \
@@ -39,6 +40,8 @@
 
 use_bzip2 	yes
 
+patchfiles  patch-configure
+
 configure.cppflags-append "-L${prefix}/lib"
 
 test.run        yes

Added: trunk/dports/gnome/libgnomecanvas/files/patch-configure
===================================================================
--- trunk/dports/gnome/libgnomecanvas/files/patch-configure	                        (rev 0)
+++ trunk/dports/gnome/libgnomecanvas/files/patch-configure	2007-10-18 12:29:46 UTC (rev 30018)
@@ -0,0 +1,26 @@
+--- configure.in.orig	2007-10-18 13:53:30.000000000 +0200
++++ configure.in	2007-10-18 13:55:54.000000000 +0200
+@@ -10,7 +10,7 @@
+ m4_define([libgnomecanvas_major_version], [2])
+ m4_define([libgnomecanvas_minor_version], [20])
+ m4_define([libgnomecanvas_micro_version], [1])
+-m4_define([libgnomecanvas_interface_age], [3])
++m4_define([libgnomecanvas_interface_age], [0])
+ # If you need a modifier for the version number. 
+ # Normally empty, but can be used to make "fixup" releases.
+ m4_define([libgnomecanvas_extraversion],  [])
+--- configure.orig	2007-10-18 13:53:23.000000000 +0200
++++ configure	2007-10-18 13:55:47.000000000 +0200
+@@ -2033,9 +2033,9 @@
+ LIBGNOMECANVAS_INTERFACE_AGE=3
+ 
+ 
+-LIBGNOMECANVAS_CURRENT=1998
+-LIBGNOMECANVAS_REVISION=3
+-LIBGNOMECANVAS_AGE=1998
++LIBGNOMECANVAS_CURRENT=2000
++LIBGNOMECANVAS_REVISION=0
++LIBGNOMECANVAS_AGE=2000
+ LIBGNOMECANVAS_CURRENT_MINUS_AGE=0
+ 
+ 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071018/5cf60906/attachment.html


More information about the macports-changes mailing list