https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/3.12.0
numerous fixes and improvements.

The patch is now merged.

Works for me on amd64 while playing around with sqlports.
OK?


Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/sqlitebrowser/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- Makefile    29 Feb 2020 08:17:58 -0000      1.30
+++ Makefile    17 Jun 2020 17:04:44 -0000
@@ -4,8 +4,7 @@ COMMENT =       graphical interface to sqlite 
 
 GH_ACCOUNT =   sqlitebrowser
 GH_PROJECT =   sqlitebrowser
-GH_TAGNAME =   v3.11.2
-REVISION =     0
+GH_TAGNAME =   3.12.0
 
 CATEGORIES =   databases x11
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/sqlitebrowser/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo    24 Aug 2019 07:46:57 -0000      1.6
+++ distinfo    17 Jun 2020 17:04:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (sqlitebrowser-3.11.2.tar.gz) = 
KYrLKIeKpxInehw1wYWweloWccw+LGohsyNHe5HUhvw=
-SIZE (sqlitebrowser-3.11.2.tar.gz) = 2530497
+SHA256 (sqlitebrowser-3.12.0.tar.gz) = 
PxoUU+0PS1tysEaL+O5WiH6yPXHCUYpEn06xeUcdc9E=
+SIZE (sqlitebrowser-3.12.0.tar.gz) = 4017370
Index: patches/patch-cmake_FindQScintilla_cmake
===================================================================
RCS file: patches/patch-cmake_FindQScintilla_cmake
diff -N patches/patch-cmake_FindQScintilla_cmake
--- patches/patch-cmake_FindQScintilla_cmake    29 May 2018 19:34:31 -0000      
1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-cmake_FindQScintilla_cmake,v 1.1 2018/05/29 19:34:31 landry 
Exp $
-
-Index: cmake/FindQScintilla.cmake
---- cmake/FindQScintilla.cmake.orig
-+++ cmake/FindQScintilla.cmake
-@@ -80,7 +80,7 @@ endif ()
- 
- 
- find_library ( QSCINTILLA_LIBRARY
--  NAMES qscintilla qscintilla2 libqscintilla2
-+  NAMES qscintilla qscintilla2_qt5 libqscintilla2
-   HINTS ${QT_LIBRARY_DIR}
- )
- 
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/sqlitebrowser/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- pkg/PLIST   29 Jun 2018 22:16:10 -0000      1.6
+++ pkg/PLIST   17 Jun 2020 17:12:31 -0000
@@ -1,8 +1,8 @@
 @comment $OpenBSD: PLIST,v 1.6 2018/06/29 22:16:10 espie Exp $
 @bin bin/sqlitebrowser
-share/appdata/
-share/appdata/sqlitebrowser.desktop.appdata.xml
 share/applications/sqlitebrowser.desktop
 share/icons/hicolor/256x256/apps/sqlitebrowser.png
 @tag gtk-update-icon-cache %D/share/icons/hicolor
 @tag update-desktop-database
+share/metainfo/
+share/metainfo/sqlitebrowser.desktop.appdata.xml

Reply via email to