Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Mar 2003 02:51:57 +0800 (CST)
From:      Leland Wang <llwang@infor.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/50403: Maintainer update port: lang/fbbi An interperter for the Befunge-98 language
Message-ID:  <200303281851.h2SIpvF5032413@leland.infor.org>
Resent-Message-ID: <200303281900.h2SJ0XM7091447@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         50403
>Category:       ports
>Synopsis:       Maintainer update port: lang/fbbi An interperter for the Befunge-98 language
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 28 11:00:29 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Leland Wang
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD leland.infor.org 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Nov 2 13:36:33 CST 2002 llwang@leland.infor.org:/home/mp3/obj/usr/src/sys/LELAND i386


	
>Description:
Update fbbi to version 2003.0326.
	
>How-To-Repeat:
	
>Fix:
diff -urN fbbi.orig/Makefile fbbi/Makefile
--- fbbi.orig/Makefile	Sat Mar 29 02:19:08 2003
+++ fbbi/Makefile	Sat Mar 29 02:31:35 2003
@@ -6,27 +6,19 @@
 #
 
 PORTNAME=	fbbi
-PORTVERSION=	0.98
+PORTVERSION=	2003.0326
 CATEGORIES=	lang
-MASTER_SITES=	http://www.catseye.mb.ca/esoteric/befunge/98/fbbi/
-DISTNAME=	fbbiv098
-EXTRACT_SUFX=	.zip
+MASTER_SITES=	http://www.catseye.mb.ca/projects/
+EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	llwang@infor.org
 COMMENT=	An interpreter for the Befunge-98 language
 
-USE_ZIP=	yes
 USE_GMAKE=	yes
-MAKEFILE=	makefile
-USE_REINPLACE=	yes
 
-WRKSRC=		${WRKDIR}/${PORTNAME}/src
-
-pre-build:
-	@${CP} ${WRKDIR}/fbbi.c ${WRKSRC}
-	${REINPLACE_CMD} -e 's,#include <values.h>,,' ${WRKSRC}/bf98spc.h
+WRKSRC=		${WRKDIR}/${DISTNAME}/src
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/fbbi ${LOCALBASE}/bin
+	@${INSTALL_PROGRAM} ${WRKSRC}/../bin/fbbi ${PREFIX}/bin
 
 .include <bsd.port.mk>
diff -urN fbbi.orig/distinfo fbbi/distinfo
--- fbbi.orig/distinfo	Sat Mar 29 02:19:08 2003
+++ fbbi/distinfo	Sat Mar 29 02:23:25 2003
@@ -1 +1 @@
-MD5 (fbbiv098.zip) = 2a1743d5cdca79dc22d8e6fccefe14d1
+MD5 (fbbi-2003.0326.tgz) = 4c5f084645720d7aacf8d63caf53a798
diff -urN fbbi.orig/pkg-descr fbbi/pkg-descr
--- fbbi.orig/pkg-descr	Sat Mar 29 02:19:08 2003
+++ fbbi/pkg-descr	Sat Mar 29 02:38:08 2003
@@ -20,4 +20,4 @@
 fashion; the program is stored in a two-dimensional grid and control
 can flow left or right, or up, or down...
 
-WWW: http://www.catseye.mb.ca/esoteric/befunge/
+WWW:	http://www.catseye.mb.ca/projects/fbbi-+

	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303281851.h2SIpvF5032413>