Received: by mail.netbsd.org (Postfix, from userid 605) id 0623384EED; Wed, 3 Jan 2018 00:34:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6E15884D47 for ; Wed, 3 Jan 2018 00:34:19 +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 bfkkie26pN_V for ; Wed, 3 Jan 2018 00:34:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C69D084D38 for ; Wed, 3 Jan 2018 00:34:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C1667FB40; Wed, 3 Jan 2018 00:34:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1514939658165650" MIME-Version: 1.0 Date: Wed, 3 Jan 2018 00:34:18 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/graphics/blinkentools To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20180103003418.C1667FB40@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. --_----------=_1514939658165650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Wed Jan 3 00:34:18 UTC 2018 Modified Files: pkgsrc/graphics/blinkentools: Makefile Log Message: Added missing LICENSE variable. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/graphics/blinkentools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1514939658165650 Content-Disposition: inline Content-Length: 714 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/blinkentools/Makefile diff -u pkgsrc/graphics/blinkentools/Makefile:1.40 pkgsrc/graphics/blinkentools/Makefile:1.41 --- pkgsrc/graphics/blinkentools/Makefile:1.40 Sun Feb 12 06:25:24 2017 +++ pkgsrc/graphics/blinkentools/Makefile Wed Jan 3 00:34:18 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2017/02/12 06:25:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.41 2018/01/03 00:34:18 rillig Exp $ # DISTNAME= blinkentools-2.2 @@ -9,6 +9,7 @@ MASTER_SITES= http://sven.gimp.org/blin MAINTAINER= salo@NetBSD.org HOMEPAGE= http://www.blinkenlights.de/ COMMENT= Blinkenlights movies tools collection +LICENSE= gnu-gpl-v2 USE_TOOLS+= pkg-config GNU_CONFIGURE= YES --_----------=_1514939658165650--