Bug 47070 - Update port: finance/qhacc to 2.6
Summary: Update port: finance/qhacc to 2.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-14 20:10 UTC by tkato
Modified: 2003-01-18 13:50 UTC (History)
0 users

See Also:


Attachments
file.diff (667 bytes, patch)
2003-01-14 20:10 UTC, tkato
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato 2003-01-14 20:10:08 UTC
- Update to version 2.6
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-01-15 19:32:03 UTC
State Changed
From-To: open->feedback

I do get a checksum mismatch. 
Mine is: 
MD5 (qhacc-2.6.tar.gz) = 47f75b19726259a6ce4f5edd314c1f24
Comment 2 tkato 2003-01-17 12:35:28 UTC
On Wed, 15 Jan 2003 11:33:26 -0800 (PST)
Tilman Linneweh <arved@FreeBSD.org> wrote:

> State-Changed-Why: 
> I do get a checksum mismatch.
> Mine is:
> MD5 (qhacc-2.6.tar.gz) = 47f75b19726259a6ce4f5edd314c1f24

It seems tarball has been replaced after once uploaded.

Difference between old one and new one is as follows:

diff -urN old/qhacc-2.6/src/qhacc.cpp new/qhacc-2.6/src/qhacc.cpp
--- old/qhacc-2.6/src/qhacc.cpp	Sat Jan 11 16:43:28 2003
+++ new/qhacc-2.6/src/qhacc.cpp	Tue Jan 14 17:22:04 2003
@@ -314,13 +314,9 @@
 	for( int i=0; i<ACOLS; i++ ) cols[i]=TableCol( QString() );
 	// plus a couple others...
 	uint zip=0;
-	float zipf=0;
 	cols[AID]=TableCol( zip );
 	cols[APID]=TableCol( zip );
 	cols[AOBAL]=TableCol( "0.00" );
-	cols[ACBAL]=TableCol( zipf );
-	cols[ARBAL]=TableCol( zipf );
-	cols[ABUDGET]=TableCol( zipf );
 	cols[ATRANSNUMS]=TableCol( getSP( "TRANSTYPES" ) );
 	cols[ATAXED]=TableCol( true );
 	cols[ACATEGORY]=TableCol( true );
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2003-01-18 13:49:57 UTC
State Changed
From-To: feedback->closed

Committed, thanks