Received: by mail.netbsd.org (Postfix, from userid 605) id E891E84F01; Tue, 2 Jan 2018 23:35:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 738B484E47 for ; Tue, 2 Jan 2018 23:35:03 +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 vYWgVIa4Tx8W for ; Tue, 2 Jan 2018 23:35:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D5A7584C2E for ; Tue, 2 Jan 2018 23:35:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D3FDCFB40; Tue, 2 Jan 2018 23:35:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1514936102285130" MIME-Version: 1.0 Date: Tue, 2 Jan 2018 23:35:02 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/geography/gpsdrive To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20180102233502.D3FDCFB40@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. --_----------=_1514936102285130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Tue Jan 2 23:35:02 UTC 2018 Modified Files: pkgsrc/geography/gpsdrive: Makefile Log Message: Added missing LICENSE variable. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/geography/gpsdrive/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1514936102285130 Content-Disposition: inline Content-Length: 733 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/gpsdrive/Makefile diff -u pkgsrc/geography/gpsdrive/Makefile:1.32 pkgsrc/geography/gpsdrive/Makefile:1.33 --- pkgsrc/geography/gpsdrive/Makefile:1.32 Wed Aug 3 10:22:48 2016 +++ pkgsrc/geography/gpsdrive/Makefile Tue Jan 2 23:35:02 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2016/08/03 10:22:48 adam Exp $ +# $NetBSD: Makefile,v 1.33 2018/01/02 23:35:02 rillig Exp $ DISTNAME= gpsdrive-1.31 PKGREVISION= 25 @@ -8,6 +8,7 @@ MASTER_SITES= http://gpsdrive.kraftvoll. MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gpsdrive.de/index.shtml COMMENT= GPS Navigation system +LICENSE= gnu-gpl-v2 DEPENDS+= gpsd>=1.07:../../geography/gpsd DEPENDS+= wget>=1:../../net/wget --_----------=_1514936102285130--