[22068] trunk/dports/lang/scheme48

source_changes at macosforge.org source_changes at macosforge.org
Fri Feb 16 13:03:47 PST 2007


Revision: 22068
          http://trac.macosforge.org/projects/macports/changeset/22068
Author:   mww at macports.org
Date:     2007-02-16 13:03:47 -0800 (Fri, 16 Feb 2007)

Log Message:
-----------
version 1.5, #11356

Modified Paths:
--------------
    trunk/dports/lang/scheme48/Portfile
    trunk/dports/lang/scheme48/files/patch-Makefile.in

Modified: trunk/dports/lang/scheme48/Portfile
===================================================================
--- trunk/dports/lang/scheme48/Portfile	2007-02-16 20:53:26 UTC (rev 22067)
+++ trunk/dports/lang/scheme48/Portfile	2007-02-16 21:03:47 UTC (rev 22068)
@@ -3,10 +3,10 @@
 PortSystem 1.0
 
 name			scheme48
-version			1.3
+version			1.5
 categories		lang scheme
 platforms		darwin
-maintainers		mww at opendarwin.org
+maintainers		mww at macports.org
 description		Scheme byte-code interpreter
 long_description	Scheme 48 is an implementation of Scheme written by \
 				Richard Kelsey and Jonathan Rees. It is based on a byte-code \
@@ -17,11 +17,13 @@
 homepage		http://s48.org/
 master_sites	${homepage}/${version}/
 extract.suffix	.tgz
-checksums		sha1 be1704893b5932fc304b8a2e2279ec753a49f15b
+checksums		sha1 9f9b503c609b8d1dca4b6edd6afe748ed0b124dd
 patchfiles		patch-Makefile.in
 
 configure.args	--mandir=${prefix}/share/man
 
+build.target	enough
+
 platform darwin 8 {
 	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
 }

Modified: trunk/dports/lang/scheme48/files/patch-Makefile.in
===================================================================
--- trunk/dports/lang/scheme48/files/patch-Makefile.in	2007-02-16 20:53:26 UTC (rev 22067)
+++ trunk/dports/lang/scheme48/files/patch-Makefile.in	2007-02-16 21:03:47 UTC (rev 22068)
@@ -1,5 +1,5 @@
---- Makefile.in	2005-05-22 16:06:14.000000000 +0200
-+++ Makefile.in	2005-07-13 14:34:15.000000000 +0200
+--- Makefile.in	2007-01-06 19:14:10.000000000 +0100
++++ Makefile.in	2007-01-25 18:33:07.000000000 +0100
 @@ -26,7 +26,7 @@
  libdir = $(exec_prefix)/lib
  incdir = $(exec_prefix)/include
@@ -9,7 +9,7 @@
  
  # HP 9000 series, if you don't have gcc
  #   CC = cc
-@@ -290,40 +290,40 @@
+@@ -300,40 +300,40 @@
  	 inst-script-interpreters
  
  inst-vm:
@@ -59,7 +59,7 @@
  	echo '#!/bin/sh'	>$$script &&				\
  	echo			>>$$script &&				\
  	echo 'lib=$(LIB)'	>>$$script &&				\
-@@ -333,7 +333,7 @@
+@@ -343,7 +343,7 @@
  
  inst-script-interpreters:
  	for dialect in r5rs srfi-7; do					\
@@ -68,7 +68,7 @@
  	done
  
  # Script to run scheme48 in this directory.
-@@ -347,11 +347,11 @@
+@@ -357,11 +357,11 @@
  
  dirs:
  	for dir in $(libdir) $(bindir) $(incdir); do			 \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070216/ad3fecfa/attachment.html


More information about the macports-changes mailing list