diff options
author | miwi <miwi@FreeBSD.org> | 2006-09-19 03:31:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-09-19 03:31:43 +0800 |
commit | 1e62fd3c14cef971947f994de3f7fb295feba77d (patch) | |
tree | bea988c54d78300681adcaf38cf868d76386ad92 /lang | |
parent | 8eeb3e99afd910515fede5698e383edc58772400 (diff) | |
download | freebsd-ports-gnome-1e62fd3c14cef971947f994de3f7fb295feba77d.tar.gz freebsd-ports-gnome-1e62fd3c14cef971947f994de3f7fb295feba77d.tar.zst freebsd-ports-gnome-1e62fd3c14cef971947f994de3f7fb295feba77d.zip |
- Update to 20060913
PR: ports/103335
Submitted by: Nils M Holm <nmh(at)t3x.org> (maintainer)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sketchy/Makefile | 3 | ||||
-rw-r--r-- | lang/sketchy/distinfo | 6 | ||||
-rw-r--r-- | lang/sketchy/pkg-descr | 4 | ||||
-rw-r--r-- | lang/sketchy/pkg-plist | 1 |
4 files changed, 7 insertions, 7 deletions
diff --git a/lang/sketchy/Makefile b/lang/sketchy/Makefile index 33213bf99955..8f87fc5f3d1c 100644 --- a/lang/sketchy/Makefile +++ b/lang/sketchy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sketchy -PORTVERSION= 20060807 +PORTVERSION= 20060913 CATEGORIES= lang devel lisp scheme MASTER_SITES= http://www.t3x.org/files/ @@ -18,6 +18,7 @@ MAN7= sketchy.7 MAKE_ENV+= BINOWN=${BINOWN} \ BINGRP=${BINGRP} +# Please keep this! USE_REINPLACE= yes post-patch: diff --git a/lang/sketchy/distinfo b/lang/sketchy/distinfo index a0902fb0244e..a93c81c438ae 100644 --- a/lang/sketchy/distinfo +++ b/lang/sketchy/distinfo @@ -1,3 +1,3 @@ -MD5 (sketchy-20060807.tar.gz) = 94128dfa35be37e7e8469d8ef26095af -SHA256 (sketchy-20060807.tar.gz) = 6e8aeffe1d1a6d56d664b4a6949637eaba29e2568c3e76f2d33ec3d714a2542c -SIZE (sketchy-20060807.tar.gz) = 155852 +MD5 (sketchy-20060913.tar.gz) = 6d5d0d736dbfd33ef6173b089e6e8610 +SIZE (sketchy-20060913.tar.gz) = 147537 +SHA256 (sketchy-20060913.tar.gz) = 52994164f1502e69b9271a9c9a257ed9c5f4744f7d6c91bf808c0a1c75de4ee3 diff --git a/lang/sketchy/pkg-descr b/lang/sketchy/pkg-descr index 1736bb4fff9c..b2e41e17a410 100644 --- a/lang/sketchy/pkg-descr +++ b/lang/sketchy/pkg-descr @@ -1,9 +1,9 @@ -Sketchy is an interpreter for a purely applicative dialect +SketchyLISP is an interpreter for a purely applicative dialect of Scheme. It may be considered an implementation of pure LISP plus global definitions, first-class continuations and input/output functions. -This package contains the Sketchy interpreter and library, +This package contains the SketchyLISP interpreter and library, the manual, and example programs. WWW: http://www.t3x.org/sketchy/ diff --git a/lang/sketchy/pkg-plist b/lang/sketchy/pkg-plist index 6342cca209a3..e824f928e4d6 100644 --- a/lang/sketchy/pkg-plist +++ b/lang/sketchy/pkg-plist @@ -285,7 +285,6 @@ lib/libsketchy.so %%DOCSDIR%%/sk08.html %%DOCSDIR%%/sk09.html %%DOCSDIR%%/sk10.html -%%DOCSDIR%%/sketchy.css %%DOCSDIR%%/toc2-x.html %%DOCSDIR%%/toc2.html @dirrm %%DATADIR%%/lib |