pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/decode-dimms
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.
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@localhost
+MAINTAINER= pgoyette%NetBSD.org@localhost
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"
Home |
Main Index |
Thread Index |
Old Index