Received: by mail.netbsd.org (Postfix, from userid 605) id A091084D96; Mon, 9 Jan 2023 01:02:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D112484CF7 for ; Mon, 9 Jan 2023 01:02:32 +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 1-jJCCMLoCcG for ; Mon, 9 Jan 2023 01:02:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 63F5D84CEA for ; Mon, 9 Jan 2023 01:02:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5612CFA90; Mon, 9 Jan 2023 01:02:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167322615284570" MIME-Version: 1.0 Date: Mon, 9 Jan 2023 01:02:32 +0000 From: "Christopher KOBAYASHI" Subject: CVS commit: pkgsrc/net/wol To: pkgsrc-changes@NetBSD.org Reply-To: sekiya@netbsd.org X-Mailer: log_accum Message-Id: <20230109010232.5612CFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167322615284570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sekiya Date: Mon Jan 9 01:02:32 UTC 2023 Modified Files: pkgsrc/net/wol: Makefile Log Message: Add license (from pkglint) To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/wol/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167322615284570 Content-Disposition: inline Content-Length: 650 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/wol/Makefile diff -u pkgsrc/net/wol/Makefile:1.38 pkgsrc/net/wol/Makefile:1.39 --- pkgsrc/net/wol/Makefile:1.38 Tue Jun 28 11:35:22 2022 +++ pkgsrc/net/wol/Makefile Mon Jan 9 01:02:32 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2022/06/28 11:35:22 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2023/01/09 01:02:32 sekiya Exp $ DISTNAME= wol-0.7.1 PKGREVISION= 13 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE: MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ahh.sourceforge.net/wol/ COMMENT= Small Wake On Lan client +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_TOOLS+= gmake perl pod2man --_----------=_167322615284570--