[140971] users/devans/GNOME-3/stable/dports/gnome/gthumb

devans at macports.org devans at macports.org
Tue Oct 6 16:11:44 PDT 2015


Revision: 140971
          https://trac.macports.org/changeset/140971
Author:   devans at macports.org
Date:     2015-10-06 16:11:44 -0700 (Tue, 06 Oct 2015)
Log Message:
-----------
GNOME-3/stable: gthumb, update to version 3.4.1 for testing, update description.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gthumb/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/gnome/gthumb/files/patch-gthumb-gth-toolbox.c.diff

Modified: users/devans/GNOME-3/stable/dports/gnome/gthumb/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gthumb/Portfile	2015-10-06 22:36:35 UTC (rev 140970)
+++ users/devans/GNOME-3/stable/dports/gnome/gthumb/Portfile	2015-10-06 23:11:44 UTC (rev 140971)
@@ -4,10 +4,10 @@
 PortSystem          1.0
 
 name                gthumb
-version             3.4.0
+version             3.4.1
 license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
-description         Image viewer and browser for the gnome desktop.
+description         Image viewer and browser for the GNOME desktop.
 long_description    ${description}
 maintainers         nomaintainer
 categories          gnome
@@ -16,8 +16,8 @@
 master_sites        gnome:sources/gthumb/${branch}
 use_xz              yes
 
-checksums           sha256  abd1afe457c65289af31c6db7037452faa3838356480857d8cdc19f0ecde4933 \
-                    rmd160  7f2d279659da308a1d22bdc3957a5b4aecf3570e
+checksums           sha256  1ec2cf49f499ed06eda851a3bd5c28a1768839a6ff06bc4efc5fbde46cabc857 \
+                    rmd160  4e0b5581064a726ab716965ab8fe8fe3754e31c6
 
 depends_build       port:intltool \
                     port:pkgconfig \
@@ -42,7 +42,8 @@
                         
 depends_run         port:yelp
 
-patchfiles          patch-configure.ac.diff
+patchfiles          patch-configure.ac.diff \
+                    patch-gthumb-gth-toolbox.c.diff
 
 # reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 

Added: users/devans/GNOME-3/stable/dports/gnome/gthumb/files/patch-gthumb-gth-toolbox.c.diff
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gthumb/files/patch-gthumb-gth-toolbox.c.diff	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/gthumb/files/patch-gthumb-gth-toolbox.c.diff	2015-10-06 23:11:44 UTC (rev 140971)
@@ -0,0 +1,11 @@
+--- gthumb/gth-toolbox.c.orig	2015-05-27 15:17:29.000000000 -0700
++++ gthumb/gth-toolbox.c	2015-05-27 15:18:43.000000000 -0700
+@@ -315,7 +315,7 @@
+ 		column[i] = -1;
+ 	}
+ 
+-	for (i = 0; i < children->len; i++) {
++	for (i = 0; i < children->len - 1; i++) {
+ 		GType      child_type;
+ 		GtkWidget *child;
+ 		int        section;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151006/06a02cb7/attachment-0001.html>


More information about the macports-changes mailing list