svn commit: r386078 - in head/databases/sqlitebrowser: . files
Frederic Culot
culot at FreeBSD.org
Mon May 11 13:00:54 UTC 2015
Author: culot
Date: Mon May 11 13:00:52 2015
New Revision: 386078
URL: https://svnweb.freebsd.org/changeset/ports/386078
Log:
- Update to 3.6.0
PR: 199795
Submitted by: Jungleboogie0 at gmail.com, coder at tuxfamily.org
Approved by: coder at tuxfamily.org (maintainer)
Changes: https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.6.0
Modified:
head/databases/sqlitebrowser/Makefile
head/databases/sqlitebrowser/distinfo
head/databases/sqlitebrowser/files/patch-src-PreferencesDialog.cpp
head/databases/sqlitebrowser/pkg-plist
Modified: head/databases/sqlitebrowser/Makefile
==============================================================================
--- head/databases/sqlitebrowser/Makefile Mon May 11 12:48:57 2015 (r386077)
+++ head/databases/sqlitebrowser/Makefile Mon May 11 13:00:52 2015 (r386078)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sqlitebrowser
-PORTVERSION= 3.5.1
+PORTVERSION= 3.6.0
CATEGORIES= databases
MAINTAINER= coder at tuxfamily.org
@@ -13,7 +13,7 @@ LICENSE_COMB= dual
USE_GITHUB= yes
GH_ACCOUNT= sqlitebrowser
-GH_TAGNAME= 1d12977
+GH_TAGNAME= e703344
USES= cmake desktop-file-utils
USE_QT4= gui qmake_build linguist_build moc_build uic_build rcc_build
Modified: head/databases/sqlitebrowser/distinfo
==============================================================================
--- head/databases/sqlitebrowser/distinfo Mon May 11 12:48:57 2015 (r386077)
+++ head/databases/sqlitebrowser/distinfo Mon May 11 13:00:52 2015 (r386078)
@@ -1,2 +1,2 @@
-SHA256 (sqlitebrowser-sqlitebrowser-3.5.1-1d12977_GH0.tar.gz) = ba417db4e6fbf9f05d11ad77f83081b05b30591a4b0a8796d64b03836869bf35
-SIZE (sqlitebrowser-sqlitebrowser-3.5.1-1d12977_GH0.tar.gz) = 874558
+SHA256 (sqlitebrowser-sqlitebrowser-3.6.0-e703344_GH0.tar.gz) = 3bc136d79ce18a15c2e4319236cefa28eff740f7e28762bde0d388c6b396d170
+SIZE (sqlitebrowser-sqlitebrowser-3.6.0-e703344_GH0.tar.gz) = 1452710
Modified: head/databases/sqlitebrowser/files/patch-src-PreferencesDialog.cpp
==============================================================================
--- head/databases/sqlitebrowser/files/patch-src-PreferencesDialog.cpp Mon May 11 12:48:57 2015 (r386077)
+++ head/databases/sqlitebrowser/files/patch-src-PreferencesDialog.cpp Mon May 11 13:00:52 2015 (r386078)
@@ -1,17 +1,19 @@
---- src/PreferencesDialog.cpp.orig 2015-02-01 15:27:53.407669984 +0100
-+++ src/PreferencesDialog.cpp 2015-02-01 15:30:51.885904399 +0100
-@@ -266,9 +266,13 @@
+--- src/PreferencesDialog.cpp.orig 2015-05-09 08:19:49.920343024 +0200
++++ src/PreferencesDialog.cpp 2015-05-09 08:20:57.913337598 +0200
+@@ -356,8 +356,15 @@
+
void PreferencesDialog::fillLanguageBox()
{
- // Use the path relative to the main executable
+- QDir translationsDir(QCoreApplication::applicationDirPath() + "/translations",
++
+#ifdef Q_OS_FREEBSD
+ QDir translationsDir("%%DATADIR%%/translations",
-+ "sqlb_*.qm");
-+#else
- QDir translationsDir(QCoreApplication::applicationDirPath() + "/translations",
"sqlb_*.qm");
--
++#else
++ QDir translationsDir(QCoreApplication::applicationDirPath() + "/translations",
++ "sqlb_*.qm");
++
+#endif
- // Add default language
- ui->languageComboBox->addItem("English (United States)", "en_US");
+
+ QLocale systemLocale = QLocale::system();
Modified: head/databases/sqlitebrowser/pkg-plist
==============================================================================
--- head/databases/sqlitebrowser/pkg-plist Mon May 11 12:48:57 2015 (r386077)
+++ head/databases/sqlitebrowser/pkg-plist Mon May 11 13:00:52 2015 (r386078)
@@ -1,4 +1,5 @@
%%QT_BINDIR%%/sqlitebrowser
+share/appdata/sqlitebrowser.desktop.appdata.xml
share/applications/sqlitebrowser.desktop
share/icons/hicolor/256x256/apps/sqlitebrowser.png
%%DATADIR%%/translations/sqlb_de.qm
More information about the svn-ports-all
mailing list