update to goject-introspection-1.50.0
This commit is contained in:
parent
a1ffde16d4
commit
d2146b681e
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.84 2016/04/26 15:54:59 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.85 2016/10/29 08:47:42 jasper Exp $
|
||||
|
||||
COMMENT= GObject Introspection
|
||||
|
||||
GNOME_VERSION= 1.48.0
|
||||
GNOME_VERSION= 1.50.0
|
||||
GNOME_PROJECT= gobject-introspection
|
||||
|
||||
CATEGORIES= devel
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gobject-introspection-1.48.0.tar.xz) = +idarM2/yR7AvJpv0FYgUazbpzHn1YS2Sid/7GDnWHc=
|
||||
SIZE (gobject-introspection-1.48.0.tar.xz) = 1371308
|
||||
SHA256 (gobject-introspection-1.50.0.tar.xz) = HGWXxmb1Q8cO89fIk6sFKWivrmIO/cCAw2ZX9CJjN8U=
|
||||
SIZE (gobject-introspection-1.50.0.tar.xz) = 1415700
|
||||
|
@ -1,33 +0,0 @@
|
||||
$OpenBSD: patch-tests_gi-tester,v 1.3 2016/04/26 20:52:52 jasper Exp $
|
||||
|
||||
From dbbb8b36f2573134d46d5a514a86cc82a18e89d9 Mon Sep 17 00:00:00 2001
|
||||
From: Jasper Lievisse Adriaanse <jasper@humppa.nl>
|
||||
Date: Tue, 26 Apr 2016 17:58:29 +0200
|
||||
Subject: Replace GNU -B extension with a more portable -I equivalent
|
||||
|
||||
--- tests/gi-tester.orig Tue Apr 26 17:51:36 2016
|
||||
+++ tests/gi-tester Tue Apr 26 17:51:42 2016
|
||||
@@ -19,19 +19,19 @@ case $targetname in
|
||||
exit 0
|
||||
;;
|
||||
*-C)
|
||||
- diff -r -u -w -B -U 10 ${srcdir}/${targetbase}-expected ${builddir}/${targetbase}
|
||||
+ diff -r -u -w -I '^\s*$' -U 10 ${srcdir}/${targetbase}-expected ${builddir}/${targetbase}
|
||||
exit $?
|
||||
;;
|
||||
*-Python)
|
||||
- diff -r -u -w -B -U 10 ${srcdir}/${targetbase}-expected ${builddir}/${targetbase}
|
||||
+ diff -r -u -w -I '^\s*$' -U 10 ${srcdir}/${targetbase}-expected ${builddir}/${targetbase}
|
||||
exit $?
|
||||
;;
|
||||
*-Gjs)
|
||||
- diff -r -u -w -B -U 10 ${srcdir}/${targetbase}-expected ${builddir}/${targetbase}
|
||||
+ diff -r -u -w -I '^\s*$' -U 10 ${srcdir}/${targetbase}-expected ${builddir}/${targetbase}
|
||||
exit $?
|
||||
;;
|
||||
*-sections.txt)
|
||||
- diff -u -w -B -U 10 ${srcdir}/${targetname::-4}-expected.txt ${builddir}/${targetname}
|
||||
+ diff -u -w -I '^\s*$' -U 10 ${srcdir}/${targetname::-4}-expected.txt ${builddir}/${targetname}
|
||||
exit $?
|
||||
;;
|
||||
*.py)
|
@ -1,8 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.18 2015/09/28 12:02:01 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.19 2016/10/29 08:47:42 jasper Exp $
|
||||
bin/g-ir-annotation-tool
|
||||
@bin bin/g-ir-compiler
|
||||
bin/g-ir-doc-tool
|
||||
@bin bin/g-ir-generate
|
||||
@bin bin/g-ir-inspect
|
||||
bin/g-ir-scanner
|
||||
include/gobject-introspection-1.0/
|
||||
include/gobject-introspection-1.0/giarginfo.h
|
||||
|
Loading…
Reference in New Issue
Block a user