aboutsummaryrefslogtreecommitdiff
path: root/emulators/simh
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-11-22 16:23:51 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-11-22 16:23:51 +0000
commitbf88b4b57294c5b78a40995a8d6bd5a149fa564b (patch)
tree0c29f45bad1157c527ad729175fa33cc7a1a949e /emulators/simh
parentcbda9e58e3d9516e91b12fdf0c0e37658885bf4e (diff)
downloadports-bf88b4b57294c5b78a40995a8d6bd5a149fa564b.tar.gz
ports-bf88b4b57294c5b78a40995a8d6bd5a149fa564b.zip
Update to 3.5.1
Take MAINTAINER PR: 89286 Submitted by: Miguel Mendez <mmendez@gmail.com>
Notes
Notes: svn path=/head/; revision=149071
Diffstat (limited to 'emulators/simh')
-rw-r--r--emulators/simh/Makefile8
-rw-r--r--emulators/simh/distinfo5
-rw-r--r--emulators/simh/files/patch-sim_defs.h11
3 files changed, 7 insertions, 17 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile
index 65a21c75a307..9a3bc513851d 100644
--- a/emulators/simh/Makefile
+++ b/emulators/simh/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= sim
-PORTVERSION= 3.4.0
+PORTVERSION= 3.5.1
CATEGORIES= emulators
MASTER_SITES= http://simh.trailing-edge.com/sources/
-DISTNAME= ${PORTNAME}hv34-0
+DISTNAME= ${PORTNAME}hv35-1
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= mmendez@gmail.com
COMMENT= PDP-8, PDP-11, PDP-1, other 18b PDP, Nova, and IBM 1401 simulators
USE_ZIP= yes
@@ -28,7 +28,7 @@ BIN_FILES= pdp1 pdp4 pdp7 pdp8 pdp9 \
i1620 s3 altair altairz80 \
gri ibm1130 id16 id32 sds lgp
-PORTDOCS= 0readme_34.txt simh_doc.txt simh_swre.txt \
+PORTDOCS= 0readme_35.txt simh_doc.txt simh_swre.txt \
0readme_ethernet.txt simh_faq.txt
PLIST_FILES= ${BIN_FILES:S/^/bin\//g} share/sim/ka655.bin share/sim/ka655x.bin
diff --git a/emulators/simh/distinfo b/emulators/simh/distinfo
index 6cb6a6759e2b..c914afcf067c 100644
--- a/emulators/simh/distinfo
+++ b/emulators/simh/distinfo
@@ -1,2 +1,3 @@
-MD5 (simhv34-0.zip) = 64d6153312257fcadf5c704cb939cf0c
-SIZE (simhv34-0.zip) = 2138255
+MD5 (simhv35-1.zip) = ead371c802d6a7feba99031bf55895fe
+SHA256 (simhv35-1.zip) = 5828c754cc46f3f9e7cdf5637e5e348684c4c22265b71ef3904fd5321f67a20c
+SIZE (simhv35-1.zip) = 2236017
diff --git a/emulators/simh/files/patch-sim_defs.h b/emulators/simh/files/patch-sim_defs.h
deleted file mode 100644
index 7e85051e3cff..000000000000
--- a/emulators/simh/files/patch-sim_defs.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- sim_defs.h.orig Thu May 2 18:23:02 2002
-+++ sim_defs.h Wed May 22 08:13:27 2002
-@@ -319,7 +319,7 @@
- #define GRDATA(nm,loc,rdx,wd,pos) #nm, &(loc), (rdx), (wd), (pos), 1
- #define BRDATA(nm,loc,rdx,wd,dep) #nm, (loc), (rdx), (wd), 0, (dep)
- #define URDATA(nm,loc,rdx,wd,off,dep,fl) \
-- #nm, &(loc), (rdx), (wd), (off), (dep), ((fl) | REG_UNIT)
-+ "nm", &(loc), (rdx), (wd), (off), (dep), ((fl) | REG_UNIT)
- #else
- #define ORDATA(nm,loc,wd) "nm", &(loc), 8, (wd), 0, 1
- #define DRDATA(nm,loc,wd) "nm", &(loc), 10, (wd), 0, 1