From 5da53a16baee7b84eb1d47c1c6fca44526ba8ebd Mon Sep 17 00:00:00 2001
From: Pav Lucistnik <pav@FreeBSD.org>
Date: Wed, 21 Sep 2005 09:37:29 +0000
Subject: - Update to 2.6.8

---
 graphics/gthumb/Makefile                     |  6 +-----
 graphics/gthumb/distinfo                     |  4 ++--
 graphics/gthumb/files/extra-patch-round.diff | 20 --------------------
 3 files changed, 3 insertions(+), 27 deletions(-)
 delete mode 100644 graphics/gthumb/files/extra-patch-round.diff

(limited to 'graphics/gthumb')

diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile
index 6185ac65d9ec..12508001dbe9 100644
--- a/graphics/gthumb/Makefile
+++ b/graphics/gthumb/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gthumb
-PORTVERSION=	2.6.7
+PORTVERSION=	2.6.8
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/2.6
@@ -37,8 +37,4 @@ MAN1=		gthumb.1
 LIB_DEPENDS+=	gphoto2.2:${PORTSDIR}/graphics/libgphoto2
 .endif
 
-.if ${OSVERSION} < 500000
-EXTRA_PATCHES=	${FILESDIR}/extra-patch-round.diff
-.endif
-
 .include <bsd.port.post.mk>
diff --git a/graphics/gthumb/distinfo b/graphics/gthumb/distinfo
index abdda11379dc..250deffb4720 100644
--- a/graphics/gthumb/distinfo
+++ b/graphics/gthumb/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/gthumb-2.6.7.tar.bz2) = 4a155affbddc5af3ce82c623c1329225
-SIZE (gnome2/gthumb-2.6.7.tar.bz2) = 2342501
+MD5 (gnome2/gthumb-2.6.8.tar.bz2) = 9dcc9600feb5e1cab9d876f1a047a621
+SIZE (gnome2/gthumb-2.6.8.tar.bz2) = 2343475
diff --git a/graphics/gthumb/files/extra-patch-round.diff b/graphics/gthumb/files/extra-patch-round.diff
deleted file mode 100644
index 8a6030a16c29..000000000000
--- a/graphics/gthumb/files/extra-patch-round.diff
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/dlg-scale-image.c.orig	Tue Aug 30 15:32:36 2005
-+++ src/dlg-scale-image.c	Tue Aug 30 20:34:34 2005
-@@ -182,7 +182,7 @@
- 						 w_spinbutton_value_changed,
- 						 data);
- 
--		gtk_spin_button_set_value (GTK_SPIN_BUTTON (data->s_new_width_spinbutton), round (width));
-+		gtk_spin_button_set_value (GTK_SPIN_BUTTON (data->s_new_width_spinbutton), rint (width));
- 		
- 		g_signal_handlers_unblock_by_func (data->s_new_width_spinbutton,
- 						   w_spinbutton_value_changed,
-@@ -215,7 +215,7 @@
- 						 h_spinbutton_value_changed,
- 						 data);
- 
--		gtk_spin_button_set_value (GTK_SPIN_BUTTON (data->s_new_height_spinbutton), round (height));
-+		gtk_spin_button_set_value (GTK_SPIN_BUTTON (data->s_new_height_spinbutton), rint (height));
- 
- 		g_signal_handlers_unblock_by_func (data->s_new_height_spinbutton,
- 						   h_spinbutton_value_changed,
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0