svn commit: r488668 - head/finance/skrooge

Tobias C. Berner tcberner at FreeBSD.org
Sat Dec 29 14:22:17 UTC 2018


Author: tcberner
Date: Sat Dec 29 14:22:16 2018
New Revision: 488668
URL: https://svnweb.freebsd.org/changeset/ports/488668

Log:
  finance/skrooge: update to 2.17.0
  
  The Skrooge Team announces the release 2.17.0 version of its popular Personal
  Finances Manager based on KDE Frameworks.
  
  Changelog [1]
      * Correction bug 400695: Designer plugins get installed as versioned libraries
      * Correction bug 400724: Import of Quicken 2012 .QIF file failed due to tags
      * Correction bug 402031: ERR-4/ERR-5 opening relative path to .skg from command line, then zombie Skrooge
      * Correction: Transfer created with value at 0. Regression due to 399672. (see https://forum.kde.org/viewtopic.php?f=210&t=155713&p=406978)
      * Correction: QIF import with transfer on split (see https://forum.kde.org/viewtopic.php?f=210&t=155614)
      * Correction: Add delay (300 ms) on text filter
      * Correction: "Search & Process" create a duplicate a duplicated category in some cases
      * Correction: Compliance with SQLCipher 4
      * Correction: Close SQL database in mmb import
      * Feature: Like on transfer, the ratio is requested when creating a share operation (see https://forum.kde.org/viewtopic.php?f=210&t=155605&p=406979)
      * Feature: Progress bar in taskbar
      * Feature: Support only QT >= 5.7.0
  
  [1] https://skrooge.org/node/234

Modified:
  head/finance/skrooge/Makefile
  head/finance/skrooge/distinfo
  head/finance/skrooge/pkg-plist

Modified: head/finance/skrooge/Makefile
==============================================================================
--- head/finance/skrooge/Makefile	Sat Dec 29 14:08:17 2018	(r488667)
+++ head/finance/skrooge/Makefile	Sat Dec 29 14:22:16 2018	(r488668)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	skrooge
-DISTVERSION=	2.16.2
-PORTREVISION=	1
+DISTVERSION=	2.17.0
 CATEGORIES=	finance kde
 MASTER_SITES=	KDE/stable/${PORTNAME}
 DIST_SUBDIR=	KDE/${PORTNAME}

Modified: head/finance/skrooge/distinfo
==============================================================================
--- head/finance/skrooge/distinfo	Sat Dec 29 14:08:17 2018	(r488667)
+++ head/finance/skrooge/distinfo	Sat Dec 29 14:22:16 2018	(r488668)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1541797527
-SHA256 (KDE/skrooge/skrooge-2.16.2.tar.xz) = 124e0928595be6c1ae0a879f4f1cd4631e7aced8c5273ccb92e128a4f2c2bb45
-SIZE (KDE/skrooge/skrooge-2.16.2.tar.xz) = 21005424
+TIMESTAMP = 1545338181
+SHA256 (KDE/skrooge/skrooge-2.17.0.tar.xz) = 19f2d7939b0333a95a129d110c11514f07a06f39b1ec08b42b5f43b6145b036d
+SIZE (KDE/skrooge/skrooge-2.17.0.tar.xz) = 23421972

Modified: head/finance/skrooge/pkg-plist
==============================================================================
--- head/finance/skrooge/pkg-plist	Sat Dec 29 14:08:17 2018	(r488667)
+++ head/finance/skrooge/pkg-plist	Sat Dec 29 14:22:16 2018	(r488668)
@@ -11,11 +11,7 @@ lib/libskgbasegui.so.%%SHLIB_VER%%
 lib/libskgbasemodeler.so.2
 lib/libskgbasemodeler.so.%%SHLIB_VER%%
 %%QT_PLUGINDIR%%/designer/libskgbankguidesigner.so
-%%QT_PLUGINDIR%%/designer/libskgbankguidesigner.so.2
-%%QT_PLUGINDIR%%/designer/libskgbankguidesigner.so.%%SHLIB_VER%%
 %%QT_PLUGINDIR%%/designer/libskgbaseguidesigner.so
-%%QT_PLUGINDIR%%/designer/libskgbaseguidesigner.so.2
-%%QT_PLUGINDIR%%/designer/libskgbaseguidesigner.so.%%SHLIB_VER%%
 %%QT_PLUGINDIR%%/grantlee/%%GRANTLEE_VERSION_SHORT%%/grantlee_skgfilters%%GRANTLEE_DEBUG_SUFFIX%%.so
 %%QT_PLUGINDIR%%/skg_advice.so
 %%QT_PLUGINDIR%%/skg_bookmark.so


More information about the svn-ports-all mailing list