From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 2 22:00:12 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9427216A468 for ; Sat, 2 Jun 2007 22:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7270E13C45D for ; Sat, 2 Jun 2007 22:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l52M0Cwn067270 for ; Sat, 2 Jun 2007 22:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l52M0CRU067269; Sat, 2 Jun 2007 22:00:12 GMT (envelope-from gnats) Resent-Date: Sat, 2 Jun 2007 22:00:12 GMT Resent-Message-Id: <200706022200.l52M0CRU067269@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gabor Kovesdan Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 390EE16A400 for ; Sat, 2 Jun 2007 21:53:33 +0000 (UTC) (envelope-from gabor@server.t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.freebsd.org (Postfix) with ESMTP id EDB4713C480 for ; Sat, 2 Jun 2007 21:53:32 +0000 (UTC) (envelope-from gabor@server.t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 40E3F9F2BF2 for ; Sat, 2 Jun 2007 23:37:33 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id EXbUdd5mNUix for ; Sat, 2 Jun 2007 23:37:02 +0200 (CEST) Received: by server.t-hosting.hu (Postfix, from userid 1001) id A4DB69F2BDA; Sat, 2 Jun 2007 23:36:58 +0200 (CEST) Message-Id: <20070602213702.A4DB69F2BDA@server.t-hosting.hu> Date: Sat, 2 Jun 2007 23:36:57 +0200 (CEST) From: Gabor Kovesdan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/113268: [patch] bsd.java.mk: remove support for expired jdk port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor Kovesdan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 22:00:12 -0000 >Number: 113268 >Category: ports >Synopsis: [patch] bsd.java.mk: remove support for expired jdk port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 02 22:00:11 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Gabor Kovesdan >Release: FreeBSD 6.2-RELEASE amd64 >Organization: n/a >Environment: >Description: java/linux-blackdown-jdk13 is deprecated and expired, it should be removed after the support is removed from the infrastructure. I'm not sure about the other blackdown ports, they are not deprecated, but don't seem to be up-to-date softwares. >How-To-Repeat: >Fix: --- bsd.java.mk.diff begins here --- Index: bsd.java.mk =================================================================== RCS file: /usr/cvs/ports/Mk/bsd.java.mk,v retrieving revision 1.77 diff -u -r1.77 bsd.java.mk --- bsd.java.mk 7 Mar 2007 07:44:36 -0000 1.77 +++ bsd.java.mk 2 Jun 2007 21:30:39 -0000 @@ -187,8 +187,6 @@ VERSION=1.5.0 OS=native VENDOR=bsdjava _JAVA_PORT_LINUX_BLACKDOWN_JDK_1_2_INFO= PORT=java/linux-blackdown-jdk12 HOME=${LOCALBASE}/linux-blackdown-jdk1.2.2 \ VERSION=1.2.2 OS=linux VENDOR=blackdown -_JAVA_PORT_LINUX_BLACKDOWN_JDK_1_3_INFO= PORT=java/linux-blackdown-jdk13 HOME=${LOCALBASE}/linux-blackdown-jdk1.3.1 \ - VERSION=1.3.1 OS=linux VENDOR=blackdown _JAVA_PORT_LINUX_BLACKDOWN_JDK_1_4_INFO= PORT=java/linux-blackdown-jdk14 HOME=${LOCALBASE}/linux-blackdown-jdk1.4.2 \ VERSION=1.4.2 OS=linux VENDOR=blackdown _JAVA_PORT_LINUX_SUN_JDK_1_2_INFO= PORT=java/linux-sun-jdk12 HOME=${LOCALBASE}/linux-sun-jdk1.2.2 \ --- bsd.java.mk.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: