summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1999-05-09 15:17:05 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1999-05-09 15:17:05 +0000
commitac155caacb67ca50bbfaaab27ad2209a26c16663 (patch)
tree1ffd28eeda8bef3919ab4086135965879dbb0cde /lang
parentFix MASTER_SITES: (diff)
Update 2.3 -> 2.4
Notes
Notes: svn path=/head/; revision=18635
Diffstat (limited to 'lang')
-rw-r--r--lang/squeak2/Makefile10
-rw-r--r--lang/squeak2/distinfo2
-rw-r--r--lang/squeak2/files/patch-aa20
-rw-r--r--lang/squeak2/pkg-plist4
-rw-r--r--lang/squeak3/Makefile10
-rw-r--r--lang/squeak3/distinfo2
-rw-r--r--lang/squeak3/files/patch-aa20
-rw-r--r--lang/squeak3/pkg-plist4
8 files changed, 16 insertions, 56 deletions
diff --git a/lang/squeak2/Makefile b/lang/squeak2/Makefile
index 1aef8897ec4b..338b0b56db8c 100644
--- a/lang/squeak2/Makefile
+++ b/lang/squeak2/Makefile
@@ -3,11 +3,11 @@
# Date created: 4 March 1999
# Whom: jesse@cs.uni-magdeburg.de
#
-# $Id: Makefile,v 1.9 1999/03/20 17:16:57 nectar Exp $
+# $Id: Makefile,v 1.10 1999/05/09 15:00:05 nectar Exp $
#
-DISTNAME= 2.3
-PKGNAME= squeak-2.3
+DISTNAME= 2.4
+PKGNAME= squeak-2.4
CATEGORIES= lang
MASTER_SITES= ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/unix/ \
ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/unix/image/ \
@@ -35,9 +35,9 @@ do-build:
do-install:
@(cd ${WRKSRC}/${VMBUILD} && \
- ${INSTALL_PROGRAM} SqueakVM-2.3-${VMBUILD} ${PREFIX}/bin/SqueakVM)
+ ${INSTALL_PROGRAM} SqueakVM-2.4-${VMBUILD} ${PREFIX}/bin/SqueakVM)
${MKDIR} ${PREFIX}/share/squeak
-.for f in Squeak2.3.changes Squeak2.3.image
+.for f in Squeak2.4.changes Squeak2.4.image
(cd ${WRKSRC}/image && ${INSTALL_DATA} $f ${PREFIX}/share/squeak/$f)
.endfor
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${SQUEAK_SRC} \
diff --git a/lang/squeak2/distinfo b/lang/squeak2/distinfo
index 26736860cd78..4405a83b0cae 100644
--- a/lang/squeak2/distinfo
+++ b/lang/squeak2/distinfo
@@ -1,2 +1,2 @@
-MD5 (squeak/2.3.tar.gz) = 95602a7d8686d916a52006fbf0643ecc
+MD5 (squeak/2.4.tar.gz) = db8a90c127ba98496f159e9ea0e4320d
MD5 (squeak/SqueakV2.sources) = af0663f5112faa78635462dbb6fd3367
diff --git a/lang/squeak2/files/patch-aa b/lang/squeak2/files/patch-aa
deleted file mode 100644
index 874e2c8881a8..000000000000
--- a/lang/squeak2/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- /usr/ports/lang/squeak2/work/2.3/src/sqXWindow.c Tue Feb 9 15:25:30 1999
-+++ src/sqXWindow.c Thu Mar 4 09:42:26 1999
-@@ -88,7 +88,7 @@
- char shortImageName[MAXPATHLEN+1]; /* just the base name */
- char vmPath[MAXPATHLEN+1]; /* full path to interpreter's directory */
-
--int initialHeapSize; /* 5 megabytes by default */
-+int initialHeapSize; /* 20 megabytes by default */
-
- int initialArgc;
- char **initialArgv;
-@@ -2494,7 +2494,7 @@
- if ((ev= getenv("SQUEAK_MEMORY")))
- initialHeapSize= strtobkm(ev);
- else
-- initialHeapSize= 5*1024*1024; /* 5 megabytes by default */
-+ initialHeapSize= 20*1024*1024; /* 20 megabytes by default */
-
- if (getenv("SQUEAK_LAZY"))
- sleepWhenUnmapped= 1;
diff --git a/lang/squeak2/pkg-plist b/lang/squeak2/pkg-plist
index fc3a3f9d726b..525d6b1e6f50 100644
--- a/lang/squeak2/pkg-plist
+++ b/lang/squeak2/pkg-plist
@@ -1,5 +1,5 @@
bin/SqueakVM
-share/squeak/Squeak2.3.changes
-share/squeak/Squeak2.3.image
+share/squeak/Squeak2.4.changes
+share/squeak/Squeak2.4.image
share/squeak/SqueakV2.sources
@dirrm share/squeak
diff --git a/lang/squeak3/Makefile b/lang/squeak3/Makefile
index 1aef8897ec4b..338b0b56db8c 100644
--- a/lang/squeak3/Makefile
+++ b/lang/squeak3/Makefile
@@ -3,11 +3,11 @@
# Date created: 4 March 1999
# Whom: jesse@cs.uni-magdeburg.de
#
-# $Id: Makefile,v 1.9 1999/03/20 17:16:57 nectar Exp $
+# $Id: Makefile,v 1.10 1999/05/09 15:00:05 nectar Exp $
#
-DISTNAME= 2.3
-PKGNAME= squeak-2.3
+DISTNAME= 2.4
+PKGNAME= squeak-2.4
CATEGORIES= lang
MASTER_SITES= ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/unix/ \
ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/unix/image/ \
@@ -35,9 +35,9 @@ do-build:
do-install:
@(cd ${WRKSRC}/${VMBUILD} && \
- ${INSTALL_PROGRAM} SqueakVM-2.3-${VMBUILD} ${PREFIX}/bin/SqueakVM)
+ ${INSTALL_PROGRAM} SqueakVM-2.4-${VMBUILD} ${PREFIX}/bin/SqueakVM)
${MKDIR} ${PREFIX}/share/squeak
-.for f in Squeak2.3.changes Squeak2.3.image
+.for f in Squeak2.4.changes Squeak2.4.image
(cd ${WRKSRC}/image && ${INSTALL_DATA} $f ${PREFIX}/share/squeak/$f)
.endfor
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${SQUEAK_SRC} \
diff --git a/lang/squeak3/distinfo b/lang/squeak3/distinfo
index 26736860cd78..4405a83b0cae 100644
--- a/lang/squeak3/distinfo
+++ b/lang/squeak3/distinfo
@@ -1,2 +1,2 @@
-MD5 (squeak/2.3.tar.gz) = 95602a7d8686d916a52006fbf0643ecc
+MD5 (squeak/2.4.tar.gz) = db8a90c127ba98496f159e9ea0e4320d
MD5 (squeak/SqueakV2.sources) = af0663f5112faa78635462dbb6fd3367
diff --git a/lang/squeak3/files/patch-aa b/lang/squeak3/files/patch-aa
deleted file mode 100644
index 874e2c8881a8..000000000000
--- a/lang/squeak3/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- /usr/ports/lang/squeak2/work/2.3/src/sqXWindow.c Tue Feb 9 15:25:30 1999
-+++ src/sqXWindow.c Thu Mar 4 09:42:26 1999
-@@ -88,7 +88,7 @@
- char shortImageName[MAXPATHLEN+1]; /* just the base name */
- char vmPath[MAXPATHLEN+1]; /* full path to interpreter's directory */
-
--int initialHeapSize; /* 5 megabytes by default */
-+int initialHeapSize; /* 20 megabytes by default */
-
- int initialArgc;
- char **initialArgv;
-@@ -2494,7 +2494,7 @@
- if ((ev= getenv("SQUEAK_MEMORY")))
- initialHeapSize= strtobkm(ev);
- else
-- initialHeapSize= 5*1024*1024; /* 5 megabytes by default */
-+ initialHeapSize= 20*1024*1024; /* 20 megabytes by default */
-
- if (getenv("SQUEAK_LAZY"))
- sleepWhenUnmapped= 1;
diff --git a/lang/squeak3/pkg-plist b/lang/squeak3/pkg-plist
index fc3a3f9d726b..525d6b1e6f50 100644
--- a/lang/squeak3/pkg-plist
+++ b/lang/squeak3/pkg-plist
@@ -1,5 +1,5 @@
bin/SqueakVM
-share/squeak/Squeak2.3.changes
-share/squeak/Squeak2.3.image
+share/squeak/Squeak2.4.changes
+share/squeak/Squeak2.4.image
share/squeak/SqueakV2.sources
@dirrm share/squeak