From takefu@airport.fm  Thu Sep 16 04:34:58 2010
Return-Path: <takefu@airport.fm>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7B95D106566C
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 16 Sep 2010 04:34:58 +0000 (UTC)
	(envelope-from takefu@airport.fm)
Received: from ae-osaka.co.jp (unknown [IPv6:2001:3e0:4ec:a000::1])
	by mx1.freebsd.org (Postfix) with ESMTP id 3F0E58FC16
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 16 Sep 2010 04:34:58 +0000 (UTC)
Received: from ae-osaka.co.jp (localhost.ae-osaka.co.jp [127.0.0.1])
	by ae-osaka.co.jp (Postfix) with ESMTP id 2ADEC11469
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 16 Sep 2010 13:34:57 +0900 (JST)
Received: from ae-osaka.co.jp ([127.0.0.1])
	by ae-osaka.co.jp (ae-osaka.co.jp [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id 6OPJ6Fs+i3C3 for <FreeBSD-gnats-submit@FreeBSD.org>;
	Thu, 16 Sep 2010 13:34:57 +0900 (JST)
Received: from [IPv6:2001:3e0:4ec:a011:fdc5:a8f8:fdcd:8452] (unknown [IPv6:2001:3e0:4ec:a011:fdc5:a8f8:fdcd:8452])
	by ae-osaka.co.jp (Postfix) with ESMTPSA id F26A51143E
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 16 Sep 2010 13:34:56 +0900 (JST)
Message-Id: <4C919E70.6030402@airport.fm>
Date: Thu, 16 Sep 2010 13:34:56 +0900
From: Takefu <takefu@airport.fm>
Reply-To: takefu@airport.fm
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: [UPDATE] sysutils/memtest: update to 4.2.0

>Number:         150614
>Category:       ports
>Synopsis:       [UPDATE] sysutils/memtest: update to 4.2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    decke
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 16 04:40:01 UTC 2010
>Closed-Date:    Thu Sep 16 18:01:06 UTC 2010
>Last-Modified:  Thu Sep 16 18:01:06 UTC 2010
>Originator:     Takefu
>Release:        
>Organization:
FOX Amateur Radio Club
>Environment:
>Description:
update to 4.1.3 -> 4.2.0

  -define _FILE_OFFSET_BITS to 64 by default in conf-cc, which causes some
  32-bit systems with larger-than-32-bit address spaces to have a 64-bit off_t,
  allowing testing of larger chunks of memory.  Thanks to Steven A. Falco for
  the suggestion.  Let me know if this definition causes problems for anyone.
  -add tests of 8-bit-wide and 16-bit-wide random writes, to enable verifying
  the correct operation of hardware.  Thanks: Dick Hollenbeck.  If these tests
  trigger unaligned access problems on your platform, you can eliminate these
  tests by removing the -DTEST_NARROW_WRITES definition from the conf-cc file.

>How-To-Repeat:
>Fix:

--- memtester-4.2.0.diff begins here ---
diff -ruN /usr/ports/sysutils/memtest/Makefile sysutils/memtest/Makefile
--- /usr/ports/sysutils/memtest/Makefile	2010-07-21 16:51:34.000000000 +0900
+++ sysutils/memtest/Makefile	2010-09-16 13:27:00.000000000 +0900
@@ -6,7 +6,7 @@
 #

 PORTNAME=	memtest
-PORTVERSION=	4.1.3
+PORTVERSION=	4.2.0
 CATEGORIES=	sysutils
 MASTER_SITES=	http://pyropus.ca/software/${PORTNAME}er/old-versions/
 DISTNAME=	${PORTNAME}er-${PORTVERSION}
@@ -14,6 +14,8 @@
 MAINTAINER=	question+fbsdports@closedsrc.org
 COMMENT=	Utility to test for faulty memory subsystem

+LICENSE=	GPLv2
+
 MAN8=		${PORTNAME}.8
 PLIST_FILES=	bin/memtest

diff -ruN /usr/ports/sysutils/memtest/distinfo sysutils/memtest/distinfo
--- /usr/ports/sysutils/memtest/distinfo	2010-07-21 16:51:34.000000000 +0900
+++ sysutils/memtest/distinfo	2010-09-16 13:25:14.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (memtester-4.1.3.tar.gz) = e562451620cf5343016950462bc0dc38
-SHA256 (memtester-4.1.3.tar.gz) = ac56f0b6d6d6e58bcf2a3fa7f2c9b29894f5177871f21115a1906c535106acf6
-SIZE (memtester-4.1.3.tar.gz) = 20117
+MD5 (memtester-4.2.0.tar.gz) = bfc1bcc2f31e780574f81778b65faf26
+SHA256 (memtester-4.2.0.tar.gz) = cb9d5437a0c429d18500bddef93084bb2fead0d5ccfedfd00ee28ff118e52695
+SIZE (memtester-4.2.0.tar.gz) = 20754
--- memtester-4.2.0.diff ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Sep 16 04:40:08 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150614 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: question+fbsdports@closedsrc.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/150614: [UPDATE] sysutils/memtest: update to 4.2.0
Date: Thu, 16 Sep 2010 04:40:06 UT

 Maintainer of sysutils/memtest,
 
 Please note that PR ports/150614 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/150614
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Linh Pham <question+fbsdports@closedsrc.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/150614: [UPDATE] sysutils/memtest: update to 4.2.0
Date: Wed, 15 Sep 2010 22:04:57 -0700

 On 2010-09-16 04:40 +0000, Edwin Groothuis <edwin@FreeBSD.org> wrote:
 
 > Maintainer of sysutils/memtest,
 > 
 > Please note that PR ports/150614 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/150614
 
 I approve the PR.
 
 -- 
 Linh Pham
 question+fbsdports@closedsrc.org
 http://closedsrc.org/
Responsible-Changed-From-To: freebsd-ports-bugs->decke 
Responsible-Changed-By: decke 
Responsible-Changed-When: Thu Sep 16 08:44:25 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150614 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/150614: commit references a PR
Date: Thu, 16 Sep 2010 17:51:20 +0000 (UTC)

 decke       2010-09-16 17:51:14 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/memtest     Makefile distinfo 
   Log:
   - Update to 4.2.0
   - LICENSE added
   
   PR:             ports/150614
   Submitted by:   Takefu <takefu at airport dot fm>
   Approved by:    Linh Pham <question+fbsdports at closedsrc dot org> (maintainer), beat (co-mentor, implicit)
   
   Revision  Changes    Path
   1.18      +3 -1      ports/sysutils/memtest/Makefile
   1.11      +3 -3      ports/sysutils/memtest/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: decke 
State-Changed-When: Thu Sep 16 18:01:05 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150614 
>Unformatted:
