Bug 66817 - fix biology/seaview (cheksum mismatch) and request maintainership
Summary: fix biology/seaview (cheksum mismatch) and request maintainership
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: 2004-05-18 15:40 UTC by Fernan Aguero
Modified: 2004-05-18 15:59 UTC (History)
1 user (show)

See Also:


Attachments
seaview_distinfo.diff (261 bytes, patch)
2004-05-18 15:40 UTC, Fernan Aguero
no flags Details | Diff
file.diff (623 bytes, patch)
2004-05-18 15:40 UTC, Fernan Aguero
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fernan Aguero 2004-05-18 15:40:26 UTC
	biology/seaview was marked as broken due to a checksum mismatch.

	I have confirmed that the change was due to a minor difference
	in only one file:

diff -ruN seaview_ukmirror/use_mase_files.cxx seaview_new/use_mase_files.cxx
--- seaview_ukmirror/use_mase_files.cxx	Tue Nov 25 06:17:09 2003
+++ seaview_new/use_mase_files.cxx	Tue Mar 16 06:36:05 2004
@@ -300,8 +300,8 @@
 		lseq += l2;
 		}
 	seq[totseqs][lseq]='\0';
-/* convert all to upper case */
-	p = seq[totseqs] - 1; while( *(++p) != 0 ) *p = toupper(*p);
+/* convert all to upper case 
+	p = seq[totseqs] - 1; while( *(++p) != 0 ) *p = toupper(*p); */
 	}
 fini:
 fclose(in);

	So, I am now updating the 'distinfo' for seaview to fix the
	checksum mismatch.

	Also, I am requesting maintainership of the port.
Comment 1 Oliver Eikemeier freebsd_committer freebsd_triage 2004-05-18 15:59:19 UTC
State Changed
From-To: open->closed

Committed with small modifications, thanks.