Date: Mon, 9 Apr 2001 16:19:23 +0200 (CEST) From: jesse@cs.uni-magdeburg.de To: FreeBSD-gnats-submit@freebsd.org Subject: ports/26458: Small distfiles fix for lang/squeak2 Message-ID: <200104091419.f39EJNQ19919@arthur.cs.uni-magdeburg.de>
next in thread | raw e-mail | index | archive | help
>Number: 26458 >Category: ports >Synopsis: Small distfiles fix for lang/squeak2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 09 07:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.3-BETA i386 >Organization: Otto-von-Guericke University of Magdeburg >Environment: System: FreeBSD arthur.cs.uni-magdeburg.de 4.3-BETA FreeBSD 4.3-BETA #1: Thu Mar 15 09:22:08 CET 2001 root@arthur.cs.uni-magdeburg.de:/usr/obj/usr/src/sys/ARTHUR i386 >Description: The distfiles were renamed on the MASTER_SITES server and could therefore not be fetched. The appended patch fixes that. No files need to be added or removed from the port skeleton. >How-To-Repeat: build port lang/squeak2 >Fix: diff -ruN squeak2.bak/Makefile squeak2/Makefile --- squeak2.bak/Makefile Tue Jun 20 15:37:36 2000 +++ squeak2/Makefile Mon Apr 9 16:12:40 2001 @@ -10,7 +10,7 @@ CATEGORIES= lang MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/SOR/users/piumarta/squeak/ \ ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/free/squeak/unix/ -DISTNAME= Squeak${PORTVERSION}-src +DISTNAME= Squeak-${PORTVERSION}-src DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -20,7 +20,7 @@ USE_XLIB= yes USE_GMAKE= yes DIST_SUBDIR= squeak -SQUEAK_SRC= SqueakV2.sources.gz Squeak2.7.image.gz Squeak2.7.changes.gz +SQUEAK_SRC= SqueakV2.sources.gz Squeak-2.7.image.gz Squeak-2.7.changes.gz SQUEAK_LIB= Profiler.so SoundCodecPrims.so Squeak3D.so System.so MAKEFILE= Makefile @@ -53,11 +53,11 @@ @${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/Squeak2.7.image ." - @${ECHO} "cp ${PREFIX}/share/squeak/Squeak2.7.changes ." + @${ECHO} "cp ${PREFIX}/share/squeak/Squeak-2.7.image ." + @${ECHO} "cp ${PREFIX}/share/squeak/Squeak-2.7.changes ." @${ECHO} "ln -s ${PREFIX}/share/squeak/SqueakV2.sources ." @${ECHO} "" @${ECHO} "To finally start up the system type:" - @${ECHO} "squeak Squeak2.7.image" + @${ECHO} "squeak Squeak-2.7.image" .include <bsd.port.mk> diff -ruN squeak2.bak/distinfo squeak2/distinfo --- squeak2.bak/distinfo Thu Mar 30 23:17:52 2000 +++ squeak2/distinfo Mon Apr 9 16:11:24 2001 @@ -1,4 +1,4 @@ -MD5 (squeak/Squeak2.7-src.tar.gz) = b52ff01a25eac4d5ec0088b432f2d8a1 +MD5 (squeak/Squeak-2.7-src.tar.gz) = b52ff01a25eac4d5ec0088b432f2d8a1 MD5 (squeak/SqueakV2.sources.gz) = 80487895bb1d1cbfddc8736273cccc92 -MD5 (squeak/Squeak2.7.image.gz) = c74bdb08de5e88eab5dd5e042dc0f98e -MD5 (squeak/Squeak2.7.changes.gz) = 303220f35e986ea27003ddda2087c12a +MD5 (squeak/Squeak-2.7.image.gz) = c74bdb08de5e88eab5dd5e042dc0f98e +MD5 (squeak/Squeak-2.7.changes.gz) = 303220f35e986ea27003ddda2087c12a >Release-Note: >Audit-Trail: >Unformatted: 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?200104091419.f39EJNQ19919>