View | Details | Raw Unified | Return to bug 233519 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	aqmoney
4
PORTNAME=	aqmoney
5
PORTVERSION=	0.6.3
5
PORTVERSION=	0.6.3
6
PORTREVISION=	1
6
CATEGORIES=	finance
7
CATEGORIES=	finance
7
MASTER_SITES=	SF
8
MASTER_SITES=	SF
8
9
Lines 9-15 Link Here
9
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
10
COMMENT=	Manage your credit institute accounts using openhbci
11
COMMENT=	Manage your credit institute accounts using openhbci
11
12
12
BROKEN=		fails to build
13
#BROKEN=		fails to build
13
14
14
LIB_DEPENDS=	libopenhbci.so:finance/openhbci
15
LIB_DEPENDS=	libopenhbci.so:finance/openhbci
15
16
(-)files/patch-dump.cpp (+11 lines)
Line 0 Link Here
1
--- src/dump.cpp.orig	2018-11-04 13:46:49 UTC
2
+++ src/dump.cpp
3
@@ -1066,7 +1066,7 @@ HBCI::Error dump(HBCI::Pointer<AQMAPI> h
4
     result+="-//W3C//DTD HTML 4.01 Transitional//EN\">";
5
     result+="<HTML>";
6
     result+="<meta name=\"Generator\" ";
7
-    result+="content=\"AqMoney "k_AQMONEY_VERSION_STRING"\">\n";
8
+    result+="content=\"AqMoney " k_AQMONEY_VERSION_STRING "\">\n";
9
     result+="<meta name=\"Author\" content=\"Martin Preuss\">\n";
10
     result+="<meta http-equiv=\"Content-Type\"";
11
     result+="content=\"text/html; charset=ISO-8859-1\">\n";

Return to bug 233519