diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-09 17:29:23 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-09 17:29:23 +0800 |
commit | e31ca1cabc34d7d52aa8f4296a76cb4d9aecc770 (patch) | |
tree | 71766793d3f27f210cb4571072b82b27a850bffa | |
parent | 6f4bb95cd85fb01ba8468f5ecf5584f0658535ce (diff) | |
download | freebsd-ports-gnome-e31ca1cabc34d7d52aa8f4296a76cb4d9aecc770.tar.gz freebsd-ports-gnome-e31ca1cabc34d7d52aa8f4296a76cb4d9aecc770.tar.zst freebsd-ports-gnome-e31ca1cabc34d7d52aa8f4296a76cb4d9aecc770.zip |
- Update to 2009-09-06
PR: 138566
Submitted by: Nils M Holm <nmh@T3X.ORG> (maintainer)
-rw-r--r-- | lang/s9fes/Makefile | 2 | ||||
-rw-r--r-- | lang/s9fes/distinfo | 6 | ||||
-rw-r--r-- | lang/s9fes/pkg-plist | 7 |
3 files changed, 9 insertions, 6 deletions
diff --git a/lang/s9fes/Makefile b/lang/s9fes/Makefile index 22e40ea3af75..dea2cc9f774e 100644 --- a/lang/s9fes/Makefile +++ b/lang/s9fes/Makefile @@ -6,7 +6,7 @@ # PORTNAME= s9fes -PORTVERSION= 20090808 +PORTVERSION= 20090906 CATEGORIES= lang scheme MASTER_SITES= http://www.t3x.org/s9fes/ diff --git a/lang/s9fes/distinfo b/lang/s9fes/distinfo index 66b6d71005f8..2b248f4a9e7d 100644 --- a/lang/s9fes/distinfo +++ b/lang/s9fes/distinfo @@ -1,3 +1,3 @@ -MD5 (s9fes-20090808.tar.gz) = edee27ba2f68f71433d97cc935a91010 -SHA256 (s9fes-20090808.tar.gz) = da3c775886b279fbd4a628662d61f97e234c89915695d12634d16c260cd307f4 -SIZE (s9fes-20090808.tar.gz) = 214725 +MD5 (s9fes-20090906.tar.gz) = 1fd9e5678ab1687ddea9ddca7f98008c +SHA256 (s9fes-20090906.tar.gz) = 4f84495e0164024b64da58acec91abefa8a84e0ea50a51bbb6dde2ae9ec9dd62 +SIZE (s9fes-20090906.tar.gz) = 220919 diff --git a/lang/s9fes/pkg-plist b/lang/s9fes/pkg-plist index 1892210d1957..46d177344ea2 100644 --- a/lang/s9fes/pkg-plist +++ b/lang/s9fes/pkg-plist @@ -130,18 +130,19 @@ bin/s9 %%DATADIR%%/help/display-to-string %%DATADIR%%/help/do %%DATADIR%%/help/draw-tree +%%DATADIR%%/help/dump-image %%DATADIR%%/help/eof-objectp %%DATADIR%%/help/eq %%DATADIR%%/help/eqp %%DATADIR%%/help/equalp %%DATADIR%%/help/eqvp +%%DATADIR%%/help/error %%DATADIR%%/help/evenp %%DATADIR%%/help/exact %%DATADIR%%/help/exact-to-inexact %%DATADIR%%/help/exists %%DATADIR%%/help/exp %%DATADIR%%/help/expand-macro -%%DATADIR%%/help/expand-quasiquote %%DATADIR%%/help/explode %%DATADIR%%/help/exponent %%DATADIR%%/help/expt @@ -282,6 +283,7 @@ bin/s9 %%DATADIR%%/help/starlibrary-pathstar %%DATADIR%%/help/starloadingstar %%DATADIR%%/help/starstar +%%DATADIR%%/help/stats %%DATADIR%%/help/string %%DATADIR%%/help/string-append %%DATADIR%%/help/string-ci-contains @@ -323,6 +325,7 @@ bin/s9 %%DATADIR%%/help/union %%DATADIR%%/help/unquote %%DATADIR%%/help/unquote-splicing +%%DATADIR%%/help/unsort %%DATADIR%%/help/vector %%DATADIR%%/help/vector-fillb %%DATADIR%%/help/vector-length @@ -335,7 +338,6 @@ bin/s9 %%DATADIR%%/help/write %%DATADIR%%/help/write-char %%DATADIR%%/help/write-to-string -%%DATADIR%%/help/wrong %%DATADIR%%/help/zebra %%DATADIR%%/help/zerop %%DATADIR%%/hyper.scm @@ -368,6 +370,7 @@ bin/s9 %%DATADIR%%/sum.scm %%DATADIR%%/transpose.scm %%DATADIR%%/union.scm +%%DATADIR%%/unsort.scm %%DATADIR%%/write-to-string.scm %%DATADIR%%/zebra.scm @dirrm %%DATADIR%%/help |