Date: Wed, 29 Sep 2010 14:13:11 GMT From: Mikhail Tsatsenko <m.tsatsenko@mail.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: java/151074: [PATCH] upgrade java/jdk16-doc to the latest patchset Message-ID: <201009291413.o8TEDBgd060045@www.freebsd.org> Resent-Message-ID: <201009291420.o8TEK2p0083872@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 151074
>Category: java
>Synopsis: [PATCH] upgrade java/jdk16-doc to the latest patchset
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-java
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Sep 29 14:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Mikhail Tsatsenko
>Release: 9.0-CURRENT amd64
>Organization:
>Environment:
FreeBSD amnezia 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r213246: Tue Sep 28 18:57:02 MSD 2010
>Description:
Sun's website does not provide to select version and gives by default most recent jdk-6u21-docs.zip instead of jdk-6u10-docs.zip wanted by the port
>How-To-Repeat:
>Fix:
diff -uNr jdk16-doc.orig/Makefile jdk16-doc/Makefile
--- jdk16-doc.orig/Makefile 2010-09-29 17:59:36.000000000 +0400
+++ jdk16-doc/Makefile 2010-09-29 18:03:44.000000000 +0400
@@ -9,7 +9,7 @@
PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VER}
CATEGORIES= java
MASTER_SITES= #
-DISTNAME= jdk-6u10-docs
+DISTNAME= jdk-6u21-docs
MAINTAINER= java@FreeBSD.org
COMMENT= Java Development Kit ${JDK_MAJOR_VER} Documentation
@@ -26,7 +26,7 @@
JDK_VERSION= 1.6.0
JDK_MAJOR_VER= ${JDK_VERSION:R}
JDK_CONCAT_VER= ${JDK_MAJOR_VER:S/.//g}
-JDK_UPDATE_VER= 10
+JDK_UPDATE_VER= 21
DOWNLOAD_URL= http://java.sun.com/javase/downloads/index.jsp
NO_BUILD= yes
diff -uNr jdk16-doc.orig/distinfo jdk16-doc/distinfo
--- jdk16-doc.orig/distinfo 2010-09-29 17:59:36.000000000 +0400
+++ jdk16-doc/distinfo 2010-09-29 18:00:01.000000000 +0400
@@ -1,3 +1,3 @@
-MD5 (jdk-6u10-docs.zip) = 01a8f6b06f6a5396a96dd656162710e6
-SHA256 (jdk-6u10-docs.zip) = 429e805af7d8c01f357e3ae2c600a0913b17f207b35f7f9f3b22cdcea6476481
-SIZE (jdk-6u10-docs.zip) = 58890428
+MD5 (jdk-6u21-docs.zip) = 9856159367fbd7c829abdc04bdbb5293
+SHA256 (jdk-6u21-docs.zip) = 465956c976a825a7727b8503d1cc70232c31728b1014a4374340eb2dcfc620ab
+SIZE (jdk-6u21-docs.zip) = 58957265
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009291413.o8TEDBgd060045>
