diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-12 16:17:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-12 16:17:36 +0800 |
commit | c2eac9bb47f5e7701145737dae8438eb9553c089 (patch) | |
tree | c99e694189e220878567804004d1cabd1dc25347 /emulators | |
parent | a089660d7d7b8d21a722b1f04b58783e2af14c2b (diff) | |
download | freebsd-ports-gnome-c2eac9bb47f5e7701145737dae8438eb9553c089.tar.gz freebsd-ports-gnome-c2eac9bb47f5e7701145737dae8438eb9553c089.tar.zst freebsd-ports-gnome-c2eac9bb47f5e7701145737dae8438eb9553c089.zip |
- Update to 3.7
- Pass maintainership to submitter
PR: 109031
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/sim/Makefile | 8 | ||||
-rw-r--r-- | emulators/sim/distinfo | 6 | ||||
-rw-r--r-- | emulators/sim/files/patch-makefile | 6 | ||||
-rw-r--r-- | emulators/simh/Makefile | 8 | ||||
-rw-r--r-- | emulators/simh/distinfo | 6 | ||||
-rw-r--r-- | emulators/simh/files/patch-makefile | 6 |
6 files changed, 20 insertions, 20 deletions
diff --git a/emulators/sim/Makefile b/emulators/sim/Makefile index c6edefc587af..bf48e4825bb6 100644 --- a/emulators/sim/Makefile +++ b/emulators/sim/Makefile @@ -6,12 +6,12 @@ # PORTNAME= sim -PORTVERSION= 3.6.1 +PORTVERSION= 3.7 CATEGORIES= emulators MASTER_SITES= http://simh.trailing-edge.com/sources/ -DISTNAME= ${PORTNAME}hv36-1 +DISTNAME= ${PORTNAME}hv37-0 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= trasz@pin.if.uz.zgora.pl COMMENT= Emulates classic DEC, HP, GRI, IBM, Altair, SDS, Honeywell, and others USE_ZIP= yes @@ -28,7 +28,7 @@ BIN_FILES= altair h316 ibm1130 nova pdp15 pdp9 vax780 \ i1401 id32 pdp10 pdp7 sds \ gri i1620 lgp pdp11 pdp8 vax -PORTDOCS= 0readme_36.txt 0readme_ethernet.txt +PORTDOCS= 0readme_37.txt 0readme_ethernet.txt PLIST_FILES= ${BIN_FILES:S/^/bin\//g} %%DATADIR%%/ka655x.bin bin/sim-eclipse PLIST_DIRS= %%DATADIR%% diff --git a/emulators/sim/distinfo b/emulators/sim/distinfo index 3219ac012e79..99e12938d12b 100644 --- a/emulators/sim/distinfo +++ b/emulators/sim/distinfo @@ -1,3 +1,3 @@ -MD5 (simhv36-1.zip) = 0cfdeaca82e4de7c91e4eb8095877200 -SHA256 (simhv36-1.zip) = df0e69c6371d3bafb07cf9f542a60ff0e6ad2efdbd74edc8f246136d5fee31b4 -SIZE (simhv36-1.zip) = 2233412 +MD5 (simhv37-0.zip) = 5f5f037f8c710862bc7223d5be010c40 +SHA256 (simhv37-0.zip) = 23ae538b7607d231d9e64c170b7a4cc7b7c9d0c1c8bbd662c565ac0a56d15069 +SIZE (simhv37-0.zip) = 2362666 diff --git a/emulators/sim/files/patch-makefile b/emulators/sim/files/patch-makefile index 6d771593e784..1ca55e95bb9f 100644 --- a/emulators/sim/files/patch-makefile +++ b/emulators/sim/files/patch-makefile @@ -1,10 +1,10 @@ ---- makefile.orig Mon Aug 22 18:36:56 2005 -+++ makefile Mon Aug 22 18:37:56 2005 +--- makefile.orig Fri Feb 2 07:12:20 2007 ++++ makefile Sun Feb 11 15:57:23 2007 @@ -10,7 +10,7 @@ else OS_CCDEFS = -D_GNU_SOURCE endif --CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm $(OS_CCDEFS) -I . +-CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm -lrt $(OS_CCDEFS) -I . +CC += ${CFLAGS} -lm $(OS_CCDEFS) -I . ifeq ($(USE_NETWORK),) else diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index c6edefc587af..bf48e4825bb6 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -6,12 +6,12 @@ # PORTNAME= sim -PORTVERSION= 3.6.1 +PORTVERSION= 3.7 CATEGORIES= emulators MASTER_SITES= http://simh.trailing-edge.com/sources/ -DISTNAME= ${PORTNAME}hv36-1 +DISTNAME= ${PORTNAME}hv37-0 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= trasz@pin.if.uz.zgora.pl COMMENT= Emulates classic DEC, HP, GRI, IBM, Altair, SDS, Honeywell, and others USE_ZIP= yes @@ -28,7 +28,7 @@ BIN_FILES= altair h316 ibm1130 nova pdp15 pdp9 vax780 \ i1401 id32 pdp10 pdp7 sds \ gri i1620 lgp pdp11 pdp8 vax -PORTDOCS= 0readme_36.txt 0readme_ethernet.txt +PORTDOCS= 0readme_37.txt 0readme_ethernet.txt PLIST_FILES= ${BIN_FILES:S/^/bin\//g} %%DATADIR%%/ka655x.bin bin/sim-eclipse PLIST_DIRS= %%DATADIR%% diff --git a/emulators/simh/distinfo b/emulators/simh/distinfo index 3219ac012e79..99e12938d12b 100644 --- a/emulators/simh/distinfo +++ b/emulators/simh/distinfo @@ -1,3 +1,3 @@ -MD5 (simhv36-1.zip) = 0cfdeaca82e4de7c91e4eb8095877200 -SHA256 (simhv36-1.zip) = df0e69c6371d3bafb07cf9f542a60ff0e6ad2efdbd74edc8f246136d5fee31b4 -SIZE (simhv36-1.zip) = 2233412 +MD5 (simhv37-0.zip) = 5f5f037f8c710862bc7223d5be010c40 +SHA256 (simhv37-0.zip) = 23ae538b7607d231d9e64c170b7a4cc7b7c9d0c1c8bbd662c565ac0a56d15069 +SIZE (simhv37-0.zip) = 2362666 diff --git a/emulators/simh/files/patch-makefile b/emulators/simh/files/patch-makefile index 6d771593e784..1ca55e95bb9f 100644 --- a/emulators/simh/files/patch-makefile +++ b/emulators/simh/files/patch-makefile @@ -1,10 +1,10 @@ ---- makefile.orig Mon Aug 22 18:36:56 2005 -+++ makefile Mon Aug 22 18:37:56 2005 +--- makefile.orig Fri Feb 2 07:12:20 2007 ++++ makefile Sun Feb 11 15:57:23 2007 @@ -10,7 +10,7 @@ else OS_CCDEFS = -D_GNU_SOURCE endif --CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm $(OS_CCDEFS) -I . +-CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm -lrt $(OS_CCDEFS) -I . +CC += ${CFLAGS} -lm $(OS_CCDEFS) -I . ifeq ($(USE_NETWORK),) else |