Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/memtester/Makefile,v
retrieving revision 1.5
diff -N -u -p -u Makefile
--- Makefile	16 Jan 2008 08:43:31 -0000	1.5
+++ Makefile	26 Jun 2010 15:42:51 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=	utility to test for memory faults
 
-DISTNAME=	memtester-4.0.8
+DISTNAME=	memtester-4.1.3
 
 CATEGORIES=	sysutils
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/memtester/distinfo,v
retrieving revision 1.5
diff -N -u -p -u distinfo
--- distinfo	16 Jan 2008 08:43:31 -0000	1.5
+++ distinfo	26 Jun 2010 15:42:51 -0000
@@ -1,5 +1,5 @@
-MD5 (memtester-4.0.8.tar.gz) = pJce0cyvWy4hSP1msOtzYw==
-RMD160 (memtester-4.0.8.tar.gz) = uATrlWP5j/vVHOF8CRtxpGa6Tq4=
-SHA1 (memtester-4.0.8.tar.gz) = EzDtqmDg15e4PfUaVrujd9uSI/w=
-SHA256 (memtester-4.0.8.tar.gz) = 9ALm8IOTkSDg/xWgvlkg0RhHw9Kjt1iQ3N3w2lRHrgM=
-SIZE (memtester-4.0.8.tar.gz) = 17168
+MD5 (memtester-4.1.3.tar.gz) = 5WJFFiDPU0MBaVBGK8DcOA==
+RMD160 (memtester-4.1.3.tar.gz) = DXodyMSLQ41QNLH6lnH2141sQ8s=
+SHA1 (memtester-4.1.3.tar.gz) = XuEz87utBRwhqUZAYMciax+wVXs=
+SHA256 (memtester-4.1.3.tar.gz) = rFbwttbW5YvPKj+n8smymJT1F3hx8hEVoZBsU1EGrPY=
+SIZE (memtester-4.1.3.tar.gz) = 20117
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/sysutils/memtester/patches/patch-Makefile,v
retrieving revision 1.1.1.1
diff -N -u -p -u patches/patch-Makefile
--- patches/patch-Makefile	15 Mar 2007 15:49:06 -0000	1.1.1.1
+++ patches/patch-Makefile	26 Jun 2010 15:42:51 -0000
@@ -1,22 +1,17 @@
 $OpenBSD: patch-Makefile,v 1.1.1.1 2007/03/15 15:49:06 ckuethe Exp $
---- Makefile.orig	Thu Mar 15 08:57:19 2007
-+++ Makefile	Thu Mar 15 09:07:33 2007
-@@ -7,13 +7,9 @@
- # COPYING for details.
- #
- 
+--- Makefile.orig	Thu Mar 25 16:25:20 2010
++++ Makefile	Thu Mar 25 16:26:52 2010
+@@ -10,8 +10,6 @@
+ # You don't need to edit these; change the contents of the conf-cc and conf-ld
+ # files if you need to change the compile/link commands.  See the README for
+ # more information.
 -CC			= $(shell head -n 1 conf-cc)
 -LD			= $(shell head -n 1 conf-ld)
--
+ 
  SOURCES		= memtester.c tests.c
  OBJECTS		= $(SOURCES:.c=.o)
- HEADERS		= memtester.h
--TARGETS     = *.o compile load auto-ccld.sh find-systype make-compile make-load systype extra-libs
- INSTALLPATH	= /usr/local
- 
+@@ -24,61 +22,14 @@ INSTALLPATH	= /usr/local
  #
-@@ -21,61 +17,13 @@ INSTALLPATH	= /usr/local
- #
  all: memtester
  
 +memtester: $(OBJECTS)
@@ -33,7 +28,7 @@ $OpenBSD: patch-Makefile,v 1.1.1.1 2007/03/15 15:49:06
 -	echo CC=\'`head -1 conf-cc`\'; \
 -	echo LD=\'`head -1 conf-ld`\' \
 -	) > auto-ccld.sh
--
+ 
 -compile: \
 -make-compile warn-auto.sh systype
 -	( cat warn-auto.sh; ./make-compile "`cat systype`" ) > \
Index: patches/patch-memtester_c
===================================================================
RCS file: /cvs/ports/sysutils/memtester/patches/patch-memtester_c,v
retrieving revision 1.1.1.1
diff -N -u -p -u patches/patch-memtester_c
--- patches/patch-memtester_c	15 Mar 2007 15:49:06 -0000	1.1.1.1
+++ patches/patch-memtester_c	26 Jun 2010 15:42:51 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-memtester_c,v 1.1.1.1 2007/03/15 15:49:06 ckuethe Exp $
---- memtester.c.orig	Mon Mar 14 07:02:30 2005
-+++ memtester.c	Fri Oct 14 17:08:38 2005
-@@ -153,7 +153,8 @@ int main(int argc, char **argv) {
+--- memtester.c.orig	Sun Feb 28 09:24:56 2010
++++ memtester.c	Thu Mar 25 16:25:03 2010
+@@ -285,7 +285,8 @@ int main(int argc, char **argv) {
                          wantbytes = wantbytes_orig;
                          break;
                      default:
