svn commit: r414943 - head/finance/homebank

Pawel Pekala pawel at FreeBSD.org
Tue May 10 15:20:44 UTC 2016


Author: pawel
Date: Tue May 10 15:20:42 2016
New Revision: 414943
URL: https://svnweb.freebsd.org/changeset/ports/414943

Log:
  - Update to version 5.0.7
  - Convert to USES=localbase
  
  Changelog:
  * new   : preferences, add preview for chart color scheme
  * new   : doc, added every payment into the lexicon
  * wish  : #1509485 quicksearch split transactions memo/category
  * wish  : #1507252 ability to batch-edit selected transactions easily
  * wish  : #1501125 export to CSV for all reports list view
  * wish  : #1501111 double-click on sheduled txn in main window to open
            template editor
  * wish  : #1292377 enable edit transactions from report detail list
  * wish  : #880846  hide/show txn list column on right click
  * bugfix: #1577555 scheduled transaction edit doesn't enable file save
  * bugfix: #1556289 scheduled transactions disappear with no reason
  * bugfix: #1553862 budget report categories displayed when
            selecting subcategories
  * bugfix: #1523216 import window wrongly sized
  * bugfix: #1511325 no warning about old gtk3.x version when
            compiling from source
  * bugfix: #1464961 inconsistency in my file internal xfer

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

Modified: head/finance/homebank/Makefile
==============================================================================
--- head/finance/homebank/Makefile	Tue May 10 15:03:59 2016	(r414942)
+++ head/finance/homebank/Makefile	Tue May 10 15:20:42 2016	(r414943)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	homebank
-PORTVERSION=	5.0.6
+PORTVERSION=	5.0.7
 CATEGORIES=	finance
 MASTER_SITES=	http://homebank.free.fr/public/
 
@@ -13,13 +13,11 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libosp.so:textproc/opensp
 
 GNU_CONFIGURE=	yes
-USES=		desktop-file-utils gettext gmake pkgconfig shared-mime-info
+USES=		desktop-file-utils gettext gmake localbase pkgconfig \
+		shared-mime-info
 USE_GNOME=	gtk30 intltool
 INSTALLS_ICONS=	yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-
 PORTDOCS=	AUTHORS ChangeLog NEWS README
 
 OPTIONS_DEFINE=	DOCS OFX

Modified: head/finance/homebank/distinfo
==============================================================================
--- head/finance/homebank/distinfo	Tue May 10 15:03:59 2016	(r414942)
+++ head/finance/homebank/distinfo	Tue May 10 15:20:42 2016	(r414943)
@@ -1,2 +1,2 @@
-SHA256 (homebank-5.0.6.tar.gz) = 4a52ef7a20accd50f8cead0d0564042912573c7d60887ef5e4d462fb28b239e4
-SIZE (homebank-5.0.6.tar.gz) = 2578726
+SHA256 (homebank-5.0.7.tar.gz) = d526dc78e6f6ea01efadfb9fd27b2d10326c315cfe550c83cc29cfd8052564e7
+SIZE (homebank-5.0.7.tar.gz) = 2603648

Modified: head/finance/homebank/pkg-plist
==============================================================================
--- head/finance/homebank/pkg-plist	Tue May 10 15:03:59 2016	(r414942)
+++ head/finance/homebank/pkg-plist	Tue May 10 15:20:42 2016	(r414943)
@@ -22,6 +22,7 @@ share/applications/homebank.desktop
 %%DATADIR%%/help/dlg-bud1.html
 %%DATADIR%%/help/dlg-cate.html
 %%DATADIR%%/help/dlg-filt.html
+%%DATADIR%%/help/dlg-mult.html
 %%DATADIR%%/help/dlg-paye.html
 %%DATADIR%%/help/dlg-pref.html
 %%DATADIR%%/help/dlg-spli.html
@@ -78,6 +79,7 @@ share/applications/homebank.desktop
 %%DATADIR%%/help/images/dlg-split1.png
 %%DATADIR%%/help/images/dlg-template1.png
 %%DATADIR%%/help/images/dlg-transaction1.png
+%%DATADIR%%/help/images/dlg-txnmultiple.png
 %%DATADIR%%/help/images/dlg-xferselection.png
 %%DATADIR%%/help/images/doc_balance.png
 %%DATADIR%%/help/images/doc_title.png
@@ -106,7 +108,6 @@ share/applications/homebank.desktop
 %%DATADIR%%/help/images/pm-transfer.png
 %%DATADIR%%/help/images/tip-accorder.png
 %%DATADIR%%/help/images/tip-listsearch.png
-%%DATADIR%%/help/images/tip-multiedit.png
 %%DATADIR%%/help/images/use-assignment1.png
 %%DATADIR%%/help/images/use-budget1.png
 %%DATADIR%%/help/images/use-budget2.png
@@ -196,6 +197,7 @@ share/applications/homebank.desktop
 %%DATADIR%%/icons/hicolor/24x24/actions/hb-ope-delete.png
 %%DATADIR%%/icons/hicolor/24x24/actions/hb-ope-edit.png
 %%DATADIR%%/icons/hicolor/24x24/actions/hb-ope-herit.png
+%%DATADIR%%/icons/hicolor/24x24/actions/hb-ope-multiedit.png
 %%DATADIR%%/icons/hicolor/24x24/actions/hb-ope-reconciled.png
 %%DATADIR%%/icons/hicolor/24x24/actions/hb-ope-show.png
 %%DATADIR%%/icons/hicolor/24x24/actions/hb-payee.png


More information about the svn-ports-head mailing list