From nobody@FreeBSD.org  Wed Aug 10 11:21:05 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0AF201065672
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 10 Aug 2011 11:21:05 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id D5C048FC24
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 10 Aug 2011 11:21:04 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p7ABL4bi066373
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 10 Aug 2011 11:21:04 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p7ABL4H6066370;
	Wed, 10 Aug 2011 11:21:04 GMT
	(envelope-from nobody)
Message-Id: <201108101121.p7ABL4H6066370@red.freebsd.org>
Date: Wed, 10 Aug 2011 11:21:04 GMT
From: Kaspars Bankovskis <kaspars@bankovskis.lv>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] finance/ledger: update to 2.6.3
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: woodycarey@hotmail.com

>Number:         159639
>Category:       ports
>Synopsis:       [patch] finance/ledger: update to 2.6.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 10 11:30:11 UTC 2011
>Closed-Date:    Thu Aug 18 00:18:38 UTC 2011
>Last-Modified:  Thu Aug 18 00:20:08 UTC 2011
>Originator:     Kaspars Bankovskis
>Release:        
>Organization:
>Environment:
>Description:
- update to 2.6.3
- master site set to github (SF does not have latest releases)
- project homepage changed
- license variable set
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/finance/ledger/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	19 Apr 2010 10:43:24 -0000	1.9
+++ Makefile	10 Aug 2011 10:59:24 -0000
@@ -6,14 +6,17 @@
 #
 
 PORTNAME=	ledger
-PORTVERSION=	2.6.1
-PORTREVISION=	2
+PORTVERSION=	2.6.3
+PORTREVISION=	1
 CATEGORIES=	finance
-MASTER_SITES=	SF
+MASTER_SITES=	http://cloud.github.com/downloads/jwiegley/${PORTNAME}/
 
 MAINTAINER=	woodycarey@hotmail.com
 COMMENT=	John Wiegley's command line accounting program
 
+LICENSE=	BSD
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp \
 		pcre:${PORTSDIR}/devel/pcre \
 		xmltok:${PORTSDIR}/www/libwww \
@@ -23,7 +26,7 @@
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/w3c-libwww
 LDFLAGS+=	-L${LOCALBASE}/lib
-CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV+=	LDFLAGS="${LDFLAGS}"
 
 NO_INSTALL_MANPAGES=	yes
 INFO=	ledger
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/finance/ledger/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	19 Mar 2011 12:29:56 -0000	1.5
+++ distinfo	10 Aug 2011 10:59:24 -0000
@@ -1,2 +1,2 @@
-SHA256 (ledger-2.6.1.tar.gz) = 96830d77d3aa6bf6c5778f5dd52169f9b5203fb7daad0e12831abeb35b14f27a
-SIZE (ledger-2.6.1.tar.gz) = 658288
+SHA256 (ledger-2.6.3.tar.gz) = b3ecd0174a3500bb96fe047617b1ee870cc5196deb0230393d933dceaeb7f717
+SIZE (ledger-2.6.3.tar.gz) = 660752
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/finance/ledger/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	24 Apr 2009 13:01:21 -0000	1.2
+++ pkg-descr	10 Aug 2011 10:59:24 -0000
@@ -2,7 +2,7 @@
 as a ledger, yet provides powerful facilities for working with commodities, 
 accounts, transactions, etc. It will read Gnucash data files directly. 
 
-WWW: http://wiki.github.com/jwiegley/ledger
+WWW: http://ledger-cli.org/
 
  - Woody Carey
 woodycarey@hotmail.com
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/finance/ledger/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	24 Apr 2009 13:01:21 -0000	1.3
+++ pkg-plist	10 Aug 2011 10:59:24 -0000
@@ -33,7 +33,7 @@
 lib/libamounts.la
 lib/libamounts.so
 lib/libamounts.so.0
-lib/libledger-2.6.1.so
+lib/libledger-2.6.3.so
 lib/libledger.a
 lib/libledger.la
 lib/libledger.so


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Aug 10 11:30:23 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159639 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: woodycarey@hotmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/159639: [patch] finance/ledger: update to 2.6.3
Date: Wed, 10 Aug 2011 11:30:20 UT

 Maintainer of finance/ledger,
 
 Please note that PR ports/159639 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/159639
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Woody Carey <woodycarey@hotmail.com>
To: <bug-followup@freebsd.org>
Cc:  
Subject: RE: ports/159639: [patch] finance/ledger: update to 2.6.3
Date: Fri, 12 Aug 2011 09:36:21 -0700

 --_dc6431e2-6463-4dec-b18b-06b32823efe7_
 Content-Type: text/plain; charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 
 Agreed.
 =20
 
 > Date: Wed=2C 10 Aug 2011 11:30:20 +0000
 > From: edwin@FreeBSD.org
 > To: woodycarey@hotmail.com
 > CC: bug-followup@FreeBSD.org
 > Subject: Re: ports/159639: [patch] finance/ledger: update to 2.6.3
 >=20
 > Maintainer of finance/ledger=2C
 >=20
 > Please note that PR ports/159639 has just been submitted.
 >=20
 > If it contains a patch for an upgrade=2C an enhancement or a bug fix
 > you agree on=2C reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >=20
 > The full text of the PR can be found at:
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/159639
 >=20
 > --=20
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
  		 	   		  =
 
 --_dc6431e2-6463-4dec-b18b-06b32823efe7_
 Content-Type: text/html; charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 <html>
 <head>
 <style><!--
 .hmmessage P
 {
 margin:0px=3B
 padding:0px
 }
 body.hmmessage
 {
 font-size: 10pt=3B
 font-family:Tahoma
 }
 --></style>
 </head>
 <body class=3D'hmmessage'><div dir=3D'ltr'>
 Agreed.<BR>&nbsp=3B<BR>
 <DIV>
 &gt=3B Date: Wed=2C 10 Aug 2011 11:30:20 +0000<BR>&gt=3B From: edwin@FreeBS=
 D.org<BR>&gt=3B To: woodycarey@hotmail.com<BR>&gt=3B CC: bug-followup@FreeB=
 SD.org<BR>&gt=3B Subject: Re: ports/159639: [patch] finance/ledger: update =
 to 2.6.3<BR>&gt=3B <BR>&gt=3B Maintainer of finance/ledger=2C<BR>&gt=3B <BR=
 >&gt=3B Please note that PR ports/159639 has just been submitted.<BR>&gt=3B=
  <BR>&gt=3B If it contains a patch for an upgrade=2C an enhancement or a bu=
 g fix<BR>&gt=3B you agree on=2C reply to this email stating that you approv=
 e the patch<BR>&gt=3B and a committer will take care of it.<BR>&gt=3B <BR>&=
 gt=3B The full text of the PR can be found at:<BR>&gt=3B http://www.freebsd=
 .org/cgi/query-pr.cgi?pr=3Dports/159639<BR>&gt=3B <BR>&gt=3B -- <BR>&gt=3B =
 Edwin Groothuis via the GNATS Auto Assign Tool<BR>&gt=3B edwin@FreeBSD.org<=
 BR></DIV> 		 	   		  </div></body>
 </html>=
 
 --_dc6431e2-6463-4dec-b18b-06b32823efe7_--
State-Changed-From-To: feedback->open 
State-Changed-By: crees 
State-Changed-When: Fri Aug 12 17:00:31 UTC 2011 
State-Changed-Why:  
Maintainer has approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159639 
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: beech 
Responsible-Changed-When: Wed Aug 17 23:14:52 UTC 2011 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159639 
State-Changed-From-To: open->closed 
State-Changed-By: beech 
State-Changed-When: Thu Aug 18 00:18:25 UTC 2011 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159639 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159639: commit references a PR
Date: Thu, 18 Aug 2011 00:18:05 +0000 (UTC)

 beech       2011-08-18 00:17:51 UTC
 
   FreeBSD ports repository
 
   Modified files:
     finance/ledger       Makefile distinfo pkg-descr pkg-plist 
   Log:
   - Update to 2.6.3
   - Master site set to github (SF does not have latest releases)
   - Project homepage changed
   - License variable set
   
   PR:             ports/159639
   Submitted by:   Kaspars Bankovskis <kaspars@bankovskis.lv>
   Approved by:    Woody Carey <woodycarey@hotmail.com> (maintainer)
   
   Revision  Changes    Path
   1.10      +6 -4      ports/finance/ledger/Makefile
   1.6       +2 -2      ports/finance/ledger/distinfo
   1.3       +1 -1      ports/finance/ledger/pkg-descr
   1.4       +1 -1      ports/finance/ledger/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
