Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jan 2000 19:27:22 -0800 (PST)
From:      Jonathan Hanna <jh@cr1003333-a.crdva1.bc.home.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16321: Update spin to 3.3.8, fixing unfetchable
Message-ID:  <200001240327.TAA04309@cr1003333-a.crdva1.bc.home.com>

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

>Number:         16321
>Category:       ports
>Synopsis:       Update spin to 3.3.8, fixing unfetchable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 23 19:30:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Hanna
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

>Description:

>How-To-Repeat:

>Fix:

diff -ur spin.orig/Makefile spin/Makefile
--- spin.orig/Makefile	Wed Dec 29 23:37:03 1999
+++ spin/Makefile	Sun Jan 23 19:15:45 2000
@@ -1,17 +1,17 @@
 # Ports collection makefile for: spin
-# Version required:	3.3.7
+# Version required:	3.3.8
 # Date created:		Oct 23, 1997
 # Whom:			jhanna@home.com
 #
 # $FreeBSD: ports/math/spin/Makefile,v 1.8 1999/12/24 03:48:05 jedgar Exp $
 #
 
-DISTNAME=	spin-3.37
+DISTNAME=	spin-3.38
 CATEGORIES=	math
 MASTER_SITES=	ftp://netlib.bell-labs.com/netlib/spin/ \
 		ftp://www.netlib.org/spin/ \
 		ftp://wcarchive.cdrom.com/pub/netlib/spin/
-DISTFILES=	spin337.tar.gz html.tar.gz
+DISTFILES=	spin338.tar.gz html.tar.gz
 
 MAINTAINER=	jhanna@home.com
 
@@ -28,9 +28,9 @@
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/spin ${PREFIX}/bin
-	${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.3/xspin337.tcl ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.3/xspin338.tcl ${PREFIX}/bin
 	${RM} -f ${PREFIX}/bin/xspin
-	${LN} -s ${PREFIX}/bin/xspin337.tcl ${PREFIX}/bin/xspin
+	${LN} -s ${PREFIX}/bin/xspin338.tcl ${PREFIX}/bin/xspin
 
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${PREFIX}/share/doc/spin/Doc
diff -ur spin.orig/files/md5 spin/files/md5
--- spin.orig/files/md5	Wed Dec 29 23:37:03 1999
+++ spin/files/md5	Sun Jan 23 18:43:32 2000
@@ -1,2 +1,2 @@
-MD5 (spin/spin337.tar.gz) = f1a16353776512fa694fbadd7da83f42
+MD5 (spin/spin338.tar.gz) = f9c79b4695a0df0636b8c2d19e5f6849
 MD5 (spin/html.tar.gz) = 66686c33ab6213819fa08d41ed17bf8e
diff -ur spin.orig/patches/patch-aa spin/patches/patch-aa
--- spin.orig/patches/patch-aa	Wed Dec 29 23:37:03 1999
+++ spin/patches/patch-aa	Sun Jan 23 18:45:31 2000
@@ -1,5 +1,5 @@
---- ../Xspin3.3/xspin337.tcl.orig	Wed Jun 23 18:29:29 1999
-+++ ../Xspin3.3/xspin337.tcl	Wed Jun 23 18:30:51 1999
+--- ../Xspin3.3/xspin338.tcl.orig	Wed Jun 23 18:29:29 1999
++++ ../Xspin3.3/xspin338.tcl	Wed Jun 23 18:30:51 1999
 @@ -1,4 +1,4 @@
 -#!/usr/local/bin/wish -f
 +#!/usr/local/bin/wish8.0 -f
diff -ur spin.orig/pkg/PLIST spin/pkg/PLIST
--- spin.orig/pkg/PLIST	Wed Dec 29 23:37:04 1999
+++ spin/pkg/PLIST	Sun Jan 23 19:16:32 2000
@@ -1,6 +1,6 @@
 bin/spin
 bin/xspin
-bin/xspin337.tcl
+bin/xspin338.tcl
 share/doc/spin/Doc/Book.Ch6.add
 share/doc/spin/Doc/Book.Errata
 share/doc/spin/Doc/Book.answers

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


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




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