diff options
author | fredb <fredb> | 2000-04-17 20:20:28 +0000 |
---|---|---|
committer | fredb <fredb> | 2000-04-17 20:20:28 +0000 |
commit | 2d148998a649b98604273e6dca4d1b069525c184 (patch) | |
tree | 23580aad905aaf5e689a0a6b7396b17399813615 | |
parent | 55ea3e9fcbf4e36fcb6c6539034f18995e3d829d (diff) | |
download | pkgsrc-2d148998a649b98604273e6dca4d1b069525c184.tar.gz |
Update Xinvest to 2.6. More options for report generation + 1 bug fix:
- Graphs now show an increase in shares on a split transaction when plotting
by transaction (cumulative shares were correct). Likewise prices now
reflect any splits SINCE the date of the price (not earlier ones).
Full change log at <http://sunsite.auc.dk/xinvest/ChangeLog.xinvest>.
-rw-r--r-- | misc/xinvest/Makefile | 7 | ||||
-rw-r--r-- | misc/xinvest/files/md5 | 4 | ||||
-rw-r--r-- | misc/xinvest/patches/patch-aa | 12 |
3 files changed, 6 insertions, 17 deletions
diff --git a/misc/xinvest/Makefile b/misc/xinvest/Makefile index f0cea140794..fecaeb4b01b 100644 --- a/misc/xinvest/Makefile +++ b/misc/xinvest/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 1999/04/15 20:39:45 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/04/17 20:20:28 fredb Exp $ -DISTNAME= xinvest-2.5.1 +DISTNAME= xinvest-2.6 CATEGORIES= misc x11 -MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} +MASTER_SITES= http://www.sunsite.auc.dk/xinvest/ \ + ${MASTER_SITE_XCONTRIB:=applications/} MAINTAINER= root@garbled.net HOMEPAGE= http://www.sunsite.auc.dk/xinvest/xinvest.html diff --git a/misc/xinvest/files/md5 b/misc/xinvest/files/md5 index 3912bd808e0..32c66a0d651 100644 --- a/misc/xinvest/files/md5 +++ b/misc/xinvest/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1999/01/29 21:32:39 tron Exp $ +$NetBSD: md5,v 1.3 2000/04/17 20:20:28 fredb Exp $ -MD5 (xinvest-2.5.1.tar.gz) = 7805a2b99985907bd32ca4d191a9b461 +MD5 (xinvest-2.6.tar.gz) = 41b3dd9d62a2ed933209eac975d60f7d diff --git a/misc/xinvest/patches/patch-aa b/misc/xinvest/patches/patch-aa deleted file mode 100644 index 12627e9de30..00000000000 --- a/misc/xinvest/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.2 1999/01/29 21:33:13 tron Exp $ ---- portfolio.c.orig Mon Sep 22 16:50:40 1997 -+++ portfolio.c Tue Dec 22 13:08:26 1998 -@@ -32,7 +32,7 @@ - #include <monetary.h> - #endif - --#ifndef NeXT -+#if !defined(NeXT) && !defined(__NetBSD__) - #include <values.h> - #endif - |