Received: by mail.netbsd.org (Postfix, from userid 605) id 3394784E4A; Tue, 14 Aug 2018 12:34:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2F42684D8F for ; Tue, 14 Aug 2018 12:34:46 +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 37yqRtD9TiZE for ; Tue, 14 Aug 2018 12:34:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 50F1A84CDC for ; Tue, 14 Aug 2018 12:34:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 47EF4FBEC; Tue, 14 Aug 2018 12:34:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153425008595050" MIME-Version: 1.0 Date: Tue, 14 Aug 2018 12:34:45 +0000 From: "Paul Goyette" Subject: CVS commit: pkgsrc/sysutils/decode-dimms To: pkgsrc-changes@NetBSD.org Reply-To: pgoyette@netbsd.org X-Mailer: log_accum Message-Id: <20180814123445.47EF4FBEC@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. --_----------=_153425008595050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pgoyette Date: Tue Aug 14 12:34:45 UTC 2018 Modified Files: pkgsrc/sysutils/decode-dimms: Makefile Log Message: Set myself as the maintainer. Don't include lang/perl5/module.mk - we're not building a perl module, just building an application that uses perl. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/decode-dimms/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153425008595050 Content-Disposition: inline Content-Length: 1065 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/decode-dimms/Makefile diff -u pkgsrc/sysutils/decode-dimms/Makefile:1.8 pkgsrc/sysutils/decode-dimms/Makefile:1.9 --- pkgsrc/sysutils/decode-dimms/Makefile:1.8 Wed Jul 25 05:40:15 2018 +++ pkgsrc/sysutils/decode-dimms/Makefile Tue Aug 14 12:34:45 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2018/07/25 05:40:15 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2018/08/14 12:34:45 pgoyette Exp $ # no Release yet GIT_COMMIT= 84da8192c7c409f37c1906b60ef166c58aafc847 @@ -7,7 +7,7 @@ PKGNAME= decode-dimms-0.0.20181205 CATEGORIES= sysutils MASTER_SITES= https://git.kernel.org/pub/scm/utils/i2c-tools/i2c-tools.git/snapshot/ -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= pgoyette@NetBSD.org HOMEPAGE= https://git.kernel.org/pub/scm/utils/i2c-tools/ COMMENT= Decode memory DIMM SPD ROM info LICENSE= gnu-gpl-v2 @@ -34,5 +34,4 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/eeprom/decode-dimms.1 \ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/decode-dimms.1 -.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" --_----------=_153425008595050--