[95605] trunk/dports/lang/gauche

ryandesign at macports.org ryandesign at macports.org
Tue Jul 17 05:33:27 PDT 2012


Revision: 95605
          https://trac.macports.org/changeset/95605
Author:   ryandesign at macports.org
Date:     2012-07-17 05:33:27 -0700 (Tue, 17 Jul 2012)
Log Message:
-----------
gauche: update to 0.9.3.3; remove unnecessary configure.args

Modified Paths:
--------------
    trunk/dports/lang/gauche/Portfile
    trunk/dports/lang/gauche/files/patch-src-Makefile.in.diff

Modified: trunk/dports/lang/gauche/Portfile
===================================================================
--- trunk/dports/lang/gauche/Portfile	2012-07-17 11:50:45 UTC (rev 95604)
+++ trunk/dports/lang/gauche/Portfile	2012-07-17 12:33:27 UTC (rev 95605)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name                gauche
-version             0.9.2
+version             0.9.3.3
 categories          lang scheme
 license             BSD
 maintainers         akitada openmaintainer
@@ -29,8 +29,8 @@
 distname            Gauche-${version}
 extract.suffix      .tgz
 
-checksums           rmd160  baa955627888f5d45de3dcbf8cfee5bdf0542dce \
-                    sha256  16c9dfc9fa3f556f75d13e9b5a701f95e9f7749379e6d007a3a6dc561a625736
+checksums           rmd160  d5a2fd474b068f8bbc52cb5fe93685ba4bc73b90 \
+                    sha256  3d8b70075faa0f7a24f8d112cc102ee3e1066680cdd19d324d59f33fab79caac
 
 depends_lib         port:gdbm \
                     port:libiconv \
@@ -38,8 +38,7 @@
 
 patchfiles          patch-src-Makefile.in.diff
 
-configure.args      --mandir=${prefix}/share/man --infodir=${prefix}/share/info \
-                    --with-local=${prefix} --enable-multibyte=utf-8 \
+configure.args      --with-local=${prefix} --enable-multibyte=utf-8 \
                     --with-iconv=${prefix} --with-slib=${prefix}/lib/slib \
                     --enable-threads=pthreads --enable-ipv6
 

Modified: trunk/dports/lang/gauche/files/patch-src-Makefile.in.diff
===================================================================
--- trunk/dports/lang/gauche/files/patch-src-Makefile.in.diff	2012-07-17 11:50:45 UTC (rev 95604)
+++ trunk/dports/lang/gauche/files/patch-src-Makefile.in.diff	2012-07-17 12:33:27 UTC (rev 95605)
@@ -1,6 +1,6 @@
---- src/Makefile.in.orig	2011-07-25 07:45:23.000000000 -0500
-+++ src/Makefile.in	2011-09-28 14:02:20.000000000 -0500
-@@ -70,7 +70,7 @@
+--- src/Makefile.in.orig	2012-05-28 09:11:59.000000000 -0500
++++ src/Makefile.in	2012-07-17 07:24:01.000000000 -0500
+@@ -73,7 +73,7 @@
  # Main definition of compilation commands
  COMPILE   = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(OPTFLAGS)
  MKINSTDIR = $(top_srcdir)/mkinstalldirs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120717/3099ccec/attachment-0001.html>


More information about the macports-changes mailing list