K 10 svn:author V 4 mezz K 8 svn:date V 27 2010-10-03T17:04:08.000000Z K 7 svn:log V 457 Fix the quote price editor adds price data as wrong date. Bump the PORTREVISION. More details by the submitter: "gnucash quote price editor consume date string and convert the string by strptime(3) then get time_t by mktime(3). And struct tm, a mktime argument is not initialized and mktime detects insane structure and returns -1. So the entry is always added as epoch -1 date." PR: ports/138410 Submitted by: Takanori Watanabe END