From owner-freebsd-java@FreeBSD.ORG Wed Jan 14 13:01:23 2009 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25E55106566B for ; Wed, 14 Jan 2009 13:01:23 +0000 (UTC) (envelope-from jsa@wickedmachine.net) Received: from mephisto.wickedmachine.net (tn-76-7-136-60.dhcp.embarqhsd.net [76.7.136.60]) by mx1.freebsd.org (Postfix) with ESMTP id 0FA108FC30 for ; Wed, 14 Jan 2009 13:01:19 +0000 (UTC) (envelope-from jsa@wickedmachine.net) Received: from mephisto.wickedmachine.net (localhost [127.0.0.1]) by mephisto.wickedmachine.net (8.14.3/8.14.3) with ESMTP id n0ECf1cu074241; Wed, 14 Jan 2009 07:41:02 -0500 (EST) (envelope-from jsa@wickedmachine.net) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-send-pr-version: gtk-send-pr 0.4.9 X-GNATS-Notify: Date: Wed, 14 Jan 2009 07:41:02 -0500 From: "Joseph S. Atkinson" Message-Id: <1231936862.63728@mephisto.wickedmachine.net> To: "FreeBSD gnats submit" Cc: java@FreeBSD.org Subject: java/jdk16-doc changed distifo X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 13:01:23 -0000 >Submitter-Id: current-users >Originator: Joseph S. Atkinson >Organization: Kinda messy >Confidential: no >Synopsis: java/jdk16-doc changed distifo >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 7.1-RELEASE-p2 i386 >Environment: System: FreeBSD 7.1-RELEASE-p2 #2: Wed Jan 14 02:45:00 EST 2009 jsa@mephisto.wickedmachine.net:/usr/obj/usr/src/sys/MEPHISTO >Description: About to study Java for college classes, decided to install documentation. Following the instructions given, you no longer recieve the distfile required. Sun appears to have moved to versioning (and pluralizing!) the docs as well... >How-To-Repeat: Download and place distfile as per instructions given by `make`, then run `make install` again. It will not detect the distfile. Simply renaming the distfile to the appropriate title will show a checksum error. >Fix: --- jdk16-doc.diff begins here --- --- Makefile.orig 2009-01-14 07:04:02.000000000 -0500 +++ Makefile 2009-01-14 07:07:13.000000000 -0500 @@ -7,10 +7,10 @@ PORTNAME= jdk-doc PORTVERSION= ${JDK_VERSION:S/_/./g} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java MASTER_SITES= # -DISTNAME= jdk-6-doc +DISTNAME= jdk-6u10-docs MAINTAINER= java@FreeBSD.org COMMENT= Java Development Kit ${JDK_MAJOR_VER} Documentation --- distinfo.orig 2009-01-14 07:07:31.000000000 -0500 +++ distinfo 2009-01-14 07:07:43.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (jdk-6-doc.zip) = 6596298c9edb02bfe8de14892405e02e -SHA256 (jdk-6-doc.zip) = 30df77761591681cbb259dce028a728926813fcd18e7f87ad9631f64fe7f08bd -SIZE (jdk-6-doc.zip) = 54898268 +MD5 (jdk-6u10-docs.zip) = 01a8f6b06f6a5396a96dd656162710e6 +SHA256 (jdk-6u10-docs.zip) = 429e805af7d8c01f357e3ae2c600a0913b17f207b35f7f9f3b22cdcea6476481 +SIZE (jdk-6u10-docs.zip) = 58890428 --- jdk16-doc.diff ends here --- I also considered using the following or something similar: DISTNAME= jdk-6u${JDK_UPDATE}-docs JDK_UPDATE= 10