git: 5e810afc5202 - main - databases/sqlitestudio: Update 3.4.0 -> 3.4.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Dec 2022 06:48:27 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e810afc520258609578fda56dd3892e23d340ee commit 5e810afc520258609578fda56dd3892e23d340ee Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-12-04 02:55:37 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-12-04 06:48:22 +0000 databases/sqlitestudio: Update 3.4.0 -> 3.4.1 Reported by: portscout --- databases/sqlitestudio/Makefile | 18 +++++----- databases/sqlitestudio/distinfo | 6 ++-- .../patch-5e7ee1ed25222cdb193f862702d480b91d195fa9 | 38 ---------------------- 3 files changed, 13 insertions(+), 49 deletions(-) diff --git a/databases/sqlitestudio/Makefile b/databases/sqlitestudio/Makefile index 4ede3c708d72..1738aec185e7 100644 --- a/databases/sqlitestudio/Makefile +++ b/databases/sqlitestudio/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlitestudio -DISTVERSION= 3.4.0 +DISTVERSION= 3.4.1 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org @@ -9,6 +9,15 @@ WWW= https://sqlitestudio.pl/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../LICENSE +USES= compiler:c++17-lang gl gmake ncurses qmake qt:5 readline sqlite +USE_LDCONFIG= yes +USE_QT= core concurrent declarative gui network script sql sql-sqlite3:run svg widgets xml \ + uitools buildtools:build linguisttools:build +USE_GL= gl + +USE_GITHUB= yes +GH_ACCOUNT= pawelsalawa + OPTIONS_GROUP= PLUGINS OPTIONS_DEFAULT= ${OPTIONS_GROUP_PLUGINS} OPTIONS_SUB= yes @@ -25,13 +34,6 @@ PLUGIN${p:C/([A-Z])/_\1/g:tu}_VARS= PLUGIN_DIRS+=${p} PLUGIN_DB_SQLITE_CIPHER_USES= ssl PLUGIN_PRINTING_USE= QT=printsupport -USES= compiler:c++17-lang gl gmake ncurses qmake qt:5 readline sqlite -USE_GITHUB= yes -GH_ACCOUNT= pawelsalawa -USE_QT= core concurrent declarative gui network script sql sql-sqlite3:run svg widgets xml \ - uitools buildtools:build linguisttools:build -USE_GL= gl - WRKSRC_SUBDIR= SQLiteStudio3 CXXFLAGS+= -I${WRKSRC}/coreSQLiteStudio diff --git a/databases/sqlitestudio/distinfo b/databases/sqlitestudio/distinfo index ba60d5afce61..a40c04ad4851 100644 --- a/databases/sqlitestudio/distinfo +++ b/databases/sqlitestudio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1668856780 -SHA256 (pawelsalawa-sqlitestudio-3.4.0_GH0.tar.gz) = 0295b2286b0f2830d398141341a7966dfac2748fc8792b50be0122fa7baf4a18 -SIZE (pawelsalawa-sqlitestudio-3.4.0_GH0.tar.gz) = 13149123 +TIMESTAMP = 1670119748 +SHA256 (pawelsalawa-sqlitestudio-3.4.1_GH0.tar.gz) = 4dac79b1200ca7bd54177820a97b95370f468b33eee6566f92fdb7bb7c6a5521 +SIZE (pawelsalawa-sqlitestudio-3.4.1_GH0.tar.gz) = 16094560 diff --git a/databases/sqlitestudio/files/patch-5e7ee1ed25222cdb193f862702d480b91d195fa9 b/databases/sqlitestudio/files/patch-5e7ee1ed25222cdb193f862702d480b91d195fa9 deleted file mode 100644 index caec05048c0e..000000000000 --- a/databases/sqlitestudio/files/patch-5e7ee1ed25222cdb193f862702d480b91d195fa9 +++ /dev/null @@ -1,38 +0,0 @@ ---- ../Plugins/ScriptingTcl/ScriptingTcl.pro -+++ ../Plugins/ScriptingTcl/ScriptingTcl.pro -@@ -44,7 +44,7 @@ linux: { - !exists($$TCL_CONFIG) { - # Debian case - DEBIAN_ARCH_PATH=$$system(dpkg-architecture -qDEB_HOST_MULTIARCH) -- TCL_CONFIG = /usr/lib/$$DEBIAN_ARCH_PATH/tcl$$TCL_VERSION/tclConfig.sh -+ TCL_CONFIG = $$PREFIX/lib/$$DEBIAN_ARCH_PATH/tcl$$TCL_VERSION/tclConfig.sh - } - message("Looking for $$TCL_CONFIG") - !exists($$TCL_CONFIG) { ---- Tests/TestUtils/TestUtils.pro -+++ Tests/TestUtils/TestUtils.pro -@@ -41,7 +41,7 @@ unix:!symbian { - maemo5 { - target.path = /opt/usr/lib - } else { -- target.path = /usr/lib -+ target.path = $$PREFIX/lib - } - INSTALLS += target - } ---- common.pri -+++ common.pri -@@ -40,11 +40,11 @@ portable { - - unix: { - isEmpty(LIBDIR) { -- LIBDIR = /usr/lib -+ LIBDIR = $$PREFIX/lib - } - export(LIBDIR) - isEmpty(BINDIR) { -- BINDIR = /usr/bin -+ BINDIR = $$PREFIX/bin - } - export(BINDIR) - }