diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-10-23 01:32:00 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-10-23 01:32:00 +0000 |
commit | 376fe8e14fd8790777ac06b65057fc408699edc1 (patch) | |
tree | a215d8a6edfca637ffa3ca14a71efe9dbc24a758 /devel/spin | |
parent | 771626b16a957b72d6f74bdfa47de97651a78fc8 (diff) | |
download | ports-376fe8e14fd8790777ac06b65057fc408699edc1.tar.gz ports-376fe8e14fd8790777ac06b65057fc408699edc1.zip |
Notes
Diffstat (limited to 'devel/spin')
-rw-r--r-- | devel/spin/Makefile | 5 | ||||
-rw-r--r-- | devel/spin/distinfo | 6 | ||||
-rw-r--r-- | devel/spin/files/patch-xspin | 4 | ||||
-rw-r--r-- | devel/spin/pkg-plist | 7 |
4 files changed, 12 insertions, 10 deletions
diff --git a/devel/spin/Makefile b/devel/spin/Makefile index 11c1e2165ac7..4c3b66dc343c 100644 --- a/devel/spin/Makefile +++ b/devel/spin/Makefile @@ -6,8 +6,7 @@ # PORTNAME= spin -PORTVERSION= 4.2.7 -PORTREVISION= 1 +PORTVERSION= 4.3.0 CATEGORIES= devel MASTER_SITES= http://spinroot.com/spin/Src/ DISTNAME= spin${PORTVERSION:S/.//g} @@ -22,7 +21,7 @@ OPTIONS= XSPIN "Install xspin and TCL/Tk dependency" on .if !defined(WITHOUT_XSPIN) RUN_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84 PLIST_SUB+= XSPIN="" -XSPIN_TCL =${WRKDIR}/Spin/Xspin4.2/xspin427.tcl +XSPIN_TCL =${WRKDIR}/Spin/Xspin4.3/xspin430.tcl .else PLIST_SUB+= XSPIN="@comment " .endif diff --git a/devel/spin/distinfo b/devel/spin/distinfo index d5bcb7082e98..dcba5fc9ec9e 100644 --- a/devel/spin/distinfo +++ b/devel/spin/distinfo @@ -1,3 +1,3 @@ -MD5 (spin/spin427.tar.gz) = a4fc8c6a30b7746a2d7acb2cf262ec97 -SHA256 (spin/spin427.tar.gz) = 08d78eda41dcda36e5e1d24d54e8b7de2cdbae8b2860e4142640760b77c6ff2f -SIZE (spin/spin427.tar.gz) = 335239 +MD5 (spin/spin430.tar.gz) = e2b48296d918d8ff1eed8f37ad4a46bb +SHA256 (spin/spin430.tar.gz) = 38f4e3da4a13e8bdf591c7bb9a086c7bab95cfc040e540a2a1883c9ec2990419 +SIZE (spin/spin430.tar.gz) = 342469 diff --git a/devel/spin/files/patch-xspin b/devel/spin/files/patch-xspin index 9f867d02c8b3..527e998ca780 100644 --- a/devel/spin/files/patch-xspin +++ b/devel/spin/files/patch-xspin @@ -1,5 +1,5 @@ ---- ../../Spin/Xspin4.2/xspin427.tcl.orig Mon Mar 8 11:27:07 2004 -+++ ../../Spin/Xspin4.2/xspin427.tcl Mon Mar 8 11:31:09 2004 +--- ../../Spin/Xspin4.3/xspin430.tcl.orig Mon Mar 8 11:27:07 2004 ++++ ../../Spin/Xspin4.3/xspin430.tcl Mon Mar 8 11:31:09 2004 @@ -1,6 +1,6 @@ -#!/bin/sh +#!%%LOCALBASE%%/bin/%%WISH%% -f diff --git a/devel/spin/pkg-plist b/devel/spin/pkg-plist index 13bb43f94e38..41ae8b81ac02 100644 --- a/devel/spin/pkg-plist +++ b/devel/spin/pkg-plist @@ -1,14 +1,17 @@ bin/spin %%XSPIN%%bin/xspin +%%PORTDOCS%%%%DOCSDIR%%/Doc/Book.Ch6.add +%%PORTDOCS%%%%DOCSDIR%%/Doc/Book.Errata +%%PORTDOCS%%%%DOCSDIR%%/Doc/Book.answers +%%PORTDOCS%%%%DOCSDIR%%/Doc/Book.samples %%PORTDOCS%%%%DOCSDIR%%/Doc/Book2003Errata.html +%%PORTDOCS%%%%DOCSDIR%%/Doc/Book91_Ch6_add.txt %%PORTDOCS%%%%DOCSDIR%%/Doc/Book91_Errata.txt %%PORTDOCS%%%%DOCSDIR%%/Doc/Book91_answers.txt %%PORTDOCS%%%%DOCSDIR%%/Doc/Book91_samples_bundle -%%PORTDOCS%%%%DOCSDIR%%/Doc/Book91_Ch6_add.txt %%PORTDOCS%%%%DOCSDIR%%/Doc/V1.Updates %%PORTDOCS%%%%DOCSDIR%%/Doc/V2.Updates %%PORTDOCS%%%%DOCSDIR%%/Doc/V3.Updates -%%PORTDOCS%%%%DOCSDIR%%/Doc/V4.Updates %%PORTDOCS%%%%DOCSDIR%%/Examples/ex.1a %%PORTDOCS%%%%DOCSDIR%%/Examples/ex.1b %%PORTDOCS%%%%DOCSDIR%%/Examples/ex.1c |