[30295] trunk/dports/gnome/libgnome

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 23 17:57:09 PDT 2007


Revision: 30295
          http://trac.macosforge.org/projects/macports/changeset/30295
Author:   rhwood at macports.org
Date:     2007-10-23 17:57:08 -0700 (Tue, 23 Oct 2007)

Log Message:
-----------
Patch to fix versioning error - see ticket:12964

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

Added Paths:
-----------
    trunk/dports/gnome/libgnome/files/patch-configure.diff

Modified: trunk/dports/gnome/libgnome/Portfile
===================================================================
--- trunk/dports/gnome/libgnome/Portfile	2007-10-23 23:46:40 UTC (rev 30294)
+++ trunk/dports/gnome/libgnome/Portfile	2007-10-24 00:57:08 UTC (rev 30295)
@@ -2,7 +2,7 @@
 PortSystem 1.0
 name		libgnome
 version		2.20.1.1
-revision	0
+revision	1
 description	This is the non-gui part of the library formerly \
 		known as gnome-libs.
 long_description       	This is the non-gui part of the library formerly \
@@ -25,4 +25,7 @@
 
 use_bzip2 	yes
 
+patchfiles	\
+	patch-configure.diff
+
 configure.args  --mandir=${prefix}/share/man

Added: trunk/dports/gnome/libgnome/files/patch-configure.diff
===================================================================
--- trunk/dports/gnome/libgnome/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/gnome/libgnome/files/patch-configure.diff	2007-10-24 00:57:08 UTC (rev 30295)
@@ -0,0 +1,18 @@
+--- configure.orig	2007-10-21 21:04:08.000000000 -0700
++++ configure	2007-10-21 21:05:16.000000000 -0700
+@@ -2040,11 +2040,11 @@
+ LIBGNOME_MAJOR_VERSION=2
+ LIBGNOME_MINOR_VERSION=20
+ LIBGNOME_MICRO_VERSION=1
+-LIBGNOME_INTERFACE_AGE=2
++LIBGNOME_INTERFACE_AGE=1
+ 
+-LIBGNOME_CURRENT=1999
+-LIBGNOME_REVISION=2
+-LIBGNOME_AGE=1999
++LIBGNOME_CURRENT=2000
++LIBGNOME_REVISION=1
++LIBGNOME_AGE=2000
+ 
+ 
+ 

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


More information about the macports-changes mailing list