Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Aug 2001 12:24:43 +0200
From:      Roland Jesse <jesse@mail.CS.Uni-Magdeburg.De>
To:        will@FreeBSD.org
Cc:        gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org
Subject:   Re: ports/26292: New port: Version 3 of Squeak, the Smalltalk 80 dialect
Message-ID:  <0vn14lreac.fsf@mail.cs.uni-magdeburg.de>
In-Reply-To: <200104070730.f377Unc45974@freefall.freebsd.org> (will@FreeBSD.org's message of "Sat, 7 Apr 2001 00:30:49 -0700 (PDT)")
References:  <200104070730.f377Unc45974@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
will@FreeBSD.org writes:

> Make sure the Makefile and distinfo file
> (/net/puck/will/ports/lang/squeak3/distinfo) are up to date.

Here the fix:

diff -ruN squeak3.bak/Makefile squeak3/Makefile
--- squeak3.bak/Makefile	Mon Aug 27 12:06:57 2001
+++ squeak3/Makefile	Mon Aug 27 12:18:00 2001
@@ -10,7 +10,7 @@
 CATEGORIES=	lang
 MASTER_SITES=	ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/3.0/unix-linux/src/ \
 		ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/3.0/platform-independent/
-DISTNAME=	Squeak${PORTVERSION}pre2-unixsource-VM
+DISTNAME=	Squeak-${PORTVERSION}-src
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC} ${SQUEAK_IMAGE_SRC}
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
@@ -19,6 +19,10 @@
 # Don't set USE_ZIP as this breaks EXTRACT_CMD, EXTRACT_SUFX, and what not.
 BUILD_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip
 
+SQUEAK_SRC=	SqueakV3.sources.gz
+SQUEAK_IMAGE_SRC=	Squeak3.0-3552.zip
+SQUEAK_IMAGE=	Squeak3.0.image Squeak3.0.changes
+
 WRKSRC=		${WRKDIR}/Squeak-3.0
 USE_XLIB=	yes
 USE_GMAKE=	yes
@@ -33,9 +37,6 @@
 CONFIGURE_ENV=	INSTALL_PROGRAM="${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}"
 BUILD_WRKSRC=	${WRKSRC}/build
 DIST_SUBDIR=	squeak
-SQUEAK_SRC=	SqueakV3.sources.gz
-SQUEAK_IMAGE_SRC=	Squeak3.0-3545.zip
-SQUEAK_IMAGE=	Squeak3.0final.image Squeak3.0final.changes
 
 MAKEFILE=	Makefile
 .ifdef (CC)
@@ -63,12 +64,12 @@
 	@${ECHO} "directory as well as access to a source file."
 	@${ECHO} "Execute the following:"
 	@${ECHO} "cd <your_private_working_directory>"
-	@${ECHO} "cp ${PREFIX}/share/squeak/Squeak3.0final.image ."
-	@${ECHO} "cp ${PREFIX}/share/squeak/Squeak3.0final.changes ."
+	@${ECHO} "cp ${PREFIX}/share/squeak/Squeak3.0.image ."
+	@${ECHO} "cp ${PREFIX}/share/squeak/Squeak3.0.changes ."
 	@${ECHO} "ln -s ${PREFIX}/share/squeak/SqueakV3.sources ."
 	@${ECHO} ""
 	@${ECHO} "To finally start up the system type:"
-	@${ECHO} "squeak Squeak3.0final.image"
+	@${ECHO} "squeak Squeak3.0.image"
 	@${ECHO} "--------------- Thanks for listening. ---------------"
 
 .include <bsd.port.mk>
diff -ruN squeak3.bak/distinfo squeak3/distinfo
--- squeak3.bak/distinfo	Mon Aug 27 12:06:57 2001
+++ squeak3/distinfo	Mon Aug 27 12:13:30 2001
@@ -1,3 +1,3 @@
-MD5 (squeak/Squeak3.0pre2-unixsource-VM.tar.gz) = 4a231362206b4991485d866acef1cd88
+MD5 (squeak/Squeak-3.0-src.tar.gz) = 0125f53c1e1db20639f328088c3824de
 MD5 (squeak/SqueakV3.sources.gz) = 7dc6b3840e6bc1e5f81e3717fb46d2c3
-MD5 (squeak/Squeak3.0-3545.zip) = 26abd8f14b264aabd128b60a1c17f523
+MD5 (squeak/Squeak3.0-3552.zip) = 7256e4b4d568b53499f2a346930308e6

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0vn14lreac.fsf>