[76714] trunk/dports/devel/spin

jann at macports.org jann at macports.org
Sun Mar 6 11:37:58 PST 2011


Revision: 76714
          http://trac.macports.org/changeset/76714
Author:   jann at macports.org
Date:     2011-03-06 11:37:55 -0800 (Sun, 06 Mar 2011)
Log Message:
-----------
version bump

Modified Paths:
--------------
    trunk/dports/devel/spin/Portfile

Removed Paths:
-------------
    trunk/dports/devel/spin/files/

Modified: trunk/dports/devel/spin/Portfile
===================================================================
--- trunk/dports/devel/spin/Portfile	2011-03-06 19:13:08 UTC (rev 76713)
+++ trunk/dports/devel/spin/Portfile	2011-03-06 19:37:55 UTC (rev 76714)
@@ -4,9 +4,8 @@
 PortSystem      1.0
 
 name            spin
-version         5.2.5
+version         6.0.1
 set version_no_dot [join [split ${version} .] ""]
-revision        1
 distname        ${name}${version_no_dot}
 categories      devel
 platforms       darwin
@@ -20,26 +19,18 @@
 
 homepage        http://spinroot.com
 master_sites    http://spinroot.com/spin/Src/
-checksums           md5     03345f9713e7b4f82d2d8ec319802b9c \
-                    sha1    274649628c0c8ae3414b863c27a1b8d98a8e9921 \
-                    rmd160  8d01f8dd0da8c8013fbb8c6d6e9a8c40b8c5f33f
-depends_lib     port:tk port:tcl
-patchfiles      patch-xspin.diff
+checksums       md5     7ece51bc605fe4a3638e427c28f44b57 \
+                sha1    ba17b036cf95c4b4bcacbe3ba1c91312c802ff38 \
+                rmd160  1d9bd246362f886261655b0093227b421d150af6
+depends_lib     port:tk port:tcl 
 worksrcdir      Spin/Src${version}
 use_configure   no
 use_parallel_build no
 
-set xspin_dir   Xspin5.2
-set xspin_name  xspin525.tcl
+pre-patch   { 
+    file rename ${worksrcpath}/../iSpin/ispin.tcl ${worksrcpath}/../iSpin/ispin
+} 
 
-pre-patch   {
-    file rename ${worksrcpath}/../${xspin_dir}/${xspin_name} ${worksrcpath}/../${xspin_dir}/xspin
-}
-
-post-patch  {
-    reinplace "s, at prefix@,${prefix},g" ${worksrcpath}/../${xspin_dir}/xspin
-}
-
 build.target    ""
 build.args      CC="${configure.cc} -DNXT" \
                 CFLAGS='${configure.cflags} -ansi -D_POSIX_SOURCE -Wno-format-security -DMAC -DCPP=\"\\\"gcc -E -x c -xassembler-with-cpp\\""'
@@ -49,6 +40,6 @@
         ${destroot}${prefix}/share/man/man1
     xinstall -m 0755 ${worksrcpath}/${name} \
         ${destroot}${prefix}/bin
-    xinstall -m 0755 ${worksrcpath}/../${xspin_dir}/xspin \
-        ${destroot}${prefix}/bin
+    xinstall -m 0755 ${worksrcpath}/../iSpin/ispin \
+        ${destroot}${prefix}/bin 
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110306/49d8712a/attachment.html>


More information about the macports-changes mailing list