diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-02 19:58:31 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-02 19:58:31 +0000 |
commit | 3eaa991f8fb6943defdec4f84abac1b2c154a9f5 (patch) | |
tree | 03e0de21042d22bb0ae6d08880d5d75000a613d4 /devel/spin | |
parent | 9b1e41be4d4c6b2f9a3221ac3c6519eeb9653e90 (diff) | |
download | ports-3eaa991f8fb6943defdec4f84abac1b2c154a9f5.tar.gz ports-3eaa991f8fb6943defdec4f84abac1b2c154a9f5.zip |
upgrade to 3.5.2
PR: 46071
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=72293
Diffstat (limited to 'devel/spin')
-rw-r--r-- | devel/spin/Makefile | 10 | ||||
-rw-r--r-- | devel/spin/distinfo | 2 | ||||
-rw-r--r-- | devel/spin/files/patch-aa | 23 | ||||
-rw-r--r-- | devel/spin/pkg-plist | 2 |
4 files changed, 15 insertions, 22 deletions
diff --git a/devel/spin/Makefile b/devel/spin/Makefile index 8c30acba9c7b..0388bb315e23 100644 --- a/devel/spin/Makefile +++ b/devel/spin/Makefile @@ -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 @@ 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 @@ -29,16 +29,16 @@ post-patch: 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 --git a/devel/spin/distinfo b/devel/spin/distinfo index 721bb82efff2..4283cc4039de 100644 --- a/devel/spin/distinfo +++ b/devel/spin/distinfo @@ -1,2 +1,2 @@ -MD5 (spin/spin350.tar.gz) = 210e40c253624cac89529136a34108af +MD5 (spin/spin352.tar.gz) = 59cdbbc0c14cbf6c3c428c666c33dc35 MD5 (spin/html.tar.gz) = 18fb3308fac90091de71235941fbdc20 diff --git a/devel/spin/files/patch-aa b/devel/spin/files/patch-aa index e6efd7112681..9e11a1538e21 100644 --- a/devel/spin/files/patch-aa +++ b/devel/spin/files/patch-aa @@ -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 --git a/devel/spin/pkg-plist b/devel/spin/pkg-plist index 6532c26aefeb..907598fb1c58 100644 --- a/devel/spin/pkg-plist +++ b/devel/spin/pkg-plist @@ -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 |