diff --git a/x11/gnome/eog/Makefile b/x11/gnome/eog/Makefile index 1d34779dc75..cb296afef97 100644 --- a/x11/gnome/eog/Makefile +++ b/x11/gnome/eog/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.90 2012/11/09 20:56:12 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.91 2012/11/13 08:40:55 jasper Exp $ COMMENT= Eye of GNOME, image viewing and cataloging program GNOME_PROJECT= eog -GNOME_VERSION= 3.6.1 -REVISION= 0 +GNOME_VERSION= 3.6.2 CATEGORIES= graphics diff --git a/x11/gnome/eog/distinfo b/x11/gnome/eog/distinfo index 81351942f2c..3848cc0732e 100644 --- a/x11/gnome/eog/distinfo +++ b/x11/gnome/eog/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome/eog-3.6.1.tar.xz) = RELsYbDFCSxobM0TA4NZ61DkjuSRdqWIuOoEBywZvVc= -SIZE (gnome/eog-3.6.1.tar.xz) = 3615592 +SHA256 (gnome/eog-3.6.2.tar.xz) = WHnyahH6fNL6QDjlxR0x5JWUVr5PulcNzeie0Nlm/9o= +SIZE (gnome/eog-3.6.2.tar.xz) = 3615284 diff --git a/x11/gnome/eog/patches/patch-src_Makefile_in b/x11/gnome/eog/patches/patch-src_Makefile_in deleted file mode 100644 index 31ca5efad49..00000000000 --- a/x11/gnome/eog/patches/patch-src_Makefile_in +++ /dev/null @@ -1,27 +0,0 @@ -$OpenBSD: patch-src_Makefile_in,v 1.2 2012/11/09 20:56:12 ajacoutot Exp $ - -From e48ca60f44fef3e61b11d1d75cd3569b3b622212 Mon Sep 17 00:00:00 2001 -From: Felix Riemann <friemann@gnome.org> -Date: Fri, 09 Nov 2012 20:41:12 +0000 -Subject: Remove unneeded export-symbols-regex libtool parameter - ---- src/Makefile.in.orig Sun Oct 14 18:52:05 2012 -+++ src/Makefile.in Fri Nov 9 21:47:57 2012 -@@ -514,7 +514,7 @@ libeog_la_CPPFLAGS = \ - - libeog_la_CFLAGS = $(EOG_CFLAGS) $(WARN_CFLAGS) $(am__append_5) - libeog_la_LIBADD = $(EOG_LIBS) $(LIBM) $(am__append_6) --libeog_la_LDFLAGS = -export-dynamic -no-undefined -export-symbols-regex "^[[^_]].*" -+libeog_la_LDFLAGS = -export-dynamic -no-undefined - eog_SOURCES = main.c - eog_CFLAGS = \ - -I$(top_srcdir)/cut-n-paste/toolbar-editor \ -@@ -533,7 +533,7 @@ eog_LDADD = \ - $(jpeg_LIB) \ - $(INTROSPECTION_LIBS) - --eog_LDFLAGS = -export-dynamic -no-undefined -export-symbols-regex "^[[^_]].*" -+eog_LDFLAGS = -export-dynamic -no-undefined - BUILT_SOURCES = \ - eog-enum-types.c \ - eog-enum-types.h \