[67528] trunk/dports/devel/spin

jann at macports.org jann at macports.org
Tue May 11 15:54:43 PDT 2010


Revision: 67528
          http://trac.macports.org/changeset/67528
Author:   jann at macports.org
Date:     2010-05-11 15:54:37 -0700 (Tue, 11 May 2010)
Log Message:
-----------
Version bump; see #24843

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

Removed Paths:
-------------
    trunk/dports/devel/spin/files/patch-makefile.diff

Modified: trunk/dports/devel/spin/Portfile
===================================================================
--- trunk/dports/devel/spin/Portfile	2010-05-11 20:47:56 UTC (rev 67527)
+++ trunk/dports/devel/spin/Portfile	2010-05-11 22:54:37 UTC (rev 67528)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            spin
-version         5.2.2
+version         5.2.5
 set version_no_dot [join [split ${version} .] ""]
 distname        ${name}${version_no_dot}
 categories      devel
@@ -19,18 +19,17 @@
 
 homepage        http://spinroot.com
 master_sites    http://spinroot.com/spin/Src/
-checksums       md5     71704ff4af9738eca68bcab7cd62d72f \
-                sha1    049fe676b079cbe9e278099544fbb055c92e3927 \
-                rmd160  4a37d647fd1dfe782a5e552d363822528a3c55c6
+checksums           md5     03345f9713e7b4f82d2d8ec319802b9c \
+                    sha1    274649628c0c8ae3414b863c27a1b8d98a8e9921 \
+                    rmd160  8d01f8dd0da8c8013fbb8c6d6e9a8c40b8c5f33f
 depends_lib     port:tk port:tcl
-patchfiles      patch-makefile.diff \
-                patch-xspin.diff
+patchfiles      patch-xspin.diff
 worksrcdir      Spin/Src${version}
 use_configure   no
 use_parallel_build no
 
 set xspin_dir   Xspin5.2
-set xspin_name  xspin521.tcl
+set xspin_name  xspin525.tcl
 
 pre-patch   {
     file rename ${worksrcpath}/../${xspin_dir}/${xspin_name} ${worksrcpath}/../${xspin_dir}/xspin
@@ -41,7 +40,7 @@
 }
 
 build.target    ""
-build.args      CC="${configure.cc} -DNXT"
+build.args      CC="${configure.cc} -DNXT" CFLAGS="${configure.cflags} -ansi -D_POSIX_SOURCE -Wno-format-security"
 
 destroot    {
     xinstall -m 0444 ${worksrcpath}/../Man/${name}.1 \

Deleted: trunk/dports/devel/spin/files/patch-makefile.diff
===================================================================
--- trunk/dports/devel/spin/files/patch-makefile.diff	2010-05-11 20:47:56 UTC (rev 67527)
+++ trunk/dports/devel/spin/files/patch-makefile.diff	2010-05-11 22:54:37 UTC (rev 67528)
@@ -1,11 +0,0 @@
---- makefile.orig	2007-11-10 19:45:40.000000000 -0500
-+++ makefile	2008-10-08 12:01:56.000000000 -0400
-@@ -12,7 +12,7 @@
- 
- CC=cc -DNXT 	# -DNXT enables the X operator in LTL
- # CC=cc -m32 -DNXT 	# for 32bit compilation on a 64bit system
--CFLAGS=-ansi -D_POSIX_SOURCE	# on some systems add: -I/usr/include
-+CFLAGS=-ansi -D_POSIX_SOURCE -DMAC -DCPP="\"/usr/bin/cpp -xassembler-with-cpp\""	# on some systems add: -I/usr/include
- 
- # for a more picky compilation:
- # CFLAGS=-std=c99 -Wstrict-prototypes -pedantic -fno-strength-reduce -fno-builtin -W -Wshadow -Wpointer-arith -Wcast-qual -Winline -Wall -g
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100511/5d1a2f55/attachment.html>


More information about the macports-changes mailing list