diff options
author | thierry <thierry@FreeBSD.org> | 2011-02-22 05:06:08 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2011-02-22 05:06:08 +0800 |
commit | 97ce86cc3705f2d48f1037c10cfc94a9a69b2962 (patch) | |
tree | 076d1ac998af929ecc49bbb32c98772f2eb3e43e /finance/grisbi/Makefile | |
parent | d096b1d9addf07f3130c039ceb723a7153bbba02 (diff) | |
download | freebsd-ports-gnome-97ce86cc3705f2d48f1037c10cfc94a9a69b2962.tar.gz freebsd-ports-gnome-97ce86cc3705f2d48f1037c10cfc94a9a69b2962.tar.zst freebsd-ports-gnome-97ce86cc3705f2d48f1037c10cfc94a9a69b2962.zip |
Update to 0.8.1.
Changelog will be here: http://www.grisbi.org/changelog.en.html
Diffstat (limited to 'finance/grisbi/Makefile')
-rw-r--r-- | finance/grisbi/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/finance/grisbi/Makefile b/finance/grisbi/Makefile index 03eb18ac6b82..2363c56a6979 100644 --- a/finance/grisbi/Makefile +++ b/finance/grisbi/Makefile @@ -6,9 +6,9 @@ # PORTNAME= grisbi -PORTVERSION= 0.6.0 +PORTVERSION= 0.8.1 CATEGORIES= finance -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20${PORTVERSION}/${PORTVERSION}/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION:R}.x/ MAINTAINER= thierry@FreeBSD.org COMMENT= A personnal accounting application @@ -16,6 +16,8 @@ COMMENT= A personnal accounting application LIB_DEPENDS= ofx.4:${PORTSDIR}/finance/libofx \ ssl.7:${PORTSDIR}/security/openssl +LICENSE= GPLv2 + USE_BZIP2= yes USE_ICONV= yes USE_GMAKE= yes |