Index: Makefile =================================================================== --- Makefile (revision 484032) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= aqmoney PORTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= finance MASTER_SITES= SF @@ -9,7 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Manage your credit institute accounts using openhbci -BROKEN= fails to build +#BROKEN= fails to build LIB_DEPENDS= libopenhbci.so:finance/openhbci Index: files/patch-dump.cpp =================================================================== --- files/patch-dump.cpp (nonexistent) +++ files/patch-dump.cpp (working copy) @@ -0,0 +1,11 @@ +--- src/dump.cpp.orig 2018-11-04 13:46:49 UTC ++++ src/dump.cpp +@@ -1066,7 +1066,7 @@ HBCI::Error dump(HBCI::Pointer h + result+="-//W3C//DTD HTML 4.01 Transitional//EN\">"; + result+=""; + result+="\n"; ++ result+="content=\"AqMoney " k_AQMONEY_VERSION_STRING "\">\n"; + result+="\n"; + result+="\n"; Property changes on: files/patch-dump.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property