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.
State Changed From-To: open->closed Committed with small modifications, thanks.