diff options
Diffstat (limited to 'emulators/sim/Makefile')
-rw-r--r-- | emulators/sim/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/sim/Makefile b/emulators/sim/Makefile index 65a21c75a307..9a3bc513851d 100644 --- a/emulators/sim/Makefile +++ b/emulators/sim/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 |