diff options
author | pat <pat@FreeBSD.org> | 2002-02-09 23:06:17 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-02-09 23:06:17 +0000 |
commit | 2d9b565ceb00c19b22396ec7d5f574c0337687b5 (patch) | |
tree | 565fc9ccff929ff04d0a8eeba4ee06ab1bfde524 | |
parent | 7cec6fc04517a6a82e4cbd59cb7dc4ebf8099f23 (diff) | |
download | FreeBSD-ports-2d9b565ceb00c19b22396ec7d5f574c0337687b5.zip FreeBSD-ports-2d9b565ceb00c19b22396ec7d5f574c0337687b5.tar.gz |
Update to 1.95.10
PR: 34771
Submitted by: KATO Tsuguru <tkato@prontomail.com>
-rw-r--r-- | lang/smalltalk/Makefile | 2 | ||||
-rw-r--r-- | lang/smalltalk/distinfo | 2 | ||||
-rw-r--r-- | lang/smalltalk/pkg-plist | 3 |
3 files changed, 2 insertions, 5 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 33a192c..80048eb 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= smalltalk -PORTVERSION= 1.95.8 +PORTVERSION= 1.95.10 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/lang/smalltalk/distinfo b/lang/smalltalk/distinfo index 60da30a..e781fba 100644 --- a/lang/smalltalk/distinfo +++ b/lang/smalltalk/distinfo @@ -1 +1 @@ -MD5 (smalltalk-1.95.8.tar.gz) = a36d54d6ff148bf59897a5276b9c128d +MD5 (smalltalk-1.95.10.tar.gz) = 01127b5e59a04a742216e26926c58af2 diff --git a/lang/smalltalk/pkg-plist b/lang/smalltalk/pkg-plist index 7505aa0..6a64720 100644 --- a/lang/smalltalk/pkg-plist +++ b/lang/smalltalk/pkg-plist @@ -65,7 +65,6 @@ share/smalltalk/examples/Bench.st share/smalltalk/examples/Buffers.st share/smalltalk/examples/Case.st share/smalltalk/examples/CompFileSeg.st -share/smalltalk/examples/DBFile.st share/smalltalk/examples/Debugger.st share/smalltalk/examples/Dinner.st share/smalltalk/examples/EditStream.st @@ -83,9 +82,7 @@ share/smalltalk/examples/RecursLit.st share/smalltalk/examples/RegExp.st share/smalltalk/examples/Richards.st share/smalltalk/examples/SortCriter.st -share/smalltalk/examples/Timer.st share/smalltalk/examples/Tokenizer.st -share/smalltalk/examples/Watchdog.st share/smalltalk/examples/blox/Man.st share/smalltalk/examples/blox/Tetris.st share/smalltalk/examples/modules/gdbm-c.st |