From c713351bdead1f9feec60fd871c61f2296fedf61 Mon Sep 17 00:00:00 2001 From: jasper Date: Sun, 11 Oct 2015 10:03:19 +0000 Subject: [PATCH] update to gtksourceview-3.18.1 --- x11/gtksourceview3/Makefile | 4 ++-- x11/gtksourceview3/distinfo | 4 ++-- x11/gtksourceview3/patches/patch-configure | 15 --------------- 3 files changed, 4 insertions(+), 19 deletions(-) delete mode 100644 x11/gtksourceview3/patches/patch-configure diff --git a/x11/gtksourceview3/Makefile b/x11/gtksourceview3/Makefile index 8c19e091c27..23e07232f3d 100644 --- a/x11/gtksourceview3/Makefile +++ b/x11/gtksourceview3/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.50 2015/10/09 06:58:04 jasper Exp $ +# $OpenBSD: Makefile,v 1.51 2015/10/11 10:03:19 jasper Exp $ COMMENT= text widget that extends the GTK3 GtkTextView widget GNOME_PROJECT= gtksourceview -GNOME_VERSION= 3.18.0 +GNOME_VERSION= 3.18.1 PKGNAME= ${GNOME_PROJECT}3-${GNOME_VERSION} SHARED_LIBS += gtksourceview-3.0 3.2 # .6.0 diff --git a/x11/gtksourceview3/distinfo b/x11/gtksourceview3/distinfo index 809b1e4ce27..cfad898494a 100644 --- a/x11/gtksourceview3/distinfo +++ b/x11/gtksourceview3/distinfo @@ -1,2 +1,2 @@ -SHA256 (gtksourceview-3.18.0.tar.xz) = VLERJk5pheJqh43siP+U/Qqa4NxM/N8I9Ka19lXUtpM= -SIZE (gtksourceview-3.18.0.tar.xz) = 1293216 +SHA256 (gtksourceview-3.18.1.tar.xz) = e+lfrwaLnwrHVAzB6NYHuqmKSChQ7xGmRxtTyTJ67eY= +SIZE (gtksourceview-3.18.1.tar.xz) = 1310248 diff --git a/x11/gtksourceview3/patches/patch-configure b/x11/gtksourceview3/patches/patch-configure deleted file mode 100644 index fa993ebac70..00000000000 --- a/x11/gtksourceview3/patches/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ -$OpenBSD: patch-configure,v 1.8 2015/10/09 06:58:04 jasper Exp $ - -./configure[12565]: ${flag:5}: bad substitution - ---- configure.orig Wed Oct 7 21:13:15 2015 -+++ configure Wed Oct 7 22:05:50 2015 -@@ -12487,7 +12487,7 @@ fi - - - --for flag in -Wno-error=${flag:5}; do -+for flag in -Wno-error=unused-parameter; do - as_CACHEVAR=`$as_echo "ax_cv_check_cflags_$ax_compiler_flags_test_$flag" | $as_tr_sh` - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5 - $as_echo_n "checking whether C compiler accepts $flag... " >&6; }