From owner-svn-ports-all@freebsd.org Tue Oct 2 18:59:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA5B710A8895; Tue, 2 Oct 2018 18:59:26 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 44BAB7781A; Tue, 2 Oct 2018 18:59:26 +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 34B614165; Tue, 2 Oct 2018 18:59:26 +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 w92IxQE5019034; Tue, 2 Oct 2018 18:59:26 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w92IxPOE019030; Tue, 2 Oct 2018 18:59:25 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201810021859.w92IxPOE019030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 2 Oct 2018 18:59:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481126 - in head: . comms comms/kvasd comms/wsjt comms/wspr devel devel/erlang-protobuffs mail mail/mutt-lite X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . comms comms/kvasd comms/wsjt comms/wspr devel devel/erlang-protobuffs mail mail/mutt-lite X-SVN-Commit-Revision: 481126 X-SVN-Commit-Repository: ports 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.27 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: Tue, 02 Oct 2018 18:59:26 -0000 Author: rene Date: Tue Oct 2 18:59:25 2018 New Revision: 481126 URL: https://svnweb.freebsd.org/changeset/ports/481126 Log: Remove expired ports: 2018-10-01 devel/erlang-protobuffs: upstream deprecated 2018-10-01 comms/wsjt: replace with wsjtx upstream no longer maintained 2018-10-01 comms/wspr: replace with wsjtx upstream no longer maintained 2018-10-01 comms/kvasd: use wsjtx- kvasd is not needed by wsjtx and no longer maintained 2018-10-01 mail/mutt-lite: For a lite version of mutt build mail/mutt with less (or zero) options Deleted: head/comms/kvasd/ head/comms/wsjt/ head/comms/wspr/ head/devel/erlang-protobuffs/ head/mail/mutt-lite/ Modified: head/MOVED head/comms/Makefile head/devel/Makefile head/mail/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Oct 2 18:52:34 2018 (r481125) +++ head/MOVED Tue Oct 2 18:59:25 2018 (r481126) @@ -10556,3 +10556,8 @@ deskutils/kdeconnect|deskutils/kdeconnect-kde-kde4|201 devel/rubygem-rainbow2|devel/rubygem-rainbow|2018-10-01|Has expired: Obsolete by gitlab-ce 11.3.x update, please use devel/rubygem-rainbow instead net/rubygem-fog-google13|net/rubygem-fog-google|2018-10-01|Has expired: Obsolete by gitlab-ce 11.3.x update, please use net/rubygem-fog-google instead devel/rubygem-gemnasium-gitlab-service||2018-10-01|Has expired: Not required by gitlab-ce 11.3.x update anymore +devel/erlang-protobuffs||2018-10-02|Has expired: upstream deprecated +comms/wsjt|comms/wsjtx|2018-10-02|Has expired: replace with wsjtx upstream no longer maintained +comms/wspr|comms/wsjtx|2018-10-02|Has expired: replace with wsjtx upstream no longer maintained +comms/kvasd|comms/wsjtx|2018-10-02|Has expired: use wsjtx- kvasd is not needed by wsjtx and no longer maintained +mail/mutt-lite|mail/mutt|2018-10-02|Has expired: For a lite version of mutt build mail/mutt with less (or zero) options Modified: head/comms/Makefile ============================================================================== --- head/comms/Makefile Tue Oct 2 18:52:34 2018 (r481125) +++ head/comms/Makefile Tue Oct 2 18:59:25 2018 (r481126) @@ -79,7 +79,6 @@ SUBDIR += kermit SUBDIR += klog SUBDIR += kremotecontrol-kde4 - SUBDIR += kvasd SUBDIR += libbtbb SUBDIR += libconcord SUBDIR += libfap @@ -196,9 +195,7 @@ SUBDIR += usbmuxd SUBDIR += viewfax SUBDIR += vrflash - SUBDIR += wsjt SUBDIR += wsjtx - SUBDIR += wspr SUBDIR += wwl SUBDIR += wy60 SUBDIR += xastir Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 2 18:52:34 2018 (r481125) +++ head/devel/Makefile Tue Oct 2 18:59:25 2018 (r481126) @@ -589,7 +589,6 @@ SUBDIR += erlang-parse_trans SUBDIR += erlang-poolboy SUBDIR += erlang-pooler - SUBDIR += erlang-protobuffs SUBDIR += erlang-providers SUBDIR += erlang-rebar3_hex SUBDIR += erlang-recon Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Tue Oct 2 18:52:34 2018 (r481125) +++ head/mail/Makefile Tue Oct 2 18:59:25 2018 (r481126) @@ -261,7 +261,6 @@ SUBDIR += mu4e-maildirs SUBDIR += mulberry SUBDIR += mutt - SUBDIR += mutt-lite SUBDIR += mutt_vc_query SUBDIR += muttils SUBDIR += nbsmtp