aboutsummaryrefslogtreecommitdiffstats
path: root/databases/fastdb
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2004-08-23 18:58:45 +0800
committerosa <osa@FreeBSD.org>2004-08-23 18:58:45 +0800
commit34918929b09cdebf49d109ee120446a1718120c9 (patch)
tree2f390a5867467818d83097fc4dd12fcdfd861088 /databases/fastdb
parent6d7fe19c86cb29cc69ed9230de810e1ef0c0cce1 (diff)
downloadfreebsd-ports-gnome-34918929b09cdebf49d109ee120446a1718120c9.tar.gz
freebsd-ports-gnome-34918929b09cdebf49d109ee120446a1718120c9.tar.zst
freebsd-ports-gnome-34918929b09cdebf49d109ee120446a1718120c9.zip
Update to 3.04.
Remove needless patch.
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>