Received: by mail.netbsd.org (Postfix, from userid 605) id 655E784EF4; Fri, 1 Oct 2021 12:49:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A24BC84EF3 for ; Fri, 1 Oct 2021 12:49:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id GgvAyPnhmcf0 for ; Fri, 1 Oct 2021 12:49:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 388CB84CE7 for ; Fri, 1 Oct 2021 12:49:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 35EE0FA97; Fri, 1 Oct 2021 12:49:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1633092548273560" MIME-Version: 1.0 Date: Fri, 1 Oct 2021 12:49:08 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/sysutils/py-filetype To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20211001124908.35EE0FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1633092548273560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Oct 1 12:49:08 UTC 2021 Added Files: pkgsrc/sysutils/py-filetype: ALTERNATIVES Log Message: py-filetype: add ALTERNATIVES To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/py-filetype/ALTERNATIVES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1633092548273560 Content-Disposition: inline Content-Length: 300 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/sysutils/py-filetype/ALTERNATIVES diff -u /dev/null pkgsrc/sysutils/py-filetype/ALTERNATIVES:1.1 --- /dev/null Fri Oct 1 12:49:08 2021 +++ pkgsrc/sysutils/py-filetype/ALTERNATIVES Fri Oct 1 12:49:08 2021 @@ -0,0 +1 @@ +bin/filetype @PREFIX@/bin/filetype-@PYVERSSUFFIX@ --_----------=_1633092548273560--