ports/66817: fix biology/seaview (cheksum mismatch) and request maintainership

Fernan Aguero fernan at iib.unsam.edu.ar
Tue May 18 14:40:52 UTC 2004


>Number:         66817
>Category:       ports
>Synopsis:       fix biology/seaview (cheksum mismatch) and request maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 18 07:40:26 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Fernan Aguero
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
IIB-UNSAM
>Environment:

FreeBSD pi.iib.unsam.edu.ar 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #0: Mon Dec  1 11:06:22 ART 2003     fernan at pi.iib.unsam.edu.ar:/usr/obj/usr/src/sys/PI  i386

	
>Description:
	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.
 
>How-To-Repeat:
	
>Fix:

	

--- seaview_distinfo.diff begins here ---
--- /usr/ports/biology/seaview/distinfo	Sat Jan 31 01:03:28 2004
+++ seaview.distinfo	Tue May 18 10:26:29 2004
@@ -1 +1,2 @@
-MD5 (seaview.tar) = 05464867b24f69906f8383c1d233afbe
+MD5 (seaview.tar) = 48db16486992fed35dad053fed0734e0
+SIZE (seaview.tar) = 560640
--- seaview_distinfo.diff ends here ---

--- seaview_Makefile.diff begins here ---
--- /usr/ports/biology/seaview/Makefile	Sat Apr 17 01:10:19 2004
+++ Makefile.seaview	Tue May 18 10:33:12 2004
@@ -6,18 +6,16 @@
 #
 
 PORTNAME=	seaview
-PORTVERSION=	2003.11.25
+PORTVERSION=	2004.03.16
 CATEGORIES=	biology
 MASTER_SITES=	ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/
 DISTNAME=	${PORTNAME}
 EXTRACT_SUFX=	.tar
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	fernan at iib.unsam.edu.ar
 COMMENT=	Multiple DNA/protein sequence alignment editor
 
 LIB_DEPENDS=	fltk.1:${PORTSDIR}/x11-toolkits/fltk
-
-BROKEN=		Checksum mismatch
 
 USE_X_PREFIX=	yes
 NO_WRKSUBDIR=	yes
--- seaview_Makefile.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list