From jhein@timing.com  Sat Jan 26 20:13:54 2008
Return-Path: <jhein@timing.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B29DF16A417;
	Sat, 26 Jan 2008 20:13:54 +0000 (UTC)
	(envelope-from jhein@timing.com)
Received: from Daffy.timing.com (daffy.timing.com [206.168.13.218])
	by mx1.freebsd.org (Postfix) with ESMTP id 77C2613C442;
	Sat, 26 Jan 2008 20:13:54 +0000 (UTC)
	(envelope-from jhein@timing.com)
Received: from gromit.timing.com (gromit.timing.com [206.168.13.209])
	by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id m0QJXXr9001656;
	Sat, 26 Jan 2008 12:33:34 -0700 (MST)
	(envelope-from jhein@timing.com)
Received: from gromit.timing.com (localhost [127.0.0.1])
	by gromit.timing.com (8.14.2/8.14.2) with ESMTP id m0QJXXHC078711;
	Sat, 26 Jan 2008 12:33:33 -0700 (MST)
	(envelope-from jhein@gromit.timing.com)
Received: (from jhein@localhost)
	by gromit.timing.com (8.14.2/8.14.2/Submit) id m0QJXXJZ078707;
	Sat, 26 Jan 2008 12:33:33 -0700 (MST)
	(envelope-from jhein)
Message-Id: <18331.35597.159959.219124@gromit.timing.com>
Date: Sat, 26 Jan 2008 12:33:33 -0700
From: John E Hein <jhein@timing.com>
To: Xin LI <delphij@FreeBSD.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org
In-Reply-To: <200801252307.m0PN7mKB003528@freefall.freebsd.org>
Subject: [maintainer update] Update finance/opentaxsolver to 4.07
References: <200801252307.m0PN7mKB003528@freefall.freebsd.org>

>Number:         120018
>Category:       ports
>Synopsis:       [maintainer update] Update finance/opentaxsolver to 4.07
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 26 20:20:01 UTC 2008
>Closed-Date:    Sat Jan 26 22:23:54 UTC 2008
>Last-Modified:  Sat Jan 26 22:23:54 UTC 2008
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 Thanks for the reminder.  I've had the following local change here for
 a while.
 
 I did the cleanup of the binaries in the dist file a little differently.
 
 I used 'make new-plist' to regen the plist, so it is a little
 different than your diff.  The biggest difference is your use of
 dirrmtry.  I prefer dirrm over dirrmtry in this case...  nothing else
 should be sharing the 'share/ots' directory.
 
 Port committers, please commit...
 
 Index: Makefile
 ===================================================================
 RCS file: /base/FreeBSD-CVS/ports/finance/opentaxsolver/Makefile,v
 retrieving revision 1.4
 diff -u -p -r1.4 Makefile
 --- Makefile	19 May 2007 20:04:56 -0000	1.4
 +++ Makefile	26 Jan 2008 19:25:01 -0000
 @@ -6,8 +6,7 @@
  #
  
  PORTNAME=	${UPPORTNAME:L}
 -PORTVERSION=	4.01
 -PORTREVISION=	1
 +PORTVERSION=	4.07
  CATEGORIES=	finance
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	opentaxsolver
 @@ -26,6 +25,11 @@ post-patch:
  	@${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|' \
  	${WRKSRC}/src/GUI/Makefile.linux
  
 +# 4.07 distfile has pre-built (linux) binaries we must whack.
 +pre-build:
 +	@(cd ${BUILD_WRKSRC}/src && make -f Makefile.unix clean && \
 +	cd GUI && make -f Makefile.linux clean)
 +
  do-build:
  	@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \
  	./Build_taxsolve_packages_LINUX.sh)
 Index: distinfo
 ===================================================================
 RCS file: /base/FreeBSD-CVS/ports/finance/opentaxsolver/distinfo,v
 retrieving revision 1.3
 diff -u -p -r1.3 distinfo
 --- distinfo	11 Jan 2007 11:45:24 -0000	1.3
 +++ distinfo	16 Apr 2007 03:33:08 -0000
 @@ -1,3 +1,3 @@
 -MD5 (OpenTaxSolver2006_4.01.tar.gz) = 9ce67ed03a38c54cf1258051835615e0
 -SHA256 (OpenTaxSolver2006_4.01.tar.gz) = 7b95a4fff086de5ccb7c1c1c74e4dd897307995c173043da78a311a6629e1220
 -SIZE (OpenTaxSolver2006_4.01.tar.gz) = 180586
 +MD5 (OpenTaxSolver2006_4.07.tar.gz) = 416ef470552dd795b32b69abeeba09d6
 +SHA256 (OpenTaxSolver2006_4.07.tar.gz) = 8d13de19bc2261c27fb6a9a6314cdc5d817e9f03ea0bd0cbba024e1785c1312e
 +SIZE (OpenTaxSolver2006_4.07.tar.gz) = 362514
 Index: pkg-plist
 ===================================================================
 RCS file: /base/FreeBSD-CVS/ports/finance/opentaxsolver/pkg-plist,v
 retrieving revision 1.3
 diff -u -p -r1.3 pkg-plist
 --- pkg-plist	11 Jan 2007 11:45:24 -0000	1.3
 +++ pkg-plist	26 Jan 2008 19:10:50 -0000
 @@ -1,14 +1,54 @@
  bin/ots_gui
 +bin/taxsolve_CA_540_2006
 +bin/taxsolve_MA_1_2006
 +bin/taxsolve_NC_D400_2006
 +bin/taxsolve_NJ_1040_2006
 +bin/taxsolve_NY_IT201_2006
 +bin/taxsolve_OH_IT1040_2006
 +bin/taxsolve_PA_40_2006
  bin/taxsolve_US_1040_2006
  bin/taxsolve_US_1040_Sched_C_2006
 +bin/taxsolve_VA_760_2006
  share/ots/otslogo.ppm
 +share/ots/examples_and_templates/CA_540/CA_540_2006_example.dat
 +share/ots/examples_and_templates/CA_540/CA_540_2006_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_2006_example.dat
 +share/ots/examples_and_templates/MA_1/ma_1_2006_template.dat
 +share/ots/examples_and_templates/NC_400/NC_400_2006_example.dat
 +share/ots/examples_and_templates/NC_400/NC_400_2006_template.dat
 +share/ots/examples_and_templates/NC_400/README_NC_400.txt
 +share/ots/examples_and_templates/NJ_1040/NJ_1040_2006_example.dat
 +share/ots/examples_and_templates/NJ_1040/NJ_1040_2006_template.dat
 +share/ots/examples_and_templates/NJ_1040/README_NJ_1040.txt
 +share/ots/examples_and_templates/NY_IT201/NY_IT201_2006_example.dat
 +share/ots/examples_and_templates/NY_IT201/NY_IT201_2006_template.dat
 +share/ots/examples_and_templates/NY_IT201/README_NY_IT201.txt
 +share/ots/examples_and_templates/OH_1040/OH_IT1040_2006_example.dat
 +share/ots/examples_and_templates/OH_1040/OH_IT1040_2006_template.dat
 +share/ots/examples_and_templates/OH_1040/README_OH_IT1040.txt
 +share/ots/examples_and_templates/PA_40/PA_40_2006_example.dat
 +share/ots/examples_and_templates/PA_40/PA_40_2006_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/README_US_1040_Sched_C.txt
 -share/ots/examples_and_templates/US_1040_Sched_C/US_1040Sched_C_2005_example.dat
 -share/ots/examples_and_templates/US_1040_Sched_C/US_1040Sched_C_2005_template.dat
 +share/ots/examples_and_templates/US_1040_Sched_C/US_1040Sched_C_2006_example.dat
 +share/ots/examples_and_templates/US_1040_Sched_C/US_1040Sched_C_2006_template.dat
 +share/ots/examples_and_templates/VA_760/README_VA_760.txt
 +share/ots/examples_and_templates/VA_760/VA_760_2006_example.dat
 +share/ots/examples_and_templates/VA_760/VA_760_2006_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_1040
 +@dirrm share/ots/examples_and_templates/NY_IT201
 +@dirrm share/ots/examples_and_templates/NJ_1040
 +@dirrm share/ots/examples_and_templates/NC_400
 +@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
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sat Jan 26 22:22:56 UTC 2008 
State-Changed-Why:  
Misfiled followup to ports/119987; content migrated. 


Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Jan 26 22:22:56 UTC 2008 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=120018 
>Unformatted:
