Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2012 17:19:05 -0600 (MDT)
From:      John Hein <jhein@symmetricom.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jhein@symmetricom.com
Subject:   ports/166164: [PATCH] finance/opentaxsolver: update to 9.01
Message-ID:  <201203152319.q2FNJ5RG098232@gromit.timing.com>
Resent-Message-ID: <201203152340.q2FNe12Z043568@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         166164
>Category:       ports
>Synopsis:       [PATCH] finance/opentaxsolver: update to 9.01
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 15 23:40:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     John Hein
>Release:        
>Organization:
>Environment:
>Description:
- Update to 9.01

Test build run at redports.org...
https://redports.org/buildarchive/20120315214850-86425/

Port maintainer (jhein@symmetricom.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- opentaxsolver-9.01.patch begins here ---
Index: Makefile
===================================================================
RCS file: /base/FreeBSD-CVS/ports/finance/opentaxsolver/Makefile,v
retrieving revision 1.23
diff -u -p -u -r1.23 Makefile
--- Makefile	17 Feb 2012 22:43:30 -0000	1.23
+++ Makefile	15 Mar 2012 23:13:38 -0000
@@ -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}
Index: distinfo
===================================================================
RCS file: /base/FreeBSD-CVS/ports/finance/opentaxsolver/distinfo,v
retrieving revision 1.18
diff -u -p -u -r1.18 distinfo
--- distinfo	17 Feb 2012 22:43:30 -0000	1.18
+++ distinfo	15 Mar 2012 23:13:38 -0000
@@ -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
Index: files/patch-src-GUI-otk_lib-otk_lib.c
===================================================================
RCS file: /base/FreeBSD-CVS/ports/finance/opentaxsolver/files/patch-src-GUI-otk_lib-otk_lib.c,v
retrieving revision 1.2
diff -u -p -u -r1.2 patch-src-GUI-otk_lib-otk_lib.c
--- files/patch-src-GUI-otk_lib-otk_lib.c	17 Feb 2012 22:43:30 -0000	1.2
+++ files/patch-src-GUI-otk_lib-otk_lib.c	15 Mar 2012 23:13:38 -0000
@@ -11,4 +11,4 @@ $FreeBSD: ports/finance/opentaxsolver/fi
 +
  #include "otk_lib.h"
  
- int Otk_verbose=0;
+ // #include "scz_compress/scz.h"              /* Optionally, include self-contained decompression library. */
Index: files/patch-src-GUI-ots_gui.c
===================================================================
RCS file: /base/FreeBSD-CVS/ports/finance/opentaxsolver/files/patch-src-GUI-ots_gui.c,v
retrieving revision 1.5
diff -u -p -u -r1.5 patch-src-GUI-ots_gui.c
--- files/patch-src-GUI-ots_gui.c	17 Feb 2012 22:43:30 -0000	1.5
+++ files/patch-src-GUI-ots_gui.c	15 Mar 2012 23:13:38 -0000
@@ -106,12 +106,3 @@ $FreeBSD: ports/finance/opentaxsolver/fi
   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. */
--- opentaxsolver-9.01.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203152319.q2FNJ5RG098232>