[53945] trunk/dports/devel/spin

snc at macports.org snc at macports.org
Thu Jul 16 16:47:48 PDT 2009


Revision: 53945
          http://trac.macports.org/changeset/53945
Author:   snc at macports.org
Date:     2009-07-16 16:47:48 -0700 (Thu, 16 Jul 2009)
Log Message:
-----------
updated version, use the specified compiler, ticket #20281. maintainer timeout.

Modified Paths:
--------------
    trunk/dports/devel/spin/Portfile
    trunk/dports/devel/spin/files/patch-xspin.diff

Modified: trunk/dports/devel/spin/Portfile
===================================================================
--- trunk/dports/devel/spin/Portfile	2009-07-16 21:53:24 UTC (rev 53944)
+++ trunk/dports/devel/spin/Portfile	2009-07-16 23:47:48 UTC (rev 53945)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem      1.0
@@ -3,5 +4,5 @@
 
 name            spin
-version         5.1.7
+version         5.2.0
 set version_no_dot [join [split ${version} .] ""]
 distname        ${name}${version_no_dot}
@@ -18,15 +19,17 @@
 
 homepage        http://spinroot.com
 master_sites    http://spinroot.com/spin/Src/
-checksums       rmd160  e7065ffe54f468b4717c4df7752a20bc9cae907a
+checksums       md5     0e23a034cc3e5adbf9e90919a0888ab0 \
+                sha1    edac8e1d0aaa89bb17d5ce6a9ec6726708801bf1 \
+                rmd160  9109f146d15f5b44d6e4b333c50b65e770af1c1c
 depends_lib     port:tk port:tcl
 patchfiles      patch-makefile.diff \
                 patch-xspin.diff
 worksrcdir      Spin/Src${version}
 use_configure   no
 
-set xspin_dir   Xspin5.1
-set xspin_name  xspin510.tcl
+set xspin_dir   Xspin5.2
+set xspin_name  xspin520.tcl
 
 pre-patch   {
     file rename ${worksrcpath}/../${xspin_dir}/${xspin_name} ${worksrcpath}/../${xspin_dir}/xspin
@@ -37,6 +40,7 @@
 }
 
 build.target    ""
+build.args      CC="${configure.cc} -DNXT"
 
 destroot    {
     xinstall -m 0444 ${worksrcpath}/../Man/${name}.1 \

Modified: trunk/dports/devel/spin/files/patch-xspin.diff
===================================================================
--- trunk/dports/devel/spin/files/patch-xspin.diff	2009-07-16 21:53:24 UTC (rev 53944)
+++ trunk/dports/devel/spin/files/patch-xspin.diff	2009-07-16 23:47:48 UTC (rev 53945)
@@ -1,5 +1,5 @@
---- ../Xspin5.1/xspin.orig	2008-04-24 13:22:35.000000000 -0400
-+++ ../Xspin5.1/xspin	2008-10-08 09:03:29.000000000 -0400
+--- ../Xspin5.2/xspin.orig	2008-04-24 13:22:35.000000000 -0400
++++ ../Xspin5.2/xspin	2008-10-08 09:03:29.000000000 -0400
 @@ -1,6 +1,4 @@
 -#!/bin/sh
 -# the next line restarts using wish \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090716/204dc886/attachment.html>


More information about the macports-changes mailing list