svn commit: r340545 - head/sysutils/memtest
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Jan 21 03:13:00 UTC 2014
Author: danfe
Date: Tue Jan 21 03:12:59 2014
New Revision: 340545
URL: http://svnweb.freebsd.org/changeset/ports/340545
QAT: https://qat.redports.org/buildarchive/r340545/
Log:
- Update to version 4.3.0 and use official (upstream) program name
- Stagify, unmute installation commands, install manpage under MANPREFIX
- Augment port description text while I'm here (per program's webpage)
Modified:
head/sysutils/memtest/Makefile
head/sysutils/memtest/distinfo
head/sysutils/memtest/pkg-descr
Modified: head/sysutils/memtest/Makefile
==============================================================================
--- head/sysutils/memtest/Makefile Tue Jan 21 03:02:18 2014 (r340544)
+++ head/sysutils/memtest/Makefile Tue Jan 21 03:12:59 2014 (r340545)
@@ -1,32 +1,26 @@
# Created by: Mario S F Ferreira <lioux at linf.unb.br> et al.
# $FreeBSD$
-PORTNAME= memtest
-PORTVERSION= 4.2.2
+PORTNAME= memtester
+PORTVERSION= 4.3.0
CATEGORIES= sysutils
-MASTER_SITES= http://pyropus.ca/software/${PORTNAME}er/old-versions/
-DISTNAME= ${PORTNAME}er-${PORTVERSION}
+MASTER_SITES= http://pyropus.ca/software/${PORTNAME}/old-versions/
MAINTAINER= question+fbsdports at closedsrc.org
COMMENT= Utility to test for faulty memory subsystem
LICENSE= GPLv2
-MAN8= ${PORTNAME}.8
-PLIST_FILES= bin/memtest
+PLIST_FILES= bin/${PORTNAME} man/man8/${PORTNAME}.8.gz
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|cc|${CC}|' \
${WRKSRC}/conf-*
- @${MV} ${WRKSRC}/${PORTNAME}er.8 ${WRKSRC}/${MAN8}
- @${REINPLACE_CMD} -e 's|${PORTNAME}er |${PORTNAME} |g' \
- -e 's| ${PORTNAME}er| ${PORTNAME}|' \
- -e "s|${PORTNAME}er's|${PORTNAME}'s|" \
- ${WRKSRC}/${MAN8}
+ @${REINPLACE_CMD} -e 's|_SC_PAGE_SIZE|_SC_PAGESIZE|' \
+ ${WRKSRC}/${PORTNAME}.c
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}er ${PREFIX}/bin/${PORTNAME}
- @${INSTALL_MAN} ${WRKSRC}/${MAN8} ${PREFIX}/man/man8/${MAN8}
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8
.include <bsd.port.mk>
Modified: head/sysutils/memtest/distinfo
==============================================================================
--- head/sysutils/memtest/distinfo Tue Jan 21 03:02:18 2014 (r340544)
+++ head/sysutils/memtest/distinfo Tue Jan 21 03:12:59 2014 (r340545)
@@ -1,2 +1,2 @@
-SHA256 (memtester-4.2.2.tar.gz) = a494569d58d642c796332a1b7f3b4b86845b52da66c15c96fbeecd74e48dae8e
-SIZE (memtester-4.2.2.tar.gz) = 20952
+SHA256 (memtester-4.3.0.tar.gz) = f9dfe2fd737c38fad6535bbab327da9a21f7ce4ea6f18c7b3339adef6bf5fd88
+SIZE (memtester-4.3.0.tar.gz) = 22113
Modified: head/sysutils/memtest/pkg-descr
==============================================================================
--- head/sysutils/memtest/pkg-descr Tue Jan 21 03:02:18 2014 (r340544)
+++ head/sysutils/memtest/pkg-descr Tue Jan 21 03:12:59 2014 (r340545)
@@ -1,9 +1,13 @@
-memtest is a utility for testing the memory subsystem in a computer
-to determine if it is faulty. The original source was by Simon
-Kirby <sim at stormix.com>. The program has been rewritten by Charles
-Cazabon and many additional tests were added to help catch borderline
-memory. He also rewrote the original tests (which catch mainly
-memory bits which are stuck permanently high or low) so that they
-run approximately an order of magnitude faster.
+A user-space utility for testing the memory subsystem for faults. It is
+portable and should compile and work on any 32- or 64-bit Unix-like system.
+(Yes, even weird, proprietary Unices, and even Mac OS X.) For hardware
+developers, memtester can be told to test memory starting at a particular
+physical address as of memtester version 4.1.0.
+
+The original source was by Simon Kirby <sim at stormix.com>. The program has
+been rewritten by Charles Cazabon and many additional tests were added to
+help catch borderline memory. He also rewrote the original tests (which
+catch mainly memory bits which are stuck permanently high or low) so that
+they run approximately an order of magnitude faster.
WWW: http://pyropus.ca/software/memtester/
More information about the svn-ports-all
mailing list