Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2002 11:49:02 -0800 (PST)
From:      Jonathan Hanna <jhanna@h24-78-88-208.vc.shawcable.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46071: update port spin to 3.5.2
Message-ID:  <200212071949.gB7Jn2M8075547@h24-78-88-208.vc.shawcable.net>

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

>Number:         46071
>Category:       ports
>Synopsis:       update port spin to 3.5.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 07 11:50:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Hanna
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:

>Description:
>How-To-Repeat:
>Fix:

diff -r -u spin.orig/Makefile spin/Makefile
--- spin.orig/Makefile	Wed Oct 16 14:50:46 2002
+++ spin/Makefile	Sat Dec  7 11:25:16 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	spin
-PORTVERSION=	3.5.0
+PORTVERSION=	3.5.2
 CATEGORIES=	devel
 MASTER_SITES=	http://spinroot.com/spin/Src/ \
 		ftp://netlib.bell-labs.com/netlib/spin/ \
@@ -16,7 +16,7 @@
 MAINTAINER=	jhanna@shaw.ca
 
 DIST_SUBDIR=	spin
-WRKSRC=		${WRKDIR}/Src3.5.0
+WRKSRC=		${WRKDIR}/Src3.5.2
 MAKEFILE=	makefile
 ALL_TARGET=	spin
 USE_REINPLACE=	yes
@@ -29,16 +29,16 @@
 	if [ -z "$$WISH" ] ; then WISH=wish8.0 ; fi ; \
 	${REINPLACE_CMD} \
 		-e "s|%%LOCALBASE%%|${LOCALBASE}|g;" \
-		-e "s|%%WISH%%|$$WISH|g" ${WRKDIR}/Xspin3.5/xspin350.tcl
+		-e "s|%%WISH%%|$$WISH|g" ${WRKDIR}/Xspin3.5/xspin351.tcl
 
 pre-build:
 	cd ${WRKSRC} && ${MAKE} clean
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/spin ${PREFIX}/bin
-	${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.5/xspin350.tcl ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.5/xspin351.tcl ${PREFIX}/bin
 	${RM} -f ${PREFIX}/bin/xspin
-	${LN} -s ${PREFIX}/bin/xspin350.tcl ${PREFIX}/bin/xspin
+	${LN} -s ${PREFIX}/bin/xspin351.tcl ${PREFIX}/bin/xspin
 
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${PREFIX}/share/doc/spin/Doc
diff -r -u spin.orig/distinfo spin/distinfo
--- spin.orig/distinfo	Wed Oct 16 14:50:46 2002
+++ spin/distinfo	Sat Dec  7 11:22:53 2002
@@ -1,2 +1,2 @@
-MD5 (spin/spin350.tar.gz) = 210e40c253624cac89529136a34108af
+MD5 (spin/spin352.tar.gz) = 59cdbbc0c14cbf6c3c428c666c33dc35
 MD5 (spin/html.tar.gz) = 18fb3308fac90091de71235941fbdc20
diff -r -u spin.orig/files/patch-aa spin/files/patch-aa
--- spin.orig/files/patch-aa	Wed Oct 16 14:50:47 2002
+++ spin/files/patch-aa	Sat Dec  7 11:38:55 2002
@@ -1,18 +1,11 @@
---- ../Xspin3.5/xspin350.tcl.orig	Sun Sep 29 07:55:34 2002
-+++ ../Xspin3.5/xspin350.tcl	Sun Oct  6 18:33:12 2002
-@@ -1,14 +1,4 @@
+--- ../Xspin3.5/xspin351.tcl.orig	Wed Nov 27 13:45:12 2002
++++ ../Xspin3.5/xspin351.tcl	Sat Dec  7 11:38:00 2002
+@@ -1,6 +1,6 @@
 -#!/bin/sh
--# the next line restarts using wish \
--exec wish c:/cygwin/bin/xspin -- $*
--
--# adjust the first argument to wish above with the
--# location of xspin on your system, if different.
--#
--# cygwin: even when xspin is placed in /usr/bin/xspin
--# the above exec line would not find it there
--# /usr/bin is a symbolic link to /bin, which really
--# lives in c:/cygwin, hence the contortions above
 +#!%%LOCALBASE%%/bin/%%WISH%% -f
+ # the next line restarts using wish \
+-exec wish c:/cygwin/bin/xspin -- $*
++# exec wish c:/cygwin/bin/xspin -- $*
  
- #======================================================================#
- # Tcl/Tk Spin Controller, Gerard J. Holzmann, Bell Laboratories, USA.  #
+ # adjust the first argument to wish above with the
+ # location of xspin on your system, if different.
diff -r -u spin.orig/pkg-plist spin/pkg-plist
--- spin.orig/pkg-plist	Wed Oct 16 14:50:46 2002
+++ spin/pkg-plist	Sat Dec  7 11:41:31 2002
@@ -1,6 +1,6 @@
 bin/spin
 bin/xspin
-bin/xspin350.tcl
+bin/xspin351.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?200212071949.gB7Jn2M8075547>