From owner-svn-ports-all@FreeBSD.ORG Sun May 11 13:25:27 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7AEE0C39; Sun, 11 May 2014 13:25:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B2CB22BD; Sun, 11 May 2014 13:25:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4BDPRSc077840; Sun, 11 May 2014 13:25:27 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4BDPQJb077834; Sun, 11 May 2014 13:25:26 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201405111325.s4BDPQJb077834@svn.freebsd.org> From: Rene Ladan Date: Sun, 11 May 2014 13:25:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353685 - in head: . java java/linux-sun-jdk16 java/linux-sun-jre16 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 13:25:27 -0000 Author: rene Date: Sun May 11 13:25:26 2014 New Revision: 353685 URL: http://svnweb.freebsd.org/changeset/ports/353685 QAT: https://qat.redports.org/buildarchive/r353685/ Log: Remove expired ports: 2014-05-10 java/linux-sun-jre16: Unsupported and known for multiple security vulnerabilities 2014-05-10 java/linux-sun-jdk16: Unsupported and known for multiple security vulnerabilities Deleted: head/java/linux-sun-jdk16/ head/java/linux-sun-jre16/ Modified: head/LEGAL head/MOVED head/java/Makefile Modified: head/LEGAL ============================================================================== --- head/LEGAL Sun May 11 13:25:12 2014 (r353684) +++ head/LEGAL Sun May 11 13:25:26 2014 (r353685) @@ -142,13 +142,11 @@ jai-*-lib-linux-i586.* java/jai Redistr jai_imageio-*-lib-linux-* java/jai-imageio Redistribution is not permitted java3d-sdk-*-linux-i386* java/java3d License does not allow distribution javax_comm-*-solsparc.* comms/java-commapi No commercial use -jdk-6*-i586.bin java/linux-sun-jdk16 Redistribution of repackaged binaries not permitted jdk-7*-i586.tar.gz java/linux-sun-jdk17 Redistribution of repackaged binaries not permitted jdk-8*-i586.tar.gz java/linux-oracle-jdk18 Redistribution of repackaged binaries not permitted jfbuild_src_* games/jfsw Must be distributed only through the Internet and free of charge jmf-*-alljava.zip java/jmf Redistribution of pre-compiled binaries is not permitted jpgraph-2.* graphics/jpgraph2 The free version cannot be used in a commercial context -jre-6*-i586.bin java/linux-sun-jre16 License does not allow distribution with fee jre-7*-i586.tar.gz java/linux-sun-jre17 License does not allow distribution with fee jre-8*-i586.tar.gz java/linux-oracle-jre18 License does not allow distribution with fee jta-*.zip java/jta See the license Modified: head/MOVED ============================================================================== --- head/MOVED Sun May 11 13:25:12 2014 (r353684) +++ head/MOVED Sun May 11 13:25:26 2014 (r353685) @@ -6095,3 +6095,5 @@ security/yassl|security/cyassl|2014-05-0 lang/open-cobol|lang/gnu-cobol|2014-05-07|Moved to match upstream name change sysutils/lire||2014-05-11|Project is dead net/ipfw-graph||2014-05-11|Project is dead +java/linux-sun-jre16||2014-05-11|Has expired: Unsupported and known for multiple security vulnerabilities +java/linux-sun-jdk16||2014-05-11|Has expired: Unsupported and known for multiple security vulnerabilities Modified: head/java/Makefile ============================================================================== --- head/java/Makefile Sun May 11 13:25:12 2014 (r353684) +++ head/java/Makefile Sun May 11 13:25:26 2014 (r353685) @@ -115,9 +115,7 @@ SUBDIR += langspec SUBDIR += linux-oracle-jdk18 SUBDIR += linux-oracle-jre18 - SUBDIR += linux-sun-jdk16 SUBDIR += linux-sun-jdk17 - SUBDIR += linux-sun-jre16 SUBDIR += linux-sun-jre17 SUBDIR += mmake SUBDIR += mx4j