Index: head/devel/spin/Makefile =================================================================== --- head/devel/spin/Makefile (revision 72292) +++ head/devel/spin/Makefile (revision 72293) @@ -1,57 +1,57 @@ # Ports collection makefile for: spin # Date created: Oct 23, 1997 # Whom: jhanna@home.com # # $FreeBSD$ # 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/ \ ftp://www.netlib.org/spin/ DISTFILES= spin${PORTVERSION:S/.//g}.tar.gz html.tar.gz 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 post-extract: @cd ${WRKDIR}/Test && ${SH} ${WRKDIR}/Test/examples post-patch: @WISH=`(cd ${LOCALBASE}/bin ; ls wish8* ) | tail -1` ; \ 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 ${MKDIR} ${PREFIX}/share/doc/spin/Examples ${MKDIR} ${PREFIX}/share/doc/spin/HTML ${MKDIR} ${PREFIX}/share/doc/spin/Test ${INSTALL_DATA} ${WRKDIR}/Doc/* ${PREFIX}/share/doc/spin/Doc ${INSTALL_DATA} ${WRKDIR}/Test/ex.* ${PREFIX}/share/doc/spin/Examples ${INSTALL_DATA} ${WRKDIR}/HTML/* ${PREFIX}/share/doc/spin/HTML .for i in README.tests abp erathostenes hello leader leader.ltl leader2 \ loops mobile1 mobile1.ltl mobile2 mobile2.ltl pathfinder peterson petersonN pftp priorities snoopy sort wordcount ${INSTALL_DATA} ${WRKDIR}/Test/$i ${PREFIX}/share/doc/spin/Test .endfor .endif .include Property changes on: head/devel/spin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/devel/spin/distinfo =================================================================== --- head/devel/spin/distinfo (revision 72292) +++ head/devel/spin/distinfo (revision 72293) @@ -1,2 +1,2 @@ -MD5 (spin/spin350.tar.gz) = 210e40c253624cac89529136a34108af +MD5 (spin/spin352.tar.gz) = 59cdbbc0c14cbf6c3c428c666c33dc35 MD5 (spin/html.tar.gz) = 18fb3308fac90091de71235941fbdc20 Property changes on: head/devel/spin/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/devel/spin/files/patch-aa =================================================================== --- head/devel/spin/files/patch-aa (revision 72292) +++ head/devel/spin/files/patch-aa (revision 72293) @@ -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. Property changes on: head/devel/spin/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/devel/spin/pkg-plist =================================================================== --- head/devel/spin/pkg-plist (revision 72292) +++ head/devel/spin/pkg-plist (revision 72293) @@ -1,135 +1,135 @@ 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 share/doc/spin/Doc/Book.samples share/doc/spin/Doc/V1.Updates share/doc/spin/Doc/V2.Updates share/doc/spin/Doc/V3.Updates share/doc/spin/Examples/ex.1a share/doc/spin/Examples/ex.1b share/doc/spin/Examples/ex.1c share/doc/spin/Examples/ex.2 share/doc/spin/Examples/ex.3 share/doc/spin/Examples/ex.4b share/doc/spin/Examples/ex.4c share/doc/spin/Examples/ex.5a share/doc/spin/Examples/ex.5b share/doc/spin/Examples/ex.6 share/doc/spin/Examples/ex.7 share/doc/spin/Examples/ex.8 share/doc/spin/Examples/ex.9 share/doc/spin/Examples/ex.9b share/doc/spin/Examples/ex.9c share/doc/spin/Examples/ex.readme share/doc/spin/HTML/Exercises.html share/doc/spin/HTML/GettingStarted.html share/doc/spin/HTML/Intro.html share/doc/spin/HTML/Manual.html share/doc/spin/HTML/Pan.html share/doc/spin/HTML/Quick.html share/doc/spin/HTML/README.html share/doc/spin/HTML/Roadmap.html share/doc/spin/HTML/Spin.html share/doc/spin/HTML/WhatsNew.html share/doc/spin/HTML/_.html share/doc/spin/HTML/_last.html share/doc/spin/HTML/_pid.html share/doc/spin/HTML/accept.html share/doc/spin/HTML/active.html share/doc/spin/HTML/arrays.html share/doc/spin/HTML/assert.html share/doc/spin/HTML/assign.html share/doc/spin/HTML/atomic.html share/doc/spin/HTML/break.html share/doc/spin/HTML/chan.html share/doc/spin/HTML/comments.html share/doc/spin/HTML/cond_expr.html share/doc/spin/HTML/condition.html share/doc/spin/HTML/d_step.html share/doc/spin/HTML/datatypes.html share/doc/spin/HTML/do.html share/doc/spin/HTML/else.html share/doc/spin/HTML/empty.html share/doc/spin/HTML/enabled.html share/doc/spin/HTML/end.html share/doc/spin/HTML/eval.html share/doc/spin/HTML/false.html share/doc/spin/HTML/float.html share/doc/spin/HTML/full.html share/doc/spin/HTML/goto.html share/doc/spin/HTML/grammar.html share/doc/spin/HTML/hidden.html share/doc/spin/HTML/hierarchy.html share/doc/spin/HTML/if.html share/doc/spin/HTML/index.html share/doc/spin/HTML/init.html share/doc/spin/HTML/inline.html share/doc/spin/HTML/labels.html share/doc/spin/HTML/len.html share/doc/spin/HTML/local.html share/doc/spin/HTML/ltl.html share/doc/spin/HTML/macros.html share/doc/spin/HTML/mtype.html share/doc/spin/HTML/nempty.html share/doc/spin/HTML/never.html share/doc/spin/HTML/nfull.html share/doc/spin/HTML/notrace.html share/doc/spin/HTML/np_.html share/doc/spin/HTML/pc_value.html share/doc/spin/HTML/pointers.html share/doc/spin/HTML/poll.html share/doc/spin/HTML/printf.html share/doc/spin/HTML/priority.html share/doc/spin/HTML/probabilities.html share/doc/spin/HTML/procedures.html share/doc/spin/HTML/proctype.html share/doc/spin/HTML/progress.html share/doc/spin/HTML/promela.html share/doc/spin/HTML/provided.html share/doc/spin/HTML/rand.html share/doc/spin/HTML/realtime.html share/doc/spin/HTML/receive.html share/doc/spin/HTML/remoterefs.html share/doc/spin/HTML/run.html share/doc/spin/HTML/scanf.html share/doc/spin/HTML/send.html share/doc/spin/HTML/separators.html share/doc/spin/HTML/sequence.html share/doc/spin/HTML/show.html share/doc/spin/HTML/skip.html share/doc/spin/HTML/stdin.html share/doc/spin/HTML/timeout.html share/doc/spin/HTML/trace.html share/doc/spin/HTML/true.html share/doc/spin/HTML/typedef.html share/doc/spin/HTML/unless.html share/doc/spin/HTML/xr.html share/doc/spin/HTML/xs.html share/doc/spin/Test/README.tests share/doc/spin/Test/abp share/doc/spin/Test/erathostenes share/doc/spin/Test/hello share/doc/spin/Test/leader share/doc/spin/Test/leader.ltl share/doc/spin/Test/leader2 share/doc/spin/Test/loops share/doc/spin/Test/mobile1 share/doc/spin/Test/mobile1.ltl share/doc/spin/Test/mobile2 share/doc/spin/Test/mobile2.ltl share/doc/spin/Test/pathfinder share/doc/spin/Test/peterson share/doc/spin/Test/petersonN share/doc/spin/Test/pftp share/doc/spin/Test/priorities share/doc/spin/Test/snoopy share/doc/spin/Test/sort share/doc/spin/Test/wordcount @dirrm share/doc/spin/Test @dirrm share/doc/spin/HTML @dirrm share/doc/spin/Examples @dirrm share/doc/spin/Doc @dirrm share/doc/spin Property changes on: head/devel/spin/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property