svn commit: r329096 - head/finance/homebank
Pawel Pekala
pawel at FreeBSD.org
Wed Oct 2 18:37:01 UTC 2013
Author: pawel
Date: Wed Oct 2 18:36:59 2013
New Revision: 329096
URL: http://svnweb.freebsd.org/changeset/ports/329096
Log:
- Update to version 4.5.4
- Add support for STAGEDIR
Changelog:
* bugfix: #1230401 running balance missordered after insert on same date
* bugfix: #1232418 Account, Payees and category, wrongly disabled!
* bugfix: scheduled transaction icon was still displayed after a save
Modified:
head/finance/homebank/Makefile
head/finance/homebank/distinfo
head/finance/homebank/pkg-plist
Modified: head/finance/homebank/Makefile
==============================================================================
--- head/finance/homebank/Makefile Wed Oct 2 18:34:38 2013 (r329095)
+++ head/finance/homebank/Makefile Wed Oct 2 18:36:59 2013 (r329096)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= homebank
-PORTVERSION= 4.5.3
+PORTVERSION= 4.5.4
CATEGORIES= finance
MASTER_SITES= http://homebank.free.fr/public/
@@ -29,16 +29,11 @@ OPTIONS_DEFAULT=OFX
OFX_LIB_DEPENDS= libofx.so:${PORTSDIR}/finance/libofx
OFX_CONFIGURE_OFF= --without-ofx
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
post-extract:
@${CHMOD} ${BINMODE} ${WRKSRC}/install-sh
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
Modified: head/finance/homebank/distinfo
==============================================================================
--- head/finance/homebank/distinfo Wed Oct 2 18:34:38 2013 (r329095)
+++ head/finance/homebank/distinfo Wed Oct 2 18:36:59 2013 (r329096)
@@ -1,2 +1,2 @@
-SHA256 (homebank-4.5.3.tar.gz) = d636b02b9113bc371c40b6497089ac0ba156e9a89c412f4629c7da8374030ebb
-SIZE (homebank-4.5.3.tar.gz) = 1797712
+SHA256 (homebank-4.5.4.tar.gz) = b3dd7df29d1de38b04c3bce3ade1f6266c1dc91aefa1106e37852edeab39b083
+SIZE (homebank-4.5.4.tar.gz) = 1805181
Modified: head/finance/homebank/pkg-plist
==============================================================================
--- head/finance/homebank/pkg-plist Wed Oct 2 18:34:38 2013 (r329095)
+++ head/finance/homebank/pkg-plist Wed Oct 2 18:36:59 2013 (r329096)
@@ -277,7 +277,6 @@ share/locale/zh_CN/LC_MESSAGES/homebank.
share/locale/zh_TW/LC_MESSAGES/homebank.mo
share/mime-info/homebank.keys
share/mime-info/homebank.mime
-share/mime/application/x-homebank.xml
share/mime/packages/homebank.xml
@dirrmtry share/locale/si/LC_MESSAGES
@dirrmtry share/locale/si
More information about the svn-ports-all
mailing list