From owner-freebsd-ports Mon Aug 27 3:24:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from prinz.cs.uni-magdeburg.de (prinz.CS.Uni-Magdeburg.De [141.44.21.2]) by hub.freebsd.org (Postfix) with ESMTP id A3BE337B408; Mon, 27 Aug 2001 03:24:46 -0700 (PDT) (envelope-from jesse@mail.CS.Uni-Magdeburg.De) Received: from herzog.cs.uni-magdeburg.de (jesse@herzog [141.44.21.8]) by prinz.cs.uni-magdeburg.de (8.11.5/8.11.5) with ESMTP id f7RAOig22203; Mon, 27 Aug 2001 12:24:44 +0200 (MEST) Received: (from jesse@localhost) by herzog.cs.uni-magdeburg.de (8.10.2+Sun/8.10.2) id f7RAOh521260; Mon, 27 Aug 2001 12:24:43 +0200 (MEST) X-Authentication-Warning: herzog.cs.uni-magdeburg.de: jesse set sender to jesse@mail.cs.uni-magdeburg.de using -f 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 References: <200104070730.f377Unc45974@freefall.freebsd.org> In-Reply-To: <200104070730.f377Unc45974@freefall.freebsd.org> (will@FreeBSD.org's message of "Sat, 7 Apr 2001 00:30:49 -0700 (PDT)") From: Roland Jesse Date: Mon, 27 Aug 2001 12:24:43 +0200 Message-ID: <0vn14lreac.fsf@mail.cs.uni-magdeburg.de> Lines: 65 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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 " - @${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 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