pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/sun-jre15 The old DOWNLOAD URL was returning a 40...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3242f9cfab5f
branches:  trunk
changeset: 520635:3242f9cfab5f
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Tue Oct 24 12:42:10 2006 +0000

description:
The old DOWNLOAD URL was returning a 404 so update it based on Sun's
current download page for 1.5.x

diffstat:

 lang/sun-jre15/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 921379b35ea6 -r 3242f9cfab5f lang/sun-jre15/Makefile.common
--- a/lang/sun-jre15/Makefile.common    Tue Oct 24 11:51:55 2006 +0000
+++ b/lang/sun-jre15/Makefile.common    Tue Oct 24 12:42:10 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2006/10/09 07:24:06 joerg Exp $
+# $NetBSD: Makefile.common,v 1.15 2006/10/24 12:42:10 adrianp Exp $
 
 CATEGORIES=    lang java
 COMMENT=       Sun's Java(tm) 2 Standard Edition, ${DOWNLOAD_NAME}
@@ -6,7 +6,7 @@
 
 MAINTAINER=    tv%NetBSD.org@localhost
 HOMEPAGE=      http://java.sun.com/
-DOWNLOAD=      http://java.sun.com/j2se/1.5.0/download.html
+DOWNLOAD=      http://java.sun.com/javase/downloads/index.jsp
 DOWNLOAD_NAME= ${SHORT_NAME} 5.0 Update ${PKGNAME_NOREV:C/^.*\.//}
 ARCHIVE=       http://java.sun.com/products/archive/index.html
 



Home | Main Index | Thread Index | Old Index