Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Aug 2011 11:21:04 GMT
From:      Kaspars Bankovskis <kaspars@bankovskis.lv>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/159639: [patch] finance/ledger: update to 2.6.3
Message-ID:  <201108101121.p7ABL4H6066370@red.freebsd.org>
Resent-Message-ID: <201108101130.p7ABUCdG041821@freefall.freebsd.org>

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

>Number:         159639
>Category:       ports
>Synopsis:       [patch] finance/ledger: update to 2.6.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 10 11:30:11 UTC 2011
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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