diff options
author | rakuco <rakuco@FreeBSD.org> | 2017-04-09 03:28:29 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2017-04-09 03:28:29 +0800 |
commit | 45ff9045bcfd9085a87838badb84add0b6d8a2b4 (patch) | |
tree | 11bda48cac9838e654d6f29a79073bc056322821 /finance | |
parent | b3d025d5d67e52edc1c80d917623a3446b64991c (diff) | |
download | freebsd-ports-gnome-45ff9045bcfd9085a87838badb84add0b6d8a2b4.tar.gz freebsd-ports-gnome-45ff9045bcfd9085a87838badb84add0b6d8a2b4.tar.zst freebsd-ports-gnome-45ff9045bcfd9085a87838badb84add0b6d8a2b4.zip |
Update to 2.8.0.
While here, adjust LICENSE and remove the patch to the update_xdg_mimetypes()
call, it is not necessary as update-mime-database is not called when DESTDIR is
set (we were preventing it from running at install-time).
Diffstat (limited to 'finance')
-rw-r--r-- | finance/skrooge/Makefile | 5 | ||||
-rw-r--r-- | finance/skrooge/distinfo | 6 | ||||
-rw-r--r-- | finance/skrooge/files/patch-skrooge_CMakeLists.txt | 10 | ||||
-rw-r--r-- | finance/skrooge/pkg-plist | 3 |
4 files changed, 7 insertions, 17 deletions
diff --git a/finance/skrooge/Makefile b/finance/skrooge/Makefile index 5ed2504cb39c..8999e1e1a3f8 100644 --- a/finance/skrooge/Makefile +++ b/finance/skrooge/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= skrooge -PORTVERSION= 2.7.0 -PORTREVISION= 1 +PORTVERSION= 2.8.0 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME} DIST_SUBDIR= KDE/${PORTNAME} @@ -10,7 +9,7 @@ DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= KDE personal finance manager -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= xsltproc:textproc/libxslt diff --git a/finance/skrooge/distinfo b/finance/skrooge/distinfo index b27a32d89f7a..3a354eef6e89 100644 --- a/finance/skrooge/distinfo +++ b/finance/skrooge/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1485371408 -SHA256 (KDE/skrooge/skrooge-2.7.0.tar.xz) = 9dc8275f17f366156f2863501512320bdf6fa0c2a8834a36fd598840954d30f7 -SIZE (KDE/skrooge/skrooge-2.7.0.tar.xz) = 17880592 +TIMESTAMP = 1491667265 +SHA256 (KDE/skrooge/skrooge-2.8.0.tar.xz) = d96cd93666ef0ffe74860cff15df78a79f02e2e26b53fcfd1ff90ac5393de912 +SIZE (KDE/skrooge/skrooge-2.8.0.tar.xz) = 19298700 diff --git a/finance/skrooge/files/patch-skrooge_CMakeLists.txt b/finance/skrooge/files/patch-skrooge_CMakeLists.txt deleted file mode 100644 index 9f09476ad538..000000000000 --- a/finance/skrooge/files/patch-skrooge_CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ -Do not update the mime database when installing the port, we do it ourselves -later. ---- skrooge/CMakeLists.txt.orig 2016-09-25 07:12:32 UTC -+++ skrooge/CMakeLists.txt -@@ -103,5 +103,4 @@ endif (NOT SHARED_MIME_INFO_MINIMUM_VERS - find_package(SharedMimeInfo REQUIRED) - - install(FILES x-skg.xml DESTINATION ${XDG_MIME_INSTALL_DIR}) --update_xdg_mimetypes(${XDG_MIME_INSTALL_DIR}) - diff --git a/finance/skrooge/pkg-plist b/finance/skrooge/pkg-plist index 9eda366747e7..6a8a40a530c8 100644 --- a/finance/skrooge/pkg-plist +++ b/finance/skrooge/pkg-plist @@ -87,6 +87,7 @@ share/doc/HTML/en/skrooge/analysis_report_5.png share/doc/HTML/en/skrooge/analysis_report_6.png share/doc/HTML/en/skrooge/analysis_trackers_view.png share/doc/HTML/en/skrooge/apply_process.png +share/doc/HTML/en/skrooge/apply_template.png share/doc/HTML/en/skrooge/back_forward.png share/doc/HTML/en/skrooge/balance_evolution.png share/doc/HTML/en/skrooge/bank_accounts.png @@ -128,7 +129,6 @@ share/doc/HTML/en/skrooge/edition_panel_buttons.png share/doc/HTML/en/skrooge/export_graph_menu.png share/doc/HTML/en/skrooge/export_table_menu.png share/doc/HTML/en/skrooge/fast_edition.png -share/doc/HTML/en/skrooge/frozen.png share/doc/HTML/en/skrooge/graph_on_tracker.png share/doc/HTML/en/skrooge/histogram.png share/doc/HTML/en/skrooge/history_browser.png @@ -700,6 +700,7 @@ share/mime/packages/x-skg.xml %%DATADIR%%/extractors/oscaro.extractor %%DATADIR%%/extractors/oxybul.extractor %%DATADIR%%/extractors/pixmania.extractor +%%DATADIR%%/extractors/sarenza.extractor %%DATADIR%%/extractors/spartoo.extractor %%DATADIR%%/extractors/topachat.extractor %%DATADIR%%/html/dark.txt |