Received: by mail.netbsd.org (Postfix, from userid 605) id 8F7F384DF7; Mon, 30 Mar 2020 10:53:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1A43684DF5 for ; Mon, 30 Mar 2020 10:53:57 +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 ePUOtDXgSVmN for ; Mon, 30 Mar 2020 10:53:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 753BD84D7B for ; Mon, 30 Mar 2020 10:53:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6DFC5FB27; Mon, 30 Mar 2020 10:53:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158556563649510" MIME-Version: 1.0 Date: Mon, 30 Mar 2020 10:53:56 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/graphics/ansilove To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20200330105356.6DFC5FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158556563649510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Mon Mar 30 10:53:56 UTC 2020 Modified Files: pkgsrc/graphics/ansilove: Makefile Log Message: ansilove: add GITHUB_RELEASE directive and enable test suite. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/ansilove/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158556563649510 Content-Disposition: inline Content-Length: 806 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/ansilove/Makefile diff -u pkgsrc/graphics/ansilove/Makefile:1.15 pkgsrc/graphics/ansilove/Makefile:1.16 --- pkgsrc/graphics/ansilove/Makefile:1.15 Mon Feb 17 14:44:54 2020 +++ pkgsrc/graphics/ansilove/Makefile Mon Mar 30 10:53:56 2020 @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2020/02/17 14:44:54 fcambus Exp $ +# $NetBSD: Makefile,v 1.16 2020/03/30 10:53:56 fcambus Exp $ DISTNAME= ansilove-4.1.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=ansilove/} +GITHUB_RELEASE= ${PKGVERSION_NOREV} MAINTAINER= fcambus@NetBSD.org HOMEPAGE= https://www.ansilove.org/ @@ -12,5 +13,7 @@ LICENSE= 2-clause-bsd USE_LANGUAGES= c99 USE_CMAKE= yes +TEST_TARGET= test + .include "../../graphics/libansilove/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_158556563649510--