From owner-svn-ports-all@FreeBSD.ORG Tue Jan 21 03:13:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4970C44F; Tue, 21 Jan 2014 03:13:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3505B1915; Tue, 21 Jan 2014 03:13:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L3D0LH037850; Tue, 21 Jan 2014 03:13:00 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0L3Cxhe037840; Tue, 21 Jan 2014 03:12:59 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201401210312.s0L3Cxhe037840@svn.freebsd.org> From: Alexey Dokuchaev Date: Tue, 21 Jan 2014 03:12:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340545 - head/sysutils/memtest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 03:13:00 -0000 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 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@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 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 . 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 . 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/