svn commit: r438062 - in head/finance/skrooge: . files
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sat Apr 8 19:28:30 UTC 2017
Author: rakuco
Date: Sat Apr 8 19:28:29 2017
New Revision: 438062
URL: https://svnweb.freebsd.org/changeset/ports/438062
Log:
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).
Deleted:
head/finance/skrooge/files/
Modified:
head/finance/skrooge/Makefile
head/finance/skrooge/distinfo
head/finance/skrooge/pkg-plist
Modified: head/finance/skrooge/Makefile
==============================================================================
--- head/finance/skrooge/Makefile Sat Apr 8 18:55:35 2017 (r438061)
+++ head/finance/skrooge/Makefile Sat Apr 8 19:28:29 2017 (r438062)
@@ -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 at FreeBSD.org
COMMENT= KDE personal finance manager
-LICENSE= GPLv2
+LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= xsltproc:textproc/libxslt
Modified: head/finance/skrooge/distinfo
==============================================================================
--- head/finance/skrooge/distinfo Sat Apr 8 18:55:35 2017 (r438061)
+++ head/finance/skrooge/distinfo Sat Apr 8 19:28:29 2017 (r438062)
@@ -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
Modified: head/finance/skrooge/pkg-plist
==============================================================================
--- head/finance/skrooge/pkg-plist Sat Apr 8 18:55:35 2017 (r438061)
+++ head/finance/skrooge/pkg-plist Sat Apr 8 19:28:29 2017 (r438062)
@@ -87,6 +87,7 @@ share/doc/HTML/en/skrooge/analysis_repor
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_
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
More information about the svn-ports-all
mailing list