Index: branches/2019Q3/databases/opendbviewer/Makefile =================================================================== --- branches/2019Q3/databases/opendbviewer/Makefile (revision 507621) +++ branches/2019Q3/databases/opendbviewer/Makefile (revision 507622) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= opendbviewer -PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTVERSION= 1.1.1 +DISTVERSIONPREFIX= v CATEGORIES= databases MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Simple database explorer LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= convert:graphics/ImageMagick6 USES= cmake compiler:c++11-lang qt:5 USE_GITHUB= yes GH_ACCOUNT= Jet1oeil USE_QT= core gui network sql sql-sqlite3 testlib widgets \ buildtools_build linguisttools_build qmake_build OPTIONS_DEFINE= DOCS PGSQL MYSQL OPTIONS_DEFAULT= PGSQL PGSQL_USE= QT=sql-pgsql MYSQL_USE= QT=sql-mysql .include Index: branches/2019Q3/databases/opendbviewer/distinfo =================================================================== --- branches/2019Q3/databases/opendbviewer/distinfo (revision 507621) +++ branches/2019Q3/databases/opendbviewer/distinfo (revision 507622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537298361 -SHA256 (Jet1oeil-opendbviewer-1.1.0_GH0.tar.gz) = 3226c3b1cc00560dfae5c607eef5c517480553acda2d709147cd9c13fa18e6ee -SIZE (Jet1oeil-opendbviewer-1.1.0_GH0.tar.gz) = 2082815 +TIMESTAMP = 1563900989 +SHA256 (Jet1oeil-opendbviewer-v1.1.1_GH0.tar.gz) = 15b90b4a864de10b729b0d4b393aba5d221378399798d77bfa38f6e03e1cf34a +SIZE (Jet1oeil-opendbviewer-v1.1.1_GH0.tar.gz) = 2082740 Index: branches/2019Q3/databases/opendbviewer/files/patch-CMakeLists.txt =================================================================== --- branches/2019Q3/databases/opendbviewer/files/patch-CMakeLists.txt (revision 507621) +++ branches/2019Q3/databases/opendbviewer/files/patch-CMakeLists.txt (revision 507622) @@ -1,11 +1,11 @@ ---- CMakeLists.txt.orig 2018-09-19 13:46:09 UTC +--- CMakeLists.txt.orig 2019-07-23 17:03:09 UTC +++ CMakeLists.txt @@ -58,7 +58,7 @@ elseif(APPLE) else(WIN32) - set(INSTALL_PATH_BIN "bin/") - set(INSTALL_PATH_SHARE "share/${APPLICATION_PACKAGE_NAME}") -- set(INSTALL_PATH_DOC "share/${APPLICATION_PACKAGE_NAME}/doc") -+ set(INSTALL_PATH_DOC "share/doc/${APPLICATION_PACKAGE_NAME}") - set(INSTALL_PATH_APPLICATIONS "share/applications") - set(INSTALL_PATH_ICONS "share/icons/") + set(INSTALL_PATH_BIN "bin/") + set(INSTALL_PATH_SHARE "share/${APPLICATION_PACKAGE_NAME}") +- set(INSTALL_PATH_DOC "share/${APPLICATION_PACKAGE_NAME}/doc") ++ set(INSTALL_PATH_DOC "share/doc/${APPLICATION_PACKAGE_NAME}") + set(INSTALL_PATH_APPLICATIONS "share/applications") + set(INSTALL_PATH_ICONS "share/icons/") endif(WIN32) Index: branches/2019Q3/databases/opendbviewer/pkg-plist =================================================================== --- branches/2019Q3/databases/opendbviewer/pkg-plist (revision 507621) +++ branches/2019Q3/databases/opendbviewer/pkg-plist (revision 507622) @@ -1,34 +1,42 @@ bin/opendbviewer share/applications/opendbviewer.desktop %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README +share/icons/hicolor/128x128/apps/opendbviewer.png +share/icons/hicolor/16x16/apps/opendbviewer.png +share/icons/hicolor/22x22/apps/opendbviewer.png +share/icons/hicolor/24x24/apps/opendbviewer.png +share/icons/hicolor/32x32/apps/opendbviewer.png +share/icons/hicolor/48x48/apps/opendbviewer.png +share/icons/hicolor/64x64/apps/opendbviewer.png +share/icons/opendbviewer.png %%DATADIR%%/icons_themes/app_default/actions/128/database-add.png %%DATADIR%%/icons_themes/app_default/actions/128/database.png %%DATADIR%%/icons_themes/app_default/actions/128/folder.png %%DATADIR%%/icons_themes/app_default/actions/128/history.png %%DATADIR%%/icons_themes/app_default/actions/16/database-add.png %%DATADIR%%/icons_themes/app_default/actions/16/database.png %%DATADIR%%/icons_themes/app_default/actions/16/folder.png %%DATADIR%%/icons_themes/app_default/actions/16/history.png %%DATADIR%%/icons_themes/app_default/actions/22/database-add.png %%DATADIR%%/icons_themes/app_default/actions/22/database.png %%DATADIR%%/icons_themes/app_default/actions/22/folder.png %%DATADIR%%/icons_themes/app_default/actions/22/history.png %%DATADIR%%/icons_themes/app_default/actions/24/database-add.png %%DATADIR%%/icons_themes/app_default/actions/24/database.png %%DATADIR%%/icons_themes/app_default/actions/24/folder.png %%DATADIR%%/icons_themes/app_default/actions/24/history.png %%DATADIR%%/icons_themes/app_default/actions/32/database-add.png %%DATADIR%%/icons_themes/app_default/actions/32/database.png %%DATADIR%%/icons_themes/app_default/actions/32/folder.png %%DATADIR%%/icons_themes/app_default/actions/32/history.png %%DATADIR%%/icons_themes/app_default/actions/48/database-add.png %%DATADIR%%/icons_themes/app_default/actions/48/database.png %%DATADIR%%/icons_themes/app_default/actions/48/folder.png %%DATADIR%%/icons_themes/app_default/actions/48/history.png %%DATADIR%%/icons_themes/app_default/actions/64/database-add.png %%DATADIR%%/icons_themes/app_default/actions/64/database.png %%DATADIR%%/icons_themes/app_default/actions/64/folder.png %%DATADIR%%/icons_themes/app_default/actions/64/history.png %%DATADIR%%/icons_themes/app_default/author %%DATADIR%%/icons_themes/app_default/index.theme Index: branches/2019Q3 =================================================================== --- branches/2019Q3 (revision 507621) +++ branches/2019Q3 (revision 507622) Property changes on: branches/2019Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r507543