aboutsummaryrefslogtreecommitdiff
path: root/graphics/gthumb
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-21 09:37:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-21 09:37:29 +0000
commit5da53a16baee7b84eb1d47c1c6fca44526ba8ebd (patch)
tree6cf491c64044ea8956faf1445d1851c846020f05 /graphics/gthumb
parente082c4eebf3db05246a1c604048e99a2edc3550c (diff)
downloadports-5da53a16baee7b84eb1d47c1c6fca44526ba8ebd.tar.gz
ports-5da53a16baee7b84eb1d47c1c6fca44526ba8ebd.zip
Notes
Diffstat (limited to 'graphics/gthumb')
-rw-r--r--graphics/gthumb/Makefile6
-rw-r--r--graphics/gthumb/distinfo4
-rw-r--r--graphics/gthumb/files/extra-patch-round.diff20
3 files changed, 3 insertions, 27 deletions
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,