Received: by mail.netbsd.org (Postfix, from userid 605) id 325DB84F11; Mon, 9 May 2022 21:48:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6AFBE84EC4 for ; Mon, 9 May 2022 21:48:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ZntvdBU1Ulkw for ; Mon, 9 May 2022 21:48:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BB84084EAF for ; Mon, 9 May 2022 21:48:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B7D6AFA94; Mon, 9 May 2022 21:48:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1652132928140770" MIME-Version: 1.0 Date: Mon, 9 May 2022 21:48:48 +0000 From: "pin" Subject: CVS commit: pkgsrc/news/tuifeed To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20220509214848.B7D6AFA94@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1652132928140770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Mon May 9 21:48:48 UTC 2022 Modified Files: pkgsrc/news/tuifeed: Makefile Log Message: news/tuifeed: reset maintainer To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/news/tuifeed/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1652132928140770 Content-Disposition: inline Content-Length: 979 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/news/tuifeed/Makefile diff -u pkgsrc/news/tuifeed/Makefile:1.2 pkgsrc/news/tuifeed/Makefile:1.3 --- pkgsrc/news/tuifeed/Makefile:1.2 Thu Nov 18 13:08:22 2021 +++ pkgsrc/news/tuifeed/Makefile Mon May 9 21:48:48 2022 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2021/11/18 13:08:22 pin Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/09 21:48:48 pin Exp $ DISTNAME= tuifeed-0.1.1 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_GITHUB:=veeso/} GITHUB_TAG= v${PKGVERSION_NOREV} -MAINTAINER= pin@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/veeso/tuifeed/ COMMENT= Terminal feed reader with a fancy ui LICENSE= mit @@ -15,7 +15,8 @@ LICENSE= mit INSTALLATION_DIRS= bin do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/target/release/tuifeed ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/target/release/tuifeed \ + ${DESTDIR}${PREFIX}/bin .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1652132928140770--