summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2002-10-23 14:27:57 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2002-10-23 14:27:57 +0000
commitdf4ccceac77d8f32bc087627e9c9ac0aadb6ff14 (patch)
treec392db3d7d552c0cf6379f4e21cbb93811721ff4 /lang/gauche
parentFix non-LaTeX build (this is a test. I'm not gonna uninstall teTeX to test (diff)
Update to 0.6.4.
PR: ports/44391 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=68659
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile2
-rw-r--r--lang/gauche/distinfo2
-rw-r--r--lang/gauche/pkg-plist12
3 files changed, 10 insertions, 6 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index 08618cec61d5..c20b7e43828b 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gauche
-PORTVERSION= 0.6.3
+PORTVERSION= 0.6.4
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/lang/gauche/distinfo b/lang/gauche/distinfo
index f74bd97f63d5..dde69ee1aab6 100644
--- a/lang/gauche/distinfo
+++ b/lang/gauche/distinfo
@@ -1 +1 @@
-MD5 (Gauche-0.6.3.tgz) = 8f04e7905208f6b73aa93380af62cfa8
+MD5 (Gauche-0.6.4.tgz) = 4eb6e32f009fb7ad109a739da79b46b4
diff --git a/lang/gauche/pkg-plist b/lang/gauche/pkg-plist
index c69b7d20945e..22976c5bd6c1 100644
--- a/lang/gauche/pkg-plist
+++ b/lang/gauche/pkg-plist
@@ -66,6 +66,9 @@ share/gauche/%%VERSION%%/lib/gauche/logger.scm
share/gauche/%%VERSION%%/lib/gauche/logical.scm
share/gauche/%%VERSION%%/lib/gauche/macroutil.scm
share/gauche/%%VERSION%%/lib/gauche/mop/instance-pool.scm
+share/gauche/%%VERSION%%/lib/gauche/mop/propagate.scm
+share/gauche/%%VERSION%%/lib/gauche/mop/singleton.scm
+share/gauche/%%VERSION%%/lib/gauche/mop/validator.scm
share/gauche/%%VERSION%%/lib/gauche/net.scm
share/gauche/%%VERSION%%/lib/gauche/numerical.scm
share/gauche/%%VERSION%%/lib/gauche/object.scm
@@ -84,6 +87,7 @@ share/gauche/%%VERSION%%/lib/gauche/singleton.scm
share/gauche/%%VERSION%%/lib/gauche/syslog.scm
share/gauche/%%VERSION%%/lib/gauche/termios.scm
share/gauche/%%VERSION%%/lib/gauche/test.scm
+share/gauche/%%VERSION%%/lib/gauche/time.scm
share/gauche/%%VERSION%%/lib/gauche/threads.scm
share/gauche/%%VERSION%%/lib/gauche/uvector.scm
share/gauche/%%VERSION%%/lib/gauche/validator.scm
@@ -180,9 +184,9 @@ share/gauche/site/lib/example.scm
@dirrm share/gauche/%%VERSION%%
@dirrm share/gauche
@exec %D/bin/gosh -u slib -e "(require 'logical)" -e "(exit 0)" > /dev/null 2>&1 || true
-%%PORTDOCS%%@unexec install-info --delete --section="%%INFOSECTION%%" %D/info/info/gauche-refe.info %D/info/dir
-%%PORTDOCS%%@unexec install-info --delete --section="%%INFOSECTION%%" %D/info/info/gauche-refj.info %D/info/dir
+%%PORTDOCS%%@unexec install-info --delete --section="%%INFOSECTION%%" %D/info/gauche-refe.info %D/info/dir
+%%PORTDOCS%%@unexec install-info --delete --section="%%INFOSECTION%%" %D/info/gauche-refj.info %D/info/dir
%%PORTDOCS%%info/gauche-refe.info
%%PORTDOCS%%info/gauche-refj.info
-%%PORTDOCS%%@exec install-info --section="%%INFOSECTION%%" %D/info/info/gauche-refe.info %D/info/dir
-%%PORTDOCS%%@exec install-info --section="%%INFOSECTION%%" %D/info/info/gauche-refj.info %D/info/dir
+%%PORTDOCS%%@exec install-info --section="%%INFOSECTION%%" %D/info/gauche-refe.info %D/info/dir
+%%PORTDOCS%%@exec install-info --section="%%INFOSECTION%%" %D/info/gauche-refj.info %D/info/dir