diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gauche/Makefile | 4 | ||||
-rw-r--r-- | lang/gauche/distinfo | 2 | ||||
-rw-r--r-- | lang/gauche/pkg-plist | 26 |
3 files changed, 11 insertions, 21 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index 4e1bd69257fd..6500b9c18faf 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gauche -PORTVERSION= 0.7 # Keep databases/gauche-gdbm in sync with this -PORTREVISION= 1 +PORTVERSION= 0.7.1 # Keep databases/gauche-gdbm in sync with this CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -30,7 +29,6 @@ MAN1= gosh.1 \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-threads=${GAUCHE_THREADS} \ --enable-multibyte=${GAUCHE_ENCODING} -INSTALL_TARGET= install-rpm PLIST_SUB= VERSION="${PORTVERSION}" \ TARGET="${CONFIGURE_TARGET}" \ INFOSECTION="${INFOSECTION}" diff --git a/lang/gauche/distinfo b/lang/gauche/distinfo index 5a6563180162..14fbd44e8112 100644 --- a/lang/gauche/distinfo +++ b/lang/gauche/distinfo @@ -1 +1 @@ -MD5 (Gauche-0.7.tgz) = bb0be4665d05b31cf586ee5de3568104 +MD5 (Gauche-0.7.1.tgz) = f07345c81f2434516cc175cebde77901 diff --git a/lang/gauche/pkg-plist b/lang/gauche/pkg-plist index 20d06fee1eb7..76351b4d1a40 100644 --- a/lang/gauche/pkg-plist +++ b/lang/gauche/pkg-plist @@ -1,34 +1,19 @@ bin/gosh bin/gauche-config -lib/gauche/%%VERSION%%/%%TARGET%%/auxsys.la lib/gauche/%%VERSION%%/%%TARGET%%/auxsys.so -lib/gauche/%%VERSION%%/%%TARGET%%/fcntl.la lib/gauche/%%VERSION%%/%%TARGET%%/fcntl.so lib/gauche/%%VERSION%%/%%TARGET%%/gauche-config lib/gauche/%%VERSION%%/%%TARGET%%/gosh -lib/gauche/%%VERSION%%/%%TARGET%%/libcharconv.la lib/gauche/%%VERSION%%/%%TARGET%%/libcharconv.so lib/gauche/%%VERSION%%/%%TARGET%%/libgauche-uvector.so -lib/gauche/%%VERSION%%/%%TARGET%%/libgauche-uvector.la -lib/gauche/%%VERSION%%/%%TARGET%%/libgauche.a -lib/gauche/%%VERSION%%/%%TARGET%%/libgauche.la lib/gauche/%%VERSION%%/%%TARGET%%/libgauche.so -lib/gauche/%%VERSION%%/%%TARGET%%/libgauche.so.0 -lib/gauche/%%VERSION%%/%%TARGET%%/libnet.la lib/gauche/%%VERSION%%/%%TARGET%%/libnet.so -lib/gauche/%%VERSION%%/%%TARGET%%/md5.la lib/gauche/%%VERSION%%/%%TARGET%%/md5.so -lib/gauche/%%VERSION%%/%%TARGET%%/mt-random.la lib/gauche/%%VERSION%%/%%TARGET%%/mt-random.so -lib/gauche/%%VERSION%%/%%TARGET%%/ndbm.la lib/gauche/%%VERSION%%/%%TARGET%%/ndbm.so -lib/gauche/%%VERSION%%/%%TARGET%%/sha1.la lib/gauche/%%VERSION%%/%%TARGET%%/sha1.so -lib/gauche/%%VERSION%%/%%TARGET%%/syslog.la lib/gauche/%%VERSION%%/%%TARGET%%/syslog.so -lib/gauche/%%VERSION%%/%%TARGET%%/termios.la lib/gauche/%%VERSION%%/%%TARGET%%/termios.so -lib/gauche/%%VERSION%%/%%TARGET%%/threads.la lib/gauche/%%VERSION%%/%%TARGET%%/threads.so lib/gauche/%%VERSION%%/include/gauche.h lib/gauche/%%VERSION%%/include/gauche/arch.h @@ -47,6 +32,7 @@ lib/gauche/%%VERSION%%/include/gauche/uvector.h lib/gauche/%%VERSION%%/include/gauche/vm.h lib/gauche/%%VERSION%%/include/gauche/vminsn.h lib/gauche/%%VERSION%%/include/gc.h +lib/gauche/%%VERSION%%/include/gc_config_macros.h lib/gauche/%%VERSION%%/include/gc_pthread_redirects.h @dirrm lib/gauche/site/%%VERSION%%/%%TARGET%% @dirrm lib/gauche/site/%%VERSION%% @@ -56,10 +42,9 @@ lib/gauche/%%VERSION%%/include/gc_pthread_redirects.h @dirrm lib/gauche/%%VERSION%%/%%TARGET%% @dirrm lib/gauche/%%VERSION%% @dirrm lib/gauche -lib/libgauche.a -lib/libgauche.la lib/libgauche.so lib/libgauche.so.0 +lib/libgauche.so.0.0.0 share/gauche/%%VERSION%%/aclocal.m4 share/gauche/%%VERSION%%/lib/binary/io.scm share/gauche/%%VERSION%%/lib/binary/pack.scm @@ -178,6 +163,12 @@ share/gauche/%%VERSION%%/lib/srfi-31.scm share/gauche/%%VERSION%%/lib/srfi-37.scm share/gauche/%%VERSION%%/lib/srfi-4.scm share/gauche/%%VERSION%%/lib/srfi-9.scm +share/gauche/%%VERSION%%/lib/sxml/ssax.scm +share/gauche/%%VERSION%%/lib/sxml/sxpath.scm +share/gauche/%%VERSION%%/lib/sxml/tools.scm +share/gauche/%%VERSION%%/lib/sxml/tree-trans.scm +share/gauche/%%VERSION%%/lib/sxml/to-html.scm +share/gauche/%%VERSION%%/lib/sxml/adaptor.scm share/gauche/%%VERSION%%/lib/text/csv.scm share/gauche/%%VERSION%%/lib/text/diff.scm share/gauche/%%VERSION%%/lib/text/gettext.scm @@ -204,6 +195,7 @@ share/gauche/%%VERSION%%/lib/www/cgi.scm @dirrm share/gauche/%%VERSION%%/lib/srfi-14 @dirrm share/gauche/%%VERSION%%/lib/srfi-13 @dirrm share/gauche/%%VERSION%%/lib/srfi-1 +@dirrm share/gauche/%%VERSION%%/lib/sxml @dirrm share/gauche/%%VERSION%%/lib/rfc @dirrm share/gauche/%%VERSION%%/lib/math @dirrm share/gauche/%%VERSION%%/lib/gauche/vm |