From owner-svn-ports-head@freebsd.org Tue Feb 7 20:15:58 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65B83CD5D51; Tue, 7 Feb 2017 20:15:58 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2C81F1351; Tue, 7 Feb 2017 20:15:58 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v17KFvhm051008; Tue, 7 Feb 2017 20:15:57 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v17KFvvF051006; Tue, 7 Feb 2017 20:15:57 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201702072015.v17KFvvF051006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 7 Feb 2017 20:15:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433585 - in head: . java java/jboss7 java/jboss71 java/jboss72 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2017 20:15:58 -0000 Author: rene Date: Tue Feb 7 20:15:56 2017 New Revision: 433585 URL: https://svnweb.freebsd.org/changeset/ports/433585 Log: Remove expired ports: 2017-02-07 java/jboss7: Unsupported, replaced by wildfly 2017-02-07 java/jboss71: Unsupported, replaced by wildfly 2017-02-07 java/jboss72: Unsupported, replaced by wildfly Deleted: head/java/jboss7/ head/java/jboss71/ head/java/jboss72/ Modified: head/MOVED head/java/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Feb 7 19:42:00 2017 (r433584) +++ head/MOVED Tue Feb 7 20:15:56 2017 (r433585) @@ -9061,3 +9061,6 @@ devel/libcheck|devel/check|2017-02-05|Re devel/p5-JIRA-Client||2017-02-05|Has expired: Deprecated by upstream due to deprecated JIRA's SOAP API sysutils/puppet37||2017-02-05|Has expired: Upstream support ended, see http://tinyurl.com/puppet3eol net-im/ttytter||2017-02-05|Has expired: Upstream no longer active, see net-im/oysttyer +java/jboss7||2017-02-07|Has expired: Unsupported, replaced by wildfly +java/jboss71||2017-02-07|Has expired: Unsupported, replaced by wildfly +java/jboss72||2017-02-07|Has expired: Unsupported, replaced by wildfly Modified: head/java/Makefile ============================================================================== --- head/java/Makefile Tue Feb 7 19:42:00 2017 (r433584) +++ head/java/Makefile Tue Feb 7 20:15:56 2017 (r433585) @@ -65,9 +65,6 @@ SUBDIR += javamail SUBDIR += javavmwrapper SUBDIR += jaxen - SUBDIR += jboss7 - SUBDIR += jboss71 - SUBDIR += jboss72 SUBDIR += jcalendar SUBDIR += jcckit SUBDIR += jcommon