Date: Fri, 31 Dec 1999 10:36:04 GMT From: Jose Marques <noway@nohow.demon.co.uk> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15793: java/jsdk port distfile URL has changed Message-ID: <199912311036.KAA01216@nohow.demon.co.uk>
next in thread | raw e-mail | index | archive | help
>Number: 15793 >Category: ports >Synopsis: java/jsdk port distfile URL has changed >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: Fri Dec 31 02:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jose Marques >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: The URL from which to download the java/jsdk port distfile has changed. It can still be found via the old URL but the one listed in the patch below is more direct. >How-To-Repeat: Apply the following patch >Fix: diff -ruN jsdk.old/Makefile jsdk/Makefile --- jsdk.old/Makefile Fri Dec 31 10:27:46 1999 +++ jsdk/Makefile Fri Dec 31 10:32:57 1999 @@ -24,8 +24,8 @@ do-fetch: @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ ${ECHO_MSG} "=========================================================="; \ - ${ECHO_MSG} "You must retriving a archive from"; \ - ${ECHO_MSG} " http://java.sun.com/products/servlet/index.html"; \ + ${ECHO_MSG} "You must a fetch the Java Servlet Development Kit 2.0 (for Unix) archive from"; \ + ${ECHO_MSG} " http://java.sun.com/products/servlet/download.html"; \ ${ECHO_MSG} "And copy into ${DISTDIR}"; \ ${ECHO_MSG} "=========================================================="; \ fi >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?199912311036.KAA01216>