[23367] trunk/dports/gnome/gramps

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 29 18:24:50 PDT 2007


Revision: 23367
          http://trac.macosforge.org/projects/macports/changeset/23367
Author:   markd at macports.org
Date:     2007-03-29 18:24:49 -0700 (Thu, 29 Mar 2007)

Log Message:
-----------
Closes #11172.  Update to 2.2.6.  Maintainer has been contacted.

Modified Paths:
--------------
    trunk/dports/gnome/gramps/Portfile
    trunk/dports/gnome/gramps/files/patch-configure

Added Paths:
-----------
    trunk/dports/gnome/gramps/files/patch-po-gmsgfmt

Modified: trunk/dports/gnome/gramps/Portfile
===================================================================
--- trunk/dports/gnome/gramps/Portfile	2007-03-30 00:34:04 UTC (rev 23366)
+++ trunk/dports/gnome/gramps/Portfile	2007-03-30 01:24:49 UTC (rev 23367)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name				gramps
-version				2.0.10
+version				2.2.6
 categories			gnome science python genealogy
 platforms			darwin
 maintainers			rjt-gramps at thegrindstone.me.uk
@@ -17,8 +17,8 @@
 
 homepage			http://www.gramps-project.org/
 master_sites			sourceforge:gramps
-checksums			md5 2c9c00acce995546af325087622235e5
-patchfiles			patch-configure 
+checksums			md5 28183906831710fd0028d6b0f4c736c0
+patchfiles			patch-configure patch-po-gmsgfmt
 
 configure.args			--disable-mime-install
 

Modified: trunk/dports/gnome/gramps/files/patch-configure
===================================================================
--- trunk/dports/gnome/gramps/files/patch-configure	2007-03-30 00:34:04 UTC (rev 23366)
+++ trunk/dports/gnome/gramps/files/patch-configure	2007-03-30 01:24:49 UTC (rev 23367)
@@ -1,6 +1,6 @@
---- configure.org	2006-02-27 09:44:07.000000000 -0800
-+++ configure	2006-03-13 20:51:25.000000000 -0800
-@@ -2315,8 +2315,8 @@
+--- configure.org	2007-01-29 08:56:44.000000000 -0800
++++ configure	2007-03-28 23:46:35.000000000 -0700
+@@ -6019,8 +6019,8 @@
      import gnome
      # Do not import gnome.ui, this can kill python if the
      # display cannot be opened.  Just search it.
@@ -8,32 +8,21 @@
 -    imp.find_module('gnome/ui')
 +    # import imp
 +    # imp.find_module('gnome/ui')
-     out("YES")
+     out("gnome.ui")
  except ImportError:
      out("NO")
-@@ -2369,8 +2369,8 @@
+@@ -6073,8 +6073,8 @@
  try:
-     # Do not import gnome.canvas, this can raise a RuntimeError if the
+     # Do not import gnome.vfs, this can raise a RuntimeError if the
      # display cannot be opened.  Just search it.
 -    import imp
--    imp.find_module('gnome/canvas')
-+    # import imp
-+    # imp.find_module('gnome/canvas')
-     out("YES")
- except ImportError:
-     out("NO")
-@@ -2396,8 +2396,8 @@
- try:
-     # Do not import gnome.canvas, this can raise a RuntimeError if the
-     # display cannot be opened.  Just search it.
--    import imp
 -    imp.find_module('gnome/vfs')
 +    # import imp
 +    # imp.find_module('gnome/vfs')
-     out("YES")
+     out("gnome.vfs")
  except ImportError:
-     out("NO")
-@@ -2423,8 +2423,8 @@
+     imp.find_module('gnomevfs')
+@@ -6103,8 +6103,8 @@
  try:
      # Do not import gtk.glade, this can raise a RuntimeError if the
      # display cannot be opened.  Just search it.
@@ -41,6 +30,6 @@
 -    imp.find_module('gtk/glade')
 +    # import imp
 +    # imp.find_module('gtk/glade')
-     out("YES")
+     out("gtk.glade")
  except ImportError:
      out("NO")

Added: trunk/dports/gnome/gramps/files/patch-po-gmsgfmt
===================================================================
--- trunk/dports/gnome/gramps/files/patch-po-gmsgfmt	                        (rev 0)
+++ trunk/dports/gnome/gramps/files/patch-po-gmsgfmt	2007-03-30 01:24:49 UTC (rev 23367)
@@ -0,0 +1,20 @@
+--- po/Makefile.in.in.orig	Sat Feb 24 23:37:26 2007
++++ po/Makefile.in.in	Sat Feb 24 23:38:02 2007
+@@ -34,7 +34,7 @@
+ datarootdir = @datarootdir@
+ libdir = @libdir@
+ DATADIRNAME = @DATADIRNAME@
+-itlocaledir = $(prefix)/$(DATADIRNAME)/locale
++itlocaledir = $(prefix)/share/locale
+ subdir = po
+ install_sh = @install_sh@
+ # Automake >= 1.8 provides @mkdir_p at .
+@@ -44,7 +44,7 @@
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+ 
+-GMSGFMT = @GMSGFMT@
++GMSGFMT = @INTLTOOL_MSGFMT@
+ MSGFMT = @MSGFMT@
+ XGETTEXT = @XGETTEXT@
+ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070329/3ff858cf/attachment.html


More information about the macports-changes mailing list