diff options
author | cs <cs@FreeBSD.org> | 2012-03-29 17:08:38 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2012-03-29 17:08:38 +0800 |
commit | 350407314967c96559c548fb38a8212fed83949f (patch) | |
tree | decc7fcd5f5a74a33b441628886f3ba34304e2cf | |
parent | fff6c1a3b19c641fd9dfe91433d9a111b0cdb47f (diff) | |
download | freebsd-ports-gnome-350407314967c96559c548fb38a8212fed83949f.tar.gz freebsd-ports-gnome-350407314967c96559c548fb38a8212fed83949f.tar.zst freebsd-ports-gnome-350407314967c96559c548fb38a8212fed83949f.zip |
Update to 9.01
PR: ports/166164
Submitted by: John Hein <jhein@symmetricom.com> (maintainer)
Approved by: wen@ (co-mentor)
Feature safe: yes
-rw-r--r-- | finance/opentaxsolver/Makefile | 2 | ||||
-rw-r--r-- | finance/opentaxsolver/distinfo | 4 | ||||
-rw-r--r-- | finance/opentaxsolver/files/patch-src-GUI-otk_lib-otk_lib.c | 2 | ||||
-rw-r--r-- | finance/opentaxsolver/files/patch-src-GUI-ots_gui.c | 9 |
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. */ |