diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-04-10 01:06:46 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-04-10 01:06:46 +0800 |
commit | 29ffa21e047dc573a614e3706ae53498e0112cb0 (patch) | |
tree | ca9a039f7a014c7f8be6fbfef037a7d4fee2ff6d /sysutils | |
parent | 306e92d375606bd62d3e9d6d95b86d08b574a5b6 (diff) | |
download | freebsd-ports-gnome-29ffa21e047dc573a614e3706ae53498e0112cb0.tar.gz freebsd-ports-gnome-29ffa21e047dc573a614e3706ae53498e0112cb0.tar.zst freebsd-ports-gnome-29ffa21e047dc573a614e3706ae53498e0112cb0.zip |
- Rename sysutils/memtest to sysutils/memtester as that's how the
package and upstream project are named
- Take maintainership
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 2 | ||||
-rw-r--r-- | sysutils/memtester/Makefile (renamed from sysutils/memtest/Makefile) | 3 | ||||
-rw-r--r-- | sysutils/memtester/distinfo (renamed from sysutils/memtest/distinfo) | 0 | ||||
-rw-r--r-- | sysutils/memtester/pkg-descr (renamed from sysutils/memtest/pkg-descr) | 0 |
4 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 8df3428c9d67..09b07d40f9ca 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -650,9 +650,9 @@ SUBDIR += megarc SUBDIR += memdump SUBDIR += memfetch - SUBDIR += memtest SUBDIR += memtest86 SUBDIR += memtest86+ + SUBDIR += memtester SUBDIR += metalog SUBDIR += mfid SUBDIR += mgeupsd diff --git a/sysutils/memtest/Makefile b/sysutils/memtester/Makefile index 5c703e9a2736..b36cd824399e 100644 --- a/sysutils/memtest/Makefile +++ b/sysutils/memtester/Makefile @@ -6,10 +6,11 @@ PORTVERSION= 4.3.0 CATEGORIES= sysutils MASTER_SITES= http://pyropus.ca/software/${PORTNAME}/old-versions/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Utility to test for faulty memory subsystem LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING PLIST_FILES= bin/${PORTNAME} man/man8/${PORTNAME}.8.gz diff --git a/sysutils/memtest/distinfo b/sysutils/memtester/distinfo index f56a67b31d89..f56a67b31d89 100644 --- a/sysutils/memtest/distinfo +++ b/sysutils/memtester/distinfo diff --git a/sysutils/memtest/pkg-descr b/sysutils/memtester/pkg-descr index b8c9524fff13..b8c9524fff13 100644 --- a/sysutils/memtest/pkg-descr +++ b/sysutils/memtester/pkg-descr |