From owner-freebsd-java@FreeBSD.ORG Mon Sep 19 17:03:18 2005 Return-Path: X-Original-To: java@FreeBSD.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C974716A41F; Mon, 19 Sep 2005 17:03:18 +0000 (GMT) (envelope-from stoerte@dreamwarrior.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E4EA43D45; Mon, 19 Sep 2005 17:03:16 +0000 (GMT) (envelope-from stoerte@dreamwarrior.net) Received: from reverse-82-141-57-134.dialin.kamp-dsl.de [82.141.57.134] (helo=sisyphos.foobar.ath.cx) by mrelayeu.kundenserver.de with ESMTP (Nemesis), id 0MKwh2-1EHP2w2xyQ-0005es; Mon, 19 Sep 2005 19:03:14 +0200 Received: from stoerte by sisyphos.foobar.ath.cx with local (Exim 4.52 (FreeBSD)) id 1EHP2v-0005CJ-2j; Mon, 19 Sep 2005 19:03:13 +0200 To: FreeBSD-gnats-submit@freebsd.org From: Frank Ruell X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: Date: Mon, 19 Sep 2005 19:03:13 +0200 X-Provags-ID: kundenserver.de abuse@kundenserver.de login:97c0264cb82c2bc8c92e9f809e6eb40d Cc: java@FreeBSD.org Subject: [patch] java/jdk13-doc - the download URL has changed X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Ruell List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2005 17:03:19 -0000 >Submitter-Id: current-users >Originator: Frank Ruell >Organization: >Confidential: no >Synopsis: [patch] java/jdk13-doc - the download URL has changed >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.0-BETA4 i386 >Environment: System: FreeBSD sisyphos.foobar.ath.cx 6.0-BETA4 FreeBSD 6.0-BETA4 #0: Wed Sep 7 21:29:03 CEST 2005 root@sisyphos.foobar.ath.cx:/usr/obj/usr/src/sys/SISYPHOS i386 >Description: >How-To-Repeat: >Fix: --- java_jdk13-doc.patch begins here --- --- Makefile 2005/09/19 16:38:42 1.1 +++ Makefile 2005/09/19 16:42:08 @@ -23,9 +23,8 @@ JDK_VERSION= 1.3.1 JDK_MAJOR_VER= ${JDK_VERSION:R} JDK_CONCAT_VER= ${JDK_MAJOR_VER:S/.//g} -SUN_BUNDLE_ID= 8717 -DOWNLOAD_URL= http://java.sun.com/webapps/download/Display?BundleId=${SUN_BUNDLE_ID} +DOWNLOAD_URL= http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=7546-j2sdk-1.3.1-doc-oth-JPR&SiteId=JSC&TransactionId=noreg NO_BUILD= yes USE_ZIP= yes PORTDOCS= api guide images index.html relnotes tooldocs --- java_jdk13-doc.patch ends here ---