View | Details | Raw Unified | Return to bug 159639
Collapse All | Expand All

(-)Makefile (-4 / +7 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	ledger
8
PORTNAME=	ledger
9
PORTVERSION=	2.6.1
9
PORTVERSION=	2.6.3
10
PORTREVISION=	2
10
PORTREVISION=	1
11
CATEGORIES=	finance
11
CATEGORIES=	finance
12
MASTER_SITES=	SF
12
MASTER_SITES=	http://cloud.github.com/downloads/jwiegley/${PORTNAME}/
13
13
14
MAINTAINER=	woodycarey@hotmail.com
14
MAINTAINER=	woodycarey@hotmail.com
15
COMMENT=	John Wiegley's command line accounting program
15
COMMENT=	John Wiegley's command line accounting program
16
16
17
LICENSE=	BSD
18
LICENSE_FILE=	${WRKSRC}/LICENSE
19
17
LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp \
20
LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp \
18
		pcre:${PORTSDIR}/devel/pcre \
21
		pcre:${PORTSDIR}/devel/pcre \
19
		xmltok:${PORTSDIR}/www/libwww \
22
		xmltok:${PORTSDIR}/www/libwww \
Lines 23-29 Link Here
23
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
24
CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/w3c-libwww
27
CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/w3c-libwww
25
LDFLAGS+=	-L${LOCALBASE}/lib
28
LDFLAGS+=	-L${LOCALBASE}/lib
26
CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
29
CONFIGURE_ENV+=	LDFLAGS="${LDFLAGS}"
27
30
28
NO_INSTALL_MANPAGES=	yes
31
NO_INSTALL_MANPAGES=	yes
29
INFO=	ledger
32
INFO=	ledger
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ledger-2.6.1.tar.gz) = 96830d77d3aa6bf6c5778f5dd52169f9b5203fb7daad0e12831abeb35b14f27a
1
SHA256 (ledger-2.6.3.tar.gz) = b3ecd0174a3500bb96fe047617b1ee870cc5196deb0230393d933dceaeb7f717
2
SIZE (ledger-2.6.1.tar.gz) = 658288
2
SIZE (ledger-2.6.3.tar.gz) = 660752
(-)pkg-descr (-1 / +1 lines)
Lines 2-8 Link Here
2
as a ledger, yet provides powerful facilities for working with commodities, 
2
as a ledger, yet provides powerful facilities for working with commodities, 
3
accounts, transactions, etc. It will read Gnucash data files directly. 
3
accounts, transactions, etc. It will read Gnucash data files directly. 
4
4
5
WWW: http://wiki.github.com/jwiegley/ledger
5
WWW: http://ledger-cli.org/
6
6
7
 - Woody Carey
7
 - Woody Carey
8
woodycarey@hotmail.com
8
woodycarey@hotmail.com
(-)pkg-plist (-1 / +1 lines)
Lines 33-39 Link Here
33
lib/libamounts.la
33
lib/libamounts.la
34
lib/libamounts.so
34
lib/libamounts.so
35
lib/libamounts.so.0
35
lib/libamounts.so.0
36
lib/libledger-2.6.1.so
36
lib/libledger-2.6.3.so
37
lib/libledger.a
37
lib/libledger.a
38
lib/libledger.la
38
lib/libledger.la
39
lib/libledger.so
39
lib/libledger.so

Return to bug 159639