From owner-svn-ports-head@freebsd.org Fri Oct 4 19:03:23 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9F9EF136284; Fri, 4 Oct 2019 19:03:23 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46lK5l3n4Sz3D0x; Fri, 4 Oct 2019 19:03:23 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6566BC20; Fri, 4 Oct 2019 19:03:23 +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 x94J3Nii067601; Fri, 4 Oct 2019 19:03:23 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x94J3Mhs067598; Fri, 4 Oct 2019 19:03:22 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201910041903.x94J3Mhs067598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 4 Oct 2019 19:03:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513773 - in head: . net net/asterisk15 security security/softhsm X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . net net/asterisk15 security security/softhsm X-SVN-Commit-Revision: 513773 X-SVN-Commit-Repository: ports 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.29 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: Fri, 04 Oct 2019 19:03:23 -0000 Author: rene Date: Fri Oct 4 19:03:22 2019 New Revision: 513773 URL: https://svnweb.freebsd.org/changeset/ports/513773 Log: Remove expired ports: 2019-10-01 security/softhsm: End-of-life announced, update to softhsm2 ASAP. 2019-10-03 net/asterisk15: Asterisk 15.x will reach EOL on 2019-10-03. Please migrate to net/asterisk16 Deleted: head/net/asterisk15/ head/security/softhsm/ Modified: head/MOVED head/net/Makefile head/security/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Oct 4 18:55:48 2019 (r513772) +++ head/MOVED Fri Oct 4 19:03:22 2019 (r513773) @@ -13051,3 +13051,5 @@ x11/xdbedizzy||2019-10-01|Deprecated upstream x11/xplsprinters||2019-10-01|Deprecated upstream x11/xprehashprinterlist||2019-10-01|Deprecated upstream x11/xtrap||2019-10-01|Deprecated upstream +security/softhsm|security/softhsm2|2019-10-04|Has expired: End-of-life announced, update to softhsm2 ASAP. +net/asterisk15|net/asterisk16|2019-10-04|Has expired: Asterisk 15.x will reach EOL on 2019-10-03. Please migrate to net/asterisk16 Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri Oct 4 18:55:48 2019 (r513772) +++ head/net/Makefile Fri Oct 4 19:03:22 2019 (r513773) @@ -35,7 +35,6 @@ SUBDIR += asterisk-chan_sccp SUBDIR += asterisk-g72x SUBDIR += asterisk13 - SUBDIR += asterisk15 SUBDIR += asterisk16 SUBDIR += avahi SUBDIR += avahi-app Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Oct 4 18:55:48 2019 (r513772) +++ head/security/Makefile Fri Oct 4 19:03:22 2019 (r513773) @@ -1229,7 +1229,6 @@ SUBDIR += softether SUBDIR += softether-devel SUBDIR += softether5 - SUBDIR += softhsm SUBDIR += softhsm2 SUBDIR += sops SUBDIR += spass