[53478] trunk/dports/lang/guile

devans at macports.org devans at macports.org
Mon Jul 6 11:00:30 PDT 2009


Revision: 53478
          http://trac.macports.org/changeset/53478
Author:   devans at macports.org
Date:     2009-07-06 11:00:29 -0700 (Mon, 06 Jul 2009)
Log Message:
-----------
guile: update to version 1.8.7.

Modified Paths:
--------------
    trunk/dports/lang/guile/Portfile
    trunk/dports/lang/guile/files/patch-srfi-60.c.diff

Modified: trunk/dports/lang/guile/Portfile
===================================================================
--- trunk/dports/lang/guile/Portfile	2009-07-06 17:53:15 UTC (rev 53477)
+++ trunk/dports/lang/guile/Portfile	2009-07-06 18:00:29 UTC (rev 53478)
@@ -4,8 +4,7 @@
 PortSystem 1.0
 
 name		guile
-version		1.8.6
-revision        1
+version		1.8.7
 categories	lang
 maintainers	nomaintainer
 platforms	darwin
@@ -37,9 +36,9 @@
 homepage	http://www.gnu.org/software/guile/guile.html
 master_sites	ftp://ftp.gnu.org/pub/gnu/guile/
 
-checksums       md5     9e23d3dbea0e89bab8a9acc6880150de \
-                sha1    a3896f86044a2b3740dac43e045c349d656fba31 \
-                rmd160  d6695d266a6091dc5fb1c688e3f0286f1c6d382e
+checksums       md5     991b5b3efcbbc3f7507d05bc42f80a5e \
+                sha1    24cd2f06439c76d41d982a7384fe8a0fe5313b54 \
+                rmd160  3ccd581cff4ad743fc1328597bd8cb241cbd3fd6
 
 patchfiles	patch-srfi-60.c.diff \
 		patch-slib.scm.diff \

Modified: trunk/dports/lang/guile/files/patch-srfi-60.c.diff
===================================================================
--- trunk/dports/lang/guile/files/patch-srfi-60.c.diff	2009-07-06 17:53:15 UTC (rev 53477)
+++ trunk/dports/lang/guile/files/patch-srfi-60.c.diff	2009-07-06 18:00:29 UTC (rev 53478)
@@ -1,8 +1,6 @@
-Index: sid/srfi/srfi-60.c
-===================================================================
---- sid.orig/srfi/srfi-60.c	2006-11-30 23:40:16.000000000 -0800
-+++ ./srfi/srfi-60.c	2006-11-30 23:40:18.000000000 -0800
-@@ -59,7 +59,7 @@
+--- srfi/srfi-60.c.orig	2009-07-03 15:19:22.000000000 -0700
++++ srfi/srfi-60.c	2009-07-06 09:44:43.000000000 -0700
+@@ -63,7 +63,7 @@
  
  
  SCM_DEFINE (scm_srfi60_copy_bit, "copy-bit", 3, 0, 0,
@@ -11,7 +9,7 @@
  	    "Return @var{n} with the bit at @var{index} set according to\n"
  	    "@var{newbit}.  @var{newbit} should be @code{#t} to set the bit\n"
  	    "to 1, or @code{#f} to set it to 0.  Bits other than at\n"
-@@ -75,7 +75,7 @@
+@@ -79,7 +79,7 @@
    int bb;
  
    ii = scm_to_ulong (index);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090706/1c8bd076/attachment-0001.html>


More information about the macports-changes mailing list