summaryrefslogtreecommitdiff
path: root/benchmarks/forkbomb
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-25 19:24:31 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-25 19:24:31 +0000
commit760403690f6ab38ffcb259c4fcf5c255f6494154 (patch)
treeacced32f8908b74c064bc0d56b730412a7a13a3c /benchmarks/forkbomb
parent- Update to 0.4 final (diff)
- Update to version 1.3
PR: ports/63359 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=102121
Diffstat (limited to 'benchmarks/forkbomb')
-rw-r--r--benchmarks/forkbomb/Makefile2
-rw-r--r--benchmarks/forkbomb/distinfo4
-rw-r--r--benchmarks/forkbomb/files/patch-Makefile11
3 files changed, 3 insertions, 14 deletions
diff --git a/benchmarks/forkbomb/Makefile b/benchmarks/forkbomb/Makefile
index 82ba5de1d35f..ff39047800ce 100644
--- a/benchmarks/forkbomb/Makefile
+++ b/benchmarks/forkbomb/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= forkbomb
-PORTVERSION= 1.2
+PORTVERSION= 1.3
CATEGORIES= benchmarks
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/benchmark
diff --git a/benchmarks/forkbomb/distinfo b/benchmarks/forkbomb/distinfo
index 6903f9fb1881..28114ce9805e 100644
--- a/benchmarks/forkbomb/distinfo
+++ b/benchmarks/forkbomb/distinfo
@@ -1,2 +1,2 @@
-MD5 (forkbomb-1.2.tar.gz) = d4d31f645122d13e029b32c201d6b18a
-SIZE (forkbomb-1.2.tar.gz) = 3593
+MD5 (forkbomb-1.3.tar.gz) = 4410e2e976aba2687bb4c29b712bacb5
+SIZE (forkbomb-1.3.tar.gz) = 4428
diff --git a/benchmarks/forkbomb/files/patch-Makefile b/benchmarks/forkbomb/files/patch-Makefile
deleted file mode 100644
index 89899088deb3..000000000000
--- a/benchmarks/forkbomb/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig Thu Jan 29 14:10:22 2004
-+++ Makefile Thu Jan 29 14:10:51 2004
-@@ -16,7 +16,7 @@
- install -m 444 forkbomb.8 $(DESTDIR)$(PREFIX)/man/man8
-
- forkbomb: forkbomb.c Makefile
-- ${CC} $(CFLAGS) $(LDFLAGS) -o forkbomb forkbomb.c $(LIBS)
-+ ${CC} $(CFLAGS) ${CPPFLAGS} $(LDFLAGS) -o forkbomb forkbomb.c $(LIBS)
-
- clean:
- rm -f *.o forkbomb *~ *core tags