diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-08 22:26:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-08 22:26:35 +0000 |
commit | 43ab84294345f546f15970d1fdb0dbe23c286af6 (patch) | |
tree | 8f267beeb5130a7336ec67af75e7306fc3369707 /sysutils/memtest/Makefile | |
parent | 645db95dd20cfc9b18e7478370fb8a8ea77b02a0 (diff) | |
download | ports-43ab84294345f546f15970d1fdb0dbe23c286af6.tar.gz ports-43ab84294345f546f15970d1fdb0dbe23c286af6.zip |
Notes
Diffstat (limited to 'sysutils/memtest/Makefile')
-rw-r--r-- | sysutils/memtest/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/memtest/Makefile b/sysutils/memtest/Makefile index 77a8a90837b3..d326294679f0 100644 --- a/sysutils/memtest/Makefile +++ b/sysutils/memtest/Makefile @@ -6,9 +6,10 @@ # PORTNAME= memtest -PORTVERSION= 4.0.5 +PORTVERSION= 4.0.6 CATEGORIES= sysutils -MASTER_SITES= http://pyropus.ca/software/${PORTNAME}er/ +MASTER_SITES= http://pyropus.ca/software/${PORTNAME}er/old-versions/ \ + http://mirrors.closedsrc.org/memtester/ DISTNAME= ${PORTNAME}er-${PORTVERSION} MAINTAINER= question+fbsdports@closedsrc.org |