summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorCarlo Strub <cs@FreeBSD.org>2012-03-29 09:08:38 +0000
committerCarlo Strub <cs@FreeBSD.org>2012-03-29 09:08:38 +0000
commit9459bbfce351191ffbbb9ea2e0a61de6a8f66b32 (patch)
tree5dfaa09c8ae506906817fac7d92724d71d0b59ab /finance
parent- Actually bump PORTREVISION for previous commit (pregenerate pw_dict), this (diff)
Update to 9.01
PR: ports/166164 Submitted by: John Hein <jhein@symmetricom.com> (maintainer) Approved by: wen@ (co-mentor) Feature safe: yes
Notes
Notes: svn path=/head/; revision=293964
Diffstat (limited to 'finance')
-rw-r--r--finance/opentaxsolver/Makefile2
-rw-r--r--finance/opentaxsolver/distinfo4
-rw-r--r--finance/opentaxsolver/files/patch-src-GUI-otk_lib-otk_lib.c2
-rw-r--r--finance/opentaxsolver/files/patch-src-GUI-ots_gui.c9
4 files changed, 4 insertions, 13 deletions
diff --git a/finance/opentaxsolver/Makefile b/finance/opentaxsolver/Makefile
index b5ad2d688223..16a2f07760bd 100644
--- a/finance/opentaxsolver/Makefile
+++ b/finance/opentaxsolver/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ${UPPORTNAME:L}
-PORTVERSION= 9.00
+PORTVERSION= 9.01
CATEGORIES= finance
MASTER_SITES= SF/${PORTNAME}/OTS_${TAXYEAR}/v${PORTVERSION}
DISTNAME= ${UPPORTNAME}${TAXYEAR}_${PORTVERSION}
diff --git a/finance/opentaxsolver/distinfo b/finance/opentaxsolver/distinfo
index b7b526597b6c..3ec89b2a07e8 100644
--- a/finance/opentaxsolver/distinfo
+++ b/finance/opentaxsolver/distinfo
@@ -1,2 +1,2 @@
-SHA256 (OpenTaxSolver2011_9.00.tgz) = 6be62226625795f11d6c1aab6dcd1d3d3628424d9f0c1fca8ea357c891b44758
-SIZE (OpenTaxSolver2011_9.00.tgz) = 499595
+SHA256 (OpenTaxSolver2011_9.01.tgz) = acd28964b616559b16af160368cf649883add2aeabd3817dcbcb8385c27c5220
+SIZE (OpenTaxSolver2011_9.01.tgz) = 502241
diff --git a/finance/opentaxsolver/files/patch-src-GUI-otk_lib-otk_lib.c b/finance/opentaxsolver/files/patch-src-GUI-otk_lib-otk_lib.c
index c6da00896b35..1bd11be75e23 100644
--- a/finance/opentaxsolver/files/patch-src-GUI-otk_lib-otk_lib.c
+++ b/finance/opentaxsolver/files/patch-src-GUI-otk_lib-otk_lib.c
@@ -11,4 +11,4 @@ $FreeBSD$
+
#include "otk_lib.h"
- int Otk_verbose=0;
+ // #include "scz_compress/scz.h" /* Optionally, include self-contained decompression library. */
diff --git a/finance/opentaxsolver/files/patch-src-GUI-ots_gui.c b/finance/opentaxsolver/files/patch-src-GUI-ots_gui.c
index 830c1d1da718..0ce5d97b0069 100644
--- a/finance/opentaxsolver/files/patch-src-GUI-ots_gui.c
+++ b/finance/opentaxsolver/files/patch-src-GUI-ots_gui.c
@@ -106,12 +106,3 @@ $FreeBSD$
invocation_path = strdup(argv[0]);
k = strlen(invocation_path)-1;
while ((k>0) && (invocation_path[k]!=slashchr)) k--;
-@@ -1436,7 +1436,7 @@
- OtkMakeImagePanel_ImgPtr( subpanel, logo_image, 1.5, 5.0, 96.8, 89.85 );
- }
- #else
-- sprintf(tmpstr,"%s..%csrc%cGUI%cotslogo.ppm", invocation_path, slashchr, slashchr, slashchr );
-+ snprintf(tmpstr, sizeof(tmpstr), "%%PREFIX%%/share/ots/otslogo.ppm");
- testfile = fopen(tmpstr,"r"); /* External image-file. */
- if (testfile!=0)
- { /* Only attempt to show image if image-file is where we expect to find it. */