From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 8 19:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2981FF3D for ; Mon, 8 Apr 2013 19:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0D48F2D1 for ; Mon, 8 Apr 2013 19:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r38JK0xl052821 for ; Mon, 8 Apr 2013 19:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r38JK05s052820; Mon, 8 Apr 2013 19:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 8 Apr 2013 19:20:00 GMT Resent-Message-Id: <201304081920.r38JK05s052820@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Hein Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 99B5CB80 for ; Mon, 8 Apr 2013 19:11:47 +0000 (UTC) (envelope-from jhein@symmetricom.us) Received: from duck.symmetricom.us (duck.symmetricom.us [206.168.13.214]) by mx1.freebsd.org (Postfix) with ESMTP id 3E7EB25B for ; Mon, 8 Apr 2013 19:11:46 +0000 (UTC) Received: from fbsd8-build-32.symmetricom.us (fbsd8-build-32.symmetricom.us [206.168.13.157]) by duck.symmetricom.us (8.14.6/8.14.6) with ESMTP id r38Iht1J018233; Mon, 8 Apr 2013 12:43:55 -0600 (MDT) (envelope-from jhein@symmetricom.us) Received: from fbsd8-build-32.symmetricom.us (localhost [127.0.0.1]) by fbsd8-build-32.symmetricom.us (8.14.6/8.14.5) with ESMTP id r38IhtsE094113; Mon, 8 Apr 2013 12:43:55 -0600 (MDT) (envelope-from jhein@fbsd8-build-32.symmetricom.us) Received: (from jhein@localhost) by fbsd8-build-32.symmetricom.us (8.14.6/8.14.6/Submit) id r38IhtaC094112; Mon, 8 Apr 2013 12:43:55 -0600 (MDT) (envelope-from jhein) Message-Id: <201304081843.r38IhtaC094112@fbsd8-build-32.symmetricom.us> Date: Mon, 8 Apr 2013 12:43:55 -0600 (MDT) From: John Hein To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/177717: update finance/opentaxsolver for TY 2012 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 19:20:01 -0000 >Number: 177717 >Category: ports >Synopsis: update finance/opentaxsolver for TY 2012 >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: Mon Apr 08 19:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Hein >Release: >Organization: >Environment: >Description: Update for 2012 tax year. >How-To-Repeat: >Fix: Index: Makefile =================================================================== --- Makefile (revision 315757) +++ Makefile (working copy) @@ -1,12 +1,7 @@ -# Ports collection makefile for: opentaxsolver -# Date created: Sat Apr 08, 2006 -# Whom: John Hein (jhein@timing.com) -# # $FreeBSD$ -# PORTNAME= ${UPPORTNAME:L} -PORTVERSION= 9.01 +PORTVERSION= 10.00 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/OTS_${TAXYEAR}/v${PORTVERSION} DISTNAME= ${UPPORTNAME}${TAXYEAR}_${PORTVERSION} @@ -18,7 +13,7 @@ PLIST= ${WRKDIR}/pkg-plist SUB_FILES= pkg-plist SUB_LIST= TAXYEAR=${TAXYEAR} -TAXYEAR= 2011 +TAXYEAR= 2012 UPPORTNAME= OpenTaxSolver .if !defined(WITHOUT_X11) Index: distinfo =================================================================== --- distinfo (revision 315757) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (OpenTaxSolver2011_9.01.tgz) = acd28964b616559b16af160368cf649883add2aeabd3817dcbcb8385c27c5220 -SIZE (OpenTaxSolver2011_9.01.tgz) = 502241 +SHA256 (OpenTaxSolver2012_10.00.tgz) = 2fbd47d86a595be2c66fab83a0c07865e9fc001822dfb76101da0a2ad52432d4 +SIZE (OpenTaxSolver2012_10.00.tgz) = 504918 Index: files/patch-8829 =================================================================== --- files/patch-8829 (revision 0) +++ files/patch-8829 (working copy) @@ -0,0 +1,37 @@ +$FreeBSD$ + +Add year designation to 8829 solver for consistency. + +--- src/Makefile.unix.orig 2012-11-25 22:34:38.000000000 -0700 ++++ src/Makefile.unix 2013-04-08 09:39:31.000000000 -0600 +@@ -28,7 +28,7 @@ + ../bin/taxsolve_NY_IT201_2012 \ + ../bin/taxsolve_MA_1_2012 \ + ../bin/taxsolve_CA_540_2012 \ +- ../bin/taxsolve_US_8829 ++ ../bin/taxsolve_US_8829_2012 + + + ../bin/taxsolve_US_1040_2012: taxsolve_US_1040_2012.c taxsolve_routines.c +@@ -63,8 +63,8 @@ + ../bin/taxsolve_MA_1_2012: taxsolve_MA_1_2012.c taxsolve_routines.c + $(CC) $(CFLAGS) $(COPTIM) -o ../bin/taxsolve_MA_1_2012 taxsolve_MA_1_2012.c $(SRCS) $(LIBS) + +-../bin/taxsolve_US_8829: taxsolve_US_8829.c taxsolve_routines.c +- $(CC) $(CFLAGS) $(COPTIM) -o ../bin/taxsolve_US_8829 taxsolve_US_8829.c $(SRCS) $(LIBS) ++../bin/taxsolve_US_8829_2012: taxsolve_US_8829.c taxsolve_routines.c ++ $(CC) $(CFLAGS) $(COPTIM) -o ../bin/taxsolve_US_8829_2012 taxsolve_US_8829.c $(SRCS) $(LIBS) + + + clean: +--- src/GUI/ots_gui.c.orig 2013-04-07 19:40:57.000000000 -0600 ++++ src/GUI/ots_gui.c 2013-04-08 09:44:22.000000000 -0600 +@@ -1279,7 +1279,7 @@ + "taxsolve_PA_40_2012", /* 8 */ + "taxsolve_VA_760_2012", /* 9 */ + "Other", /* 10 */ +- "taxsolve_US_8829" /* 11 */ ++ "taxsolve_US_8829_2012" /* 11 */ + }; + + Index: files/pkg-plist.in =================================================================== --- files/pkg-plist.in (revision 315757) +++ files/pkg-plist.in (working copy) @@ -9,7 +9,7 @@ bin/taxsolve_PA_40_%%TAXYEAR%% bin/taxsolve_US_1040_%%TAXYEAR%% bin/taxsolve_US_1040_Sched_C_%%TAXYEAR%% -bin/taxsolve_US_8829 +bin/taxsolve_US_8829_%%TAXYEAR%% bin/taxsolve_VA_760_%%TAXYEAR%% share/ots/examples_and_templates/CA_540/CA_540_%%TAXYEAR%%_example.txt share/ots/examples_and_templates/CA_540/CA_540_%%TAXYEAR%%_template.txt @@ -34,6 +34,7 @@ share/ots/examples_and_templates/PA_40/README_PA_40.txt share/ots/examples_and_templates/US_1040/README_US_1040.txt share/ots/examples_and_templates/US_1040/US_1040_example.txt +share/ots/examples_and_templates/US_1040/US_1040_example1.txt share/ots/examples_and_templates/US_1040/US_1040_template.txt share/ots/examples_and_templates/US_1040_Sched_C/README_US_1040_Sched_C.txt share/ots/examples_and_templates/US_1040_Sched_C/US_1040Sched_C_%%TAXYEAR%%_example.txt Index: pkg-plist =================================================================== --- pkg-plist (revision 315757) +++ pkg-plist (working copy) @@ -1,55 +0,0 @@ -bin/ots_gui -bin/taxsolve_CA_540_2010 -bin/taxsolve_MA_1_2010 -bin/taxsolve_NC_D400_2010 -bin/taxsolve_NJ_1040_2010 -bin/taxsolve_NY_IT201_2010 -bin/taxsolve_OH_IT1040_2010 -bin/taxsolve_PA_40_2010 -bin/taxsolve_US_1040_2010 -bin/taxsolve_US_1040_Sched_C_2010 -bin/taxsolve_VA_760_2010 -share/ots/otslogo.ppm -share/ots/examples_and_templates/CA_540/CA_540_2010_example.dat -share/ots/examples_and_templates/CA_540/CA_540_2010_template.dat -share/ots/examples_and_templates/CA_540/README_CA_540.txt -share/ots/examples_and_templates/MA_1/README_MA_1.txt -share/ots/examples_and_templates/MA_1/ma_1_2010_example.dat -share/ots/examples_and_templates/MA_1/ma_1_2010_template.dat -share/ots/examples_and_templates/NC_D400/NC_400_2010_example.dat -share/ots/examples_and_templates/NC_D400/NC_400_2010_template.dat -share/ots/examples_and_templates/NC_D400/README_NC_400.txt -share/ots/examples_and_templates/NJ_1040/NJ_1040_2010_example.dat -share/ots/examples_and_templates/NJ_1040/NJ_1040_2010_template.dat -share/ots/examples_and_templates/NJ_1040/README_NJ_1040.txt -share/ots/examples_and_templates/NY_IT201/NY_IT201_2010_example.dat -share/ots/examples_and_templates/NY_IT201/NY_IT201_2010_template.dat -share/ots/examples_and_templates/NY_IT201/README_NY_IT201.txt -share/ots/examples_and_templates/OH_IT1040/OH_IT1040_2010_example.dat -share/ots/examples_and_templates/OH_IT1040/OH_IT1040_2010_template.dat -share/ots/examples_and_templates/OH_IT1040/README_OH_IT1040.txt -share/ots/examples_and_templates/PA_40/PA_40_2010_example.dat -share/ots/examples_and_templates/PA_40/PA_40_2010_template.dat -share/ots/examples_and_templates/PA_40/README_PA_40.txt -share/ots/examples_and_templates/US_1040/README_US_1040.txt -share/ots/examples_and_templates/US_1040/US_1040_example.dat -share/ots/examples_and_templates/US_1040/US_1040_template.dat -share/ots/examples_and_templates/US_1040_Sched_C/8829_template.dat -share/ots/examples_and_templates/US_1040_Sched_C/README_US_1040_Sched_C.txt -share/ots/examples_and_templates/US_1040_Sched_C/US_1040Sched_C_2010_example.dat -share/ots/examples_and_templates/US_1040_Sched_C/US_1040Sched_C_2010_template.dat -share/ots/examples_and_templates/VA_760/README_VA_760.txt -share/ots/examples_and_templates/VA_760/VA_760_2010_example.dat -share/ots/examples_and_templates/VA_760/VA_760_2010_template.dat -@dirrm share/ots/examples_and_templates/VA_760 -@dirrm share/ots/examples_and_templates/US_1040_Sched_C -@dirrm share/ots/examples_and_templates/US_1040 -@dirrm share/ots/examples_and_templates/PA_40 -@dirrm share/ots/examples_and_templates/OH_IT1040 -@dirrm share/ots/examples_and_templates/NY_IT201 -@dirrm share/ots/examples_and_templates/NJ_1040 -@dirrm share/ots/examples_and_templates/NC_D400 -@dirrm share/ots/examples_and_templates/MA_1 -@dirrm share/ots/examples_and_templates/CA_540 -@dirrm share/ots/examples_and_templates -@dirrm share/ots >Release-Note: >Audit-Trail: >Unformatted: