From bdodson@scms.utmb.EDU  Tue Oct 29 13:28:30 2002
Return-Path: <bdodson@scms.utmb.EDU>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AFB3437B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 29 Oct 2002 13:28:30 -0800 (PST)
Received: from histidine.utmb.edu (histidine.utmb.edu [129.109.59.80])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 26F1743E42
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 29 Oct 2002 13:28:30 -0800 (PST)
	(envelope-from bdodson@scms.utmb.EDU)
Received: from histidine.utmb.edu (localhost [127.0.0.1])
	by histidine.utmb.edu (8.12.6/8.12.6) with ESMTP id g9TLSA20028043
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 29 Oct 2002 15:28:10 -0600 (CST)
	(envelope-from bdodson@histidine.utmb.edu)
Received: (from root@localhost)
	by histidine.utmb.edu (8.12.6/8.12.6/Submit) id g9TLSA7Z028042;
	Tue, 29 Oct 2002 15:28:10 -0600 (CST)
Message-Id: <200210292128.g9TLSA7Z028042@histidine.utmb.edu>
Date: Tue, 29 Oct 2002 15:28:10 -0600 (CST)
From: "M. L. Dodson" <bdodson@scms.utmb.EDU>
Reply-To: "M. L. Dodson" <bdodson@scms.utmb.EDU>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: biology/nab
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44711
>Category:       ports
>Synopsis:       Update port: biology/nab
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 29 13:30:00 PST 2002
>Closed-Date:    Tue Oct 29 14:28:48 PST 2002
>Last-Modified:  Tue Oct 29 14:28:48 PST 2002
>Originator:     M. L. Dodson
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
University of Texas Medical Branch
>Environment:
System: FreeBSD histidine.utmb.edu 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #0: Mon Sep 9 13:34:38 CDT 2002 root@histidine.utmb.edu:/usr/obj/usr/src/sys/HISTIDINE i386



>Description:
	Update biology/nab port to cope with new version of bison
	and add alternate entry for MASTER_SITES
>How-To-Repeat:
>Fix:

output of diff -ruN nab.bak nab:

diff -ruN nab.bak/Makefile nab/Makefile
--- nab.bak/Makefile	Tue Jul 16 01:18:16 2002
+++ nab/Makefile	Tue Oct 29 15:11:16 2002
@@ -1,12 +1,13 @@
 # New ports collection Makefile for: nab
 # Date created:         Sept. 10, 2000
 # Whom:                 M. L. Dodson <bdodson@scms.utmb.edu>
-# $FreeBSD: ports/biology/nab/Makefile,v 1.6 2002/07/16 06:18:16 ijliao Exp $
+# $FreeBSD:$
 
 PORTNAME=	nab
 PORTVERSION=	4.4
 CATEGORIES=	biology
-MASTER_SITES=	ftp://ftp.scripps.edu/pub/case/
+MASTER_SITES=	ftp://ftp.scripps.edu/pub/case/ \
+		http://www.scripps.edu/case/
 
 MAINTAINER=	bdodson@scms.utmb.edu
 
diff -ruN nab.bak/files/patch-nabgrm.y nab/files/patch-nabgrm.y
--- nab.bak/files/patch-nabgrm.y	Wed Dec 31 18:00:00 1969
+++ nab/files/patch-nabgrm.y	Tue Oct 29 15:00:54 2002
@@ -0,0 +1,11 @@
+--- src/nabgrm.y.orig	Tue Oct 29 13:04:56 2002
++++ src/nabgrm.y	Tue Oct 29 13:40:29 2002
+@@ -244,7 +244,7 @@
+ expr_stmt	: expr SYM_SEMICOLON
+ 				{ CG_genmain(); CG_genexpr( $1 );
+ 				  CG_genop( NULL, SYM_SEMICOLON ); } ;
+-if_stmt		: if_hdr stmt ;
++if_stmt		: if_hdr stmt
+ 		| if_hdr stmt SYM_ELSE
+ 				{ CG_genrword( SYM_ELSE ); } stmt ;
+ for_stmt	: for_hdr stmt ;
diff -ruN nab.bak/files/patch-parser.y nab/files/patch-parser.y
--- nab.bak/files/patch-parser.y	Wed Dec 31 18:00:00 1969
+++ nab/files/patch-parser.y	Tue Oct 29 15:00:54 2002
@@ -0,0 +1,10 @@
+--- tleap/parser.y.orig	Tue Oct 29 13:46:35 2002
++++ tleap/parser.y	Tue Oct 29 13:48:18 2002
+@@ -220,6 +220,7 @@
+ 		{
+ 			return;
+ 		}
++	;
+ 
+ line    :       LENDOFCOMMAND
+ 	|	instruct


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pat 
State-Changed-When: Tue Oct 29 14:28:37 PST 2002 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44711 
>Unformatted:
