diff options
author | osa <osa@FreeBSD.org> | 2004-08-12 06:08:26 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2004-08-12 06:08:26 +0800 |
commit | 5481d83d1c173010cbed8e454c540d8b0f2ad695 (patch) | |
tree | 6c7c88efd2f95fcfc0f3845172ebaa65ae6f3cad /databases/fastdb | |
parent | cb5bb28cb38ca63528f2ce69ac2b80b730538b43 (diff) | |
download | freebsd-ports-gnome-5481d83d1c173010cbed8e454c540d8b0f2ad695.tar.gz freebsd-ports-gnome-5481d83d1c173010cbed8e454c540d8b0f2ad695.tar.zst freebsd-ports-gnome-5481d83d1c173010cbed8e454c540d8b0f2ad695.zip |
Update to 3.03.
Diffstat (limited to 'databases/fastdb')
-rw-r--r-- | databases/fastdb/Makefile | 2 | ||||
-rw-r--r-- | databases/fastdb/distinfo | 4 | ||||
-rw-r--r-- | databases/fastdb/files/patch-cleanupsem.cpp | 10 |
3 files changed, 13 insertions, 3 deletions
diff --git a/databases/fastdb/Makefile b/databases/fastdb/Makefile index 7849c02d434a..54473ed770dc 100644 --- a/databases/fastdb/Makefile +++ b/databases/fastdb/Makefile @@ -7,7 +7,7 @@ # PORTNAME= fastdb -PORTVERSION= 3.02 +PORTVERSION= 3.03 CATEGORIES= databases MASTER_SITES= http://www.garret.ru/~knizhnik/ diff --git a/databases/fastdb/distinfo b/databases/fastdb/distinfo index 291ace5edc70..2f2c2d460ba7 100644 --- a/databases/fastdb/distinfo +++ b/databases/fastdb/distinfo @@ -1,2 +1,2 @@ -MD5 (fastdb-3.02.tar.gz) = fce3202ea55908e33d070aa339502794 -SIZE (fastdb-3.02.tar.gz) = 791769 +MD5 (fastdb-3.03.tar.gz) = cd42a6399518fdb02b8e05a3367108d4 +SIZE (fastdb-3.03.tar.gz) = 820315 diff --git a/databases/fastdb/files/patch-cleanupsem.cpp b/databases/fastdb/files/patch-cleanupsem.cpp new file mode 100644 index 000000000000..af910c7dfdf7 --- /dev/null +++ b/databases/fastdb/files/patch-cleanupsem.cpp @@ -0,0 +1,10 @@ +--- 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> |