diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-29 04:59:57 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-29 04:59:57 +0000 |
commit | 65735d56438e1541f263d9f6200ad6234777d17a (patch) | |
tree | 5b5438bb5ea6c58e323c70459c58fd7900915cff | |
parent | Update port to 0.2.3 (diff) |
Update port to 0.0.5
Notes
Notes:
svn path=/head/; revision=24218
-rw-r--r-- | databases/pxtools/Makefile | 4 | ||||
-rw-r--r-- | databases/pxtools/distinfo | 2 | ||||
-rw-r--r-- | databases/pxtools/files/patch-aa | 18 |
3 files changed, 3 insertions, 21 deletions
diff --git a/databases/pxtools/Makefile b/databases/pxtools/Makefile index cc8097a368a9..885944f54ed1 100644 --- a/databases/pxtools/Makefile +++ b/databases/pxtools/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: pxtools -# Version required: 0.0.3 +# Version required: 0.0.5 # Date created: 27 November 1999 # Whom: Chris D. Faulhaber <jedgar@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= pxtools-0.0.3 +DISTNAME= pxtools-0.0.5 CATEGORIES= databases MASTER_SITES= http://www.kneschke.de/projekte/pxtools/download/ diff --git a/databases/pxtools/distinfo b/databases/pxtools/distinfo index 1305a940f97c..a918cff829d5 100644 --- a/databases/pxtools/distinfo +++ b/databases/pxtools/distinfo @@ -1 +1 @@ -MD5 (pxtools-0.0.3.tar.gz) = aed6a65c1c1ff4fd9928551b5794d309 +MD5 (pxtools-0.0.5.tar.gz) = 4af85439cd1d70645cc4c8c079b66a98 diff --git a/databases/pxtools/files/patch-aa b/databases/pxtools/files/patch-aa deleted file mode 100644 index 2bc9bc75c2f2..000000000000 --- a/databases/pxtools/files/patch-aa +++ /dev/null @@ -1,18 +0,0 @@ ---- src/pxcsvdump.c.orig Fri Nov 26 10:53:10 1999 -+++ src/pxcsvdump.c Sat Nov 27 19:33:36 1999 -@@ -74,7 +74,6 @@ - printf("%f", PXtoDouble(s, felder[i]->type) ); - } else if (felder[i]->type == PX_Field_Type_Date) { - unsigned long s; -- time_t t; - struct tm *_tm; - - BLOCK_COPY(&s, felder[i]->size); -@@ -87,7 +86,6 @@ - #endif - } else if (felder[i]->type == PX_Field_Type_Timestamp) { - unsigned long long s; -- time_t t; - struct tm *_tm; - - BLOCK_COPY(&s, felder[i]->size); |