summaryrefslogtreecommitdiff
path: root/databases/fastdb
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2004-08-23 10:58:45 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2004-08-23 10:58:45 +0000
commit76d85055e87af69edb1e14b0e3079098cf321f35 (patch)
treeace71783ec95b554fb41d3a9750666995519a333 /databases/fastdb
parentUpdate to 0.40 (diff)
Update to 3.04.
Remove needless patch.
Notes
Notes: svn path=/head/; revision=117107
Diffstat (limited to 'databases/fastdb')
-rw-r--r--databases/fastdb/Makefile2
-rw-r--r--databases/fastdb/distinfo4
-rw-r--r--databases/fastdb/files/patch-cleanupsem.cpp10
3 files changed, 3 insertions, 13 deletions
diff --git a/databases/fastdb/Makefile b/databases/fastdb/Makefile
index 54473ed770dc..33542b79fedf 100644
--- a/databases/fastdb/Makefile
+++ b/databases/fastdb/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= fastdb
-PORTVERSION= 3.03
+PORTVERSION= 3.04
CATEGORIES= databases
MASTER_SITES= http://www.garret.ru/~knizhnik/
diff --git a/databases/fastdb/distinfo b/databases/fastdb/distinfo
index 2f2c2d460ba7..c3ff2962a19e 100644
--- a/databases/fastdb/distinfo
+++ b/databases/fastdb/distinfo
@@ -1,2 +1,2 @@
-MD5 (fastdb-3.03.tar.gz) = cd42a6399518fdb02b8e05a3367108d4
-SIZE (fastdb-3.03.tar.gz) = 820315
+MD5 (fastdb-3.04.tar.gz) = 1d381d309d9399c5d6a7e3a589431c14
+SIZE (fastdb-3.04.tar.gz) = 820603
diff --git a/databases/fastdb/files/patch-cleanupsem.cpp b/databases/fastdb/files/patch-cleanupsem.cpp
deleted file mode 100644
index af910c7dfdf7..000000000000
--- a/databases/fastdb/files/patch-cleanupsem.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- cleanupsem.cpp.orig Thu Aug 12 02:04:05 2004
-+++ cleanupsem.cpp Thu Aug 12 02:04:26 2004
-@@ -11,6 +11,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <sys/types.h>
- #include <sys/ipc.h>
- #include <sys/sem.h>
- #include <sys/shm.h>