From owner-svn-ports-all@freebsd.org Thu May 7 15:36:08 2020 Return-Path: Delivered-To: svn-ports-all@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 628092DC4FC; Thu, 7 May 2020 15:36:08 +0000 (UTC) (envelope-from asomers@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 49HyGw20GHz4K8W; Thu, 7 May 2020 15:36:08 +0000 (UTC) (envelope-from asomers@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 3FC621B443; Thu, 7 May 2020 15:36:08 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 047Fa8Pg082815; Thu, 7 May 2020 15:36:08 GMT (envelope-from asomers@FreeBSD.org) Received: (from asomers@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 047Fa7mm082813; Thu, 7 May 2020 15:36:07 GMT (envelope-from asomers@FreeBSD.org) Message-Id: <202005071536.047Fa7mm082813@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: asomers set sender to asomers@FreeBSD.org using -f From: Alan Somers Date: Thu, 7 May 2020 15:36:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534268 - in head/shells/fish: . files X-SVN-Group: ports-head X-SVN-Commit-Author: asomers X-SVN-Commit-Paths: in head/shells/fish: . files X-SVN-Commit-Revision: 534268 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.30 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: Thu, 07 May 2020 15:36:08 -0000 Author: asomers (src committer) Date: Thu May 7 15:36:07 2020 New Revision: 534268 URL: https://svnweb.freebsd.org/changeset/ports/534268 Log: shells/fish: update to 3.1.1 PR: 245975 Submitted by: Evilham Deleted: head/shells/fish/files/patch-share_functions_fish__vcs__prompt.fish Modified: head/shells/fish/Makefile head/shells/fish/distinfo head/shells/fish/pkg-plist Modified: head/shells/fish/Makefile ============================================================================== --- head/shells/fish/Makefile Thu May 7 14:44:17 2020 (r534267) +++ head/shells/fish/Makefile Thu May 7 15:36:07 2020 (r534268) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fish -PORTVERSION= 3.1.0 -PORTREVISION= 1 +PORTVERSION= 3.1.1 CATEGORIES= shells MASTER_SITES= https://github.com/fish-shell/fish-shell/releases/download/${PORTVERSION}/ Modified: head/shells/fish/distinfo ============================================================================== --- head/shells/fish/distinfo Thu May 7 14:44:17 2020 (r534267) +++ head/shells/fish/distinfo Thu May 7 15:36:07 2020 (r534268) @@ -1,3 +1,3 @@ -TIMESTAMP = 1582492621 -SHA256 (fish-3.1.0.tar.gz) = e5db1e6839685c56f172e1000c138e290add4aa521f187df4cd79d4eab294368 -SIZE (fish-3.1.0.tar.gz) = 6810953 +TIMESTAMP = 1588000442 +SHA256 (fish-3.1.1.tar.gz) = 07dc78eea3bc4cbd490b2f2a2e19e5771ac9e3b6b1a75893039ad8b34d6122b8 +SIZE (fish-3.1.1.tar.gz) = 6816063 Modified: head/shells/fish/pkg-plist ============================================================================== --- head/shells/fish/pkg-plist Thu May 7 14:44:17 2020 (r534267) +++ head/shells/fish/pkg-plist Thu May 7 15:36:07 2020 (r534268) @@ -328,7 +328,6 @@ libdata/pkgconfig/fish.pc %%DATADIR%%/completions/aws.fish %%DATADIR%%/completions/badblocks.fish %%DATADIR%%/completions/base64.fish -%%DATADIR%%/completions/bat.fish %%DATADIR%%/completions/bb-wrapper.fish %%DATADIR%%/completions/bc.fish %%DATADIR%%/completions/bd.fish @@ -753,7 +752,6 @@ libdata/pkgconfig/fish.pc %%DATADIR%%/completions/resolvectl.fish %%DATADIR%%/completions/return.fish %%DATADIR%%/completions/rfkill.fish -%%DATADIR%%/completions/rg.fish %%DATADIR%%/completions/rgrep.fish %%DATADIR%%/completions/rm.fish %%DATADIR%%/completions/rmdir.fish