Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2002 22:55:42 -0700 (PDT)
From:      Jonathan Hanna <jhanna@shaw.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39020: ports/devel/spin maintainer update to 3.4.16
Message-ID:  <200206080555.g585tfL40574@h24-77-105-71.vc.shawcable.net>

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

>Number:         39020
>Category:       ports
>Synopsis:       ports/devel/spin maintainer update to 3.4.16
>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:   Fri Jun 07 23:00:07 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Hanna
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD roller.pangolin-systems.com 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Sun Jan 27 23:19:07 PST 2002 jhanna@roller.pangolin-systems.com:/homes/obj/homes2/src/sys/ROLLER i386


>Description:

- update to 3.4.16
- fix maintainer email

>How-To-Repeat:

>Fix:

diff -r -u spin.orig/Makefile spin/Makefile
--- spin.orig/Makefile	Fri May 17 13:30:30 2002
+++ spin/Makefile	Fri Jun  7 22:36:53 2002
@@ -6,37 +6,37 @@
 #
 
 PORTNAME=	spin
-PORTVERSION=	3.4.14
+PORTVERSION=	3.4.16
 CATEGORIES=	math
 MASTER_SITES=	ftp://netlib.bell-labs.com/netlib/spin/ \
 		ftp://www.netlib.org/spin/
 DISTFILES=	spin${PORTVERSION:S/.//g}.tar.gz html.tar.gz
 
-MAINTAINER=	jhanna@home.com
+MAINTAINER=	jhanna@shaw.ca
 
 DIST_SUBDIR=	spin
-WRKSRC=		${WRKDIR}/Src3.4
+WRKSRC=		${WRKDIR}/Src3.4.16
 MAKEFILE=	makefile
 ALL_TARGET=	spin
 
 post-extract:
-	@cd ${WRKDIR}/Test && ${SH} ${WRKDIR}/Test/examples
+	@cd ${WRKDIR}/Test && /usr/bin/tr -d '\015' < ${WRKDIR}/Test/examples | ${SH}
 
 post-patch:
 	@WISH=`(cd ${LOCALBASE}/bin ; ls wish8* ) | tail -1` ; \
 	if [ -z "$$WISH" ] ; then WISH=wish8.0 ; fi ; \
 	${PERL} -pi \
 		-e "s|%%LOCALBASE%%|${LOCALBASE}|g;" \
-		-e "s|%%WISH%%|$$WISH|g" ${WRKDIR}/Xspin3.4/xspin347.tcl
+		-e "s|%%WISH%%|$$WISH|g" ${WRKDIR}/Xspin3.4/xspin3415.tcl
 
 pre-build:
 	cd ${WRKSRC} && ${MAKE} clean
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/spin ${PREFIX}/bin
-	${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.4/xspin347.tcl ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.4/xspin3415.tcl ${PREFIX}/bin
 	${RM} -f ${PREFIX}/bin/xspin
-	${LN} -s ${PREFIX}/bin/xspin347.tcl ${PREFIX}/bin/xspin
+	${LN} -s ${PREFIX}/bin/xspin3415.tcl ${PREFIX}/bin/xspin
 
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${PREFIX}/share/doc/spin/Doc
diff -r -u spin.orig/distinfo spin/distinfo
--- spin.orig/distinfo	Fri May 17 13:30:30 2002
+++ spin/distinfo	Fri Jun  7 22:10:18 2002
@@ -1,2 +1,2 @@
-MD5 (spin/spin3414.tar.gz) = 83b6a9c75dd2390a7ddcc882d962e03d
+MD5 (spin/spin3416.tar.gz) = 559b5ee8646f222c190588e0fd466fc5
 MD5 (spin/html.tar.gz) = 18fb3308fac90091de71235941fbdc20
diff -r -u spin.orig/files/patch-aa spin/files/patch-aa
--- spin.orig/files/patch-aa	Sun May 27 06:03:44 2001
+++ spin/files/patch-aa	Fri Jun  7 22:43:13 2002
@@ -1,7 +1,16 @@
---- ../Xspin3.4/xspin347.tcl.orig	Wed Jun 23 18:29:29 1999
-+++ ../Xspin3.4/xspin347.tcl	Wed Jun 23 18:30:51 1999
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/wish -f
+--- ../Xspin3.4/xspin3415.tcl.orig	Fri Jun  7 22:38:34 2002
++++ ../Xspin3.4/xspin3415.tcl	Fri Jun  7 22:40:46 2002
+@@ -1,13 +1,4 @@
+-#!/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 place 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
  
  #======================================================================#
diff -r -u spin.orig/pkg-plist spin/pkg-plist
--- spin.orig/pkg-plist	Sun May 27 06:03:44 2001
+++ spin/pkg-plist	Fri Jun  7 22:14:06 2002
@@ -1,6 +1,6 @@
 bin/spin
 bin/xspin
-bin/xspin347.tcl
+bin/xspin3415.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?200206080555.g585tfL40574>