Index: head/sysutils/memtester/files/patch-tests.c =================================================================== --- head/sysutils/memtester/files/patch-tests.c (revision 550384) +++ head/sysutils/memtester/files/patch-tests.c (nonexistent) @@ -1,19 +0,0 @@ ---- tests.c.orig 2012-06-09 21:45:22 UTC -+++ tests.c -@@ -22,6 +22,16 @@ - #include "sizes.h" - #include "memtester.h" - -+union { -+ unsigned char bytes[UL_LEN/8]; -+ ul val; -+} mword8; -+ -+union { -+ unsigned short u16s[UL_LEN/16]; -+ ul val; -+} mword16; -+ - char progress[] = "-\\|/"; - #define PROGRESSLEN 4 - #define PROGRESSOFTEN 2500 Property changes on: head/sysutils/memtester/files/patch-tests.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/memtester/files/patch-types.h =================================================================== --- head/sysutils/memtester/files/patch-types.h (revision 550384) +++ head/sysutils/memtester/files/patch-types.h (nonexistent) @@ -1,16 +0,0 @@ ---- types.h.orig 2012-06-09 21:45:22 UTC -+++ types.h -@@ -24,13 +24,3 @@ struct test { - char *name; - int (*fp)(); - }; -- --union { -- unsigned char bytes[UL_LEN/8]; -- ul val; --} mword8; -- --union { -- unsigned short u16s[UL_LEN/16]; -- ul val; --} mword16; Property changes on: head/sysutils/memtester/files/patch-types.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/memtester/Makefile =================================================================== --- head/sysutils/memtester/Makefile (revision 550384) +++ head/sysutils/memtester/Makefile (revision 550385) @@ -1,28 +1,27 @@ # Created by: Mario S F Ferreira et al. # $FreeBSD$ PORTNAME= memtester -PORTVERSION= 4.3.0 -PORTREVISION= 1 +PORTVERSION= 4.5.0 CATEGORIES= sysutils MASTER_SITES= http://pyropus.ca/software/${PORTNAME}/old-versions/ 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 post-patch: @${REINPLACE_CMD} -e 's|cc|${CC}|' \ ${WRKSRC}/conf-* @${REINPLACE_CMD} -e 's|_SC_PAGE_SIZE|_SC_PAGESIZE|' \ ${WRKSRC}/${PORTNAME}.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8 .include Index: head/sysutils/memtester/distinfo =================================================================== --- head/sysutils/memtester/distinfo (revision 550384) +++ head/sysutils/memtester/distinfo (revision 550385) @@ -1,2 +1,3 @@ -SHA256 (memtester-4.3.0.tar.gz) = f9dfe2fd737c38fad6535bbab327da9a21f7ce4ea6f18c7b3339adef6bf5fd88 -SIZE (memtester-4.3.0.tar.gz) = 22113 +TIMESTAMP = 1601211567 +SHA256 (memtester-4.5.0.tar.gz) = 8ed52b0d06d4aeb61954994146e2a5b2d20448a8f3ce3ee995120e6dbde2ae37 +SIZE (memtester-4.5.0.tar.gz) = 23286