Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2003 09:34:15 +0900
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/49089: Update port: lang/rscheme to 0.7.3.2 (fix fetch)
Message-ID:  <86zno2rbaw.wl%fuyuki@hadaly.org>

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

>Number:         49089
>Category:       ports
>Synopsis:       Update port: lang/rscheme to 0.7.3.2 (fix fetch)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 10 16:40:16 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 5.0-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD hadaly.dyndns.org 5.0-RELEASE-p4 FreeBSD 5.0-RELEASE-p4 #2: Fri Mar 7 13:26:51 JST 2003 root@hadaly.dyndns.org:/.2/obj/usr/src/sys/NS i386


	
>Description:
Update to 0.7.3.2
	
>How-To-Repeat:
	
>Fix:
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/rscheme/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	20 Feb 2003 18:38:00 -0000	1.4
+++ Makefile	11 Mar 2003 00:33:37 -0000
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	rscheme
-PORTVERSION=	0.7.3.1
+PORTVERSION=	0.7.3.2
 CATEGORIES=	lang
-MASTER_SITES=	ftp://ftp.rscheme.org/pub/rscheme/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	${PORTNAME}
 DISTNAME=	rs-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/lang/rscheme/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	31 Jul 2001 10:06:38 -0000	1.1
+++ distinfo	11 Mar 2003 00:33:37 -0000
@@ -1 +1 @@
-MD5 (rs-0.7.3.1.tar.gz) = 3cb7be3f41cdb3b03c6ef92cbcd04928
+MD5 (rs-0.7.3.2.tar.gz) = 7b76fb21652a30e641db3994c06fda5e
cvs server: Diffing files
Index: files/patch-..::Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/rscheme/files/patch-..::Makefile,v
retrieving revision 1.1
diff -u -r1.1 patch-..::Makefile
--- files/patch-..::Makefile	31 Jul 2001 10:06:38 -0000	1.1
+++ files/patch-..::Makefile	11 Mar 2003 00:33:37 -0000
@@ -3,7 +3,7 @@
 
 --- ../Makefile.orig	Thu Mar 18 17:40:45 1999
 +++ ../Makefile	Tue Jul 31 10:48:35 2001
-@@ -123,9 +123,9 @@
+@@ -126,9 +126,9 @@
  
  stage1::
  	cd stage0 ; ./configure --prefix=`pwd`/install $(CONFIG_OPTS)
@@ -12,6 +12,6 @@
  	mkdir -p stage0/install/bin
 -	cd stage0 ; make shell
 +	cd stage0 ; $(MAKE) shell
- 	cd stage0 ; ln -s ../../rshell/rs install/bin/rs
- 	cd stage0 ; ln -s ../../system.img install/resource/system.img
+ 	cd stage0 ; ln -fs ../../rshell/rs install/bin/rs
+ 	cd stage0 ; ln -fs ../../system.img install/resource/system.img
  	$(MAKE) RS=`pwd`/stage0/install/bin/rs RSC_FLAGS2=-ccode \
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86zno2rbaw.wl%fuyuki>