From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 30 14:00:20 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63D3616A420 for ; Mon, 30 Jan 2006 14:00:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E03143D5D for ; Mon, 30 Jan 2006 14:00:18 +0000 (GMT) (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 k0UE0HkG058568 for ; Mon, 30 Jan 2006 14:00:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0UE0Heo058567; Mon, 30 Jan 2006 14:00:17 GMT (envelope-from gnats) Date: Mon, 30 Jan 2006 14:00:17 GMT Message-Id: <200601301400.k0UE0Heo058567@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Panagiotis Astithas Cc: Subject: Re: ports/92535: java/sun-wtk - mastersite doesn't exist anymore X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Panagiotis Astithas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2006 14:00:20 -0000 The following reply was made to PR ports/92535; it has been noted by GNATS. From: Panagiotis Astithas To: bug-followup@FreeBSD.org, Edwin Groothuis , past@noc.ntua.gr Cc: Subject: Re: ports/92535: java/sun-wtk - mastersite doesn't exist anymore Date: Mon, 30 Jan 2006 15:56:04 +0200 [Resent since the other address' server seems to be blacklisted] Please apply the following patch that also updates my current email address: -------------------------------------------- --- /tmp/Makefile Fri Sep 30 01:07:08 2005 +++ Makefile Mon Jan 30 15:39:12 2006 @@ -13,7 +13,7 @@ DISTNAME= j2me_wireless_toolkit-${PORTVERSION:S/./_/}-linux-i386 EXTRACT_SUFX= .bin -MAINTAINER= past@noc.ntua.gr +MAINTAINER= past@ebs.gr COMMENT= Sun J2ME Wireless Toolkit USE_JAVA= yes @@ -21,7 +21,7 @@ NO_BUILD= yes NO_WRKSUBDIR= yes ONLY_FOR_ARCHS= i386 -DOWNLOAD_URL= http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=j2me_wireless_toolkit-${PORTVERSION:S/./_/}-oth-JPR&SiteId=JSC&TransactionId=noreg +DOWNLOAD_URL= http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=j2me_wireless_toolkit-${PORTVERSION:S/./_/}-oth-JPR&SiteId=JSC&TransactionId=try RESTRICTED= License does not allow redistribution of any kind NO_CDROM= ${RESTRICTED} ----------------------------------------------