- Update gnucash and gnucash-docs to 2.6.4

- Remove dirrms from plist
- Consistently use DATADIR in gnucash plist

Approved by:	kwm (gnome, implicit)
This commit is contained in:
Guido Falsi 2014-09-30 09:09:45 +00:00
parent 11389bdda5
commit 0c13b687d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369578
7 changed files with 501 additions and 567 deletions

View file

@ -5,6 +5,18 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20140930:
AFFECTS: users of finance/gnucash
AUTHOR: madpilot@FreeBSD.org
The new version of gnucsh requires guile 2.0. If the update fails
because the old guile 1.8 library is still present you will need
to manally remove gnucash, guile and, if installed, boehm-gc:
# pkg delete gnucash guile boehm-gc
and then install gnucash again the usual way.
20140929:
AFFECTS: users of comms/usbmuxd
AUTHOR: avilla@FreeBSD.org

View file

@ -3,8 +3,7 @@
# $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $
PORTNAME= gnucash-docs
PORTVERSION= 2.6.3
PORTREVISION= 1
PORTVERSION= 2.6.4
CATEGORIES= finance gnome
MASTER_SITES= SF/gnucash/${PORTNAME}/${PORTVERSION} \
http://www.gnucash.org/pub/gnucash/sources/stable/ \

View file

@ -1,2 +1,2 @@
SHA256 (gnucash-docs-2.6.3.tar.gz) = ea0ee0d9f1e768018a6e3c48b46bf825a822fd7d169fe2ac2adbff819cdeeddf
SIZE (gnucash-docs-2.6.3.tar.gz) = 58835557
SHA256 (gnucash-docs-2.6.4.tar.gz) = e154551571c0755edb9fba73951bc20ecdfacefd4f1f662c79e0a2dde733d976
SIZE (gnucash-docs-2.6.4.tar.gz) = 58869603

View file

@ -709,19 +709,3 @@ share/gnome/help/gnucash-help/it/figures/left.png
share/gnome/help/gnucash-help/it/figures/right.png
share/gnome/help/gnucash-help/it/figures/up.png
share/gnome/help/gnucash-help/it/gnucash-help.xml
@dirrm share/gnome/help/gnucash-help/it/figures
@dirrm share/gnome/help/gnucash-help/it
@dirrm share/gnome/help/gnucash-help/de/figures
@dirrm share/gnome/help/gnucash-help/de
@dirrm share/gnome/help/gnucash-help/C/figures
@dirrm share/gnome/help/gnucash-help/C
@dirrm share/gnome/help/gnucash-help
@dirrm share/gnome/help/gnucash-guide/ja/figures
@dirrm share/gnome/help/gnucash-guide/ja
@dirrm share/gnome/help/gnucash-guide/it/figures
@dirrm share/gnome/help/gnucash-guide/it
@dirrm share/gnome/help/gnucash-guide/de/figures
@dirrm share/gnome/help/gnucash-guide/de
@dirrm share/gnome/help/gnucash-guide/C/figures
@dirrm share/gnome/help/gnucash-guide/C
@dirrm share/gnome/help/gnucash-guide

View file

@ -2,8 +2,7 @@
# $MCom: ports/finance/gnucash/Makefile,v 1.26 2008/12/31 03:25:18 mezz Exp $
PORTNAME= gnucash
PORTVERSION= 2.6.3
PORTREVISION= 5
PORTVERSION= 2.6.4
CATEGORIES= finance gnome
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION}
@ -13,13 +12,11 @@ COMMENT= Quicken-like money and finance manager
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
BUILD_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile \
${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile
BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile2
LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \
libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 \
libgoffice-0.8.so:${PORTSDIR}/devel/goffice
RUN_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile \
${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile \
RUN_DEPENDS= guile:${PORTSDIR}/lang/guile2 \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
p5-Finance-Quote>=0:${PORTSDIR}/finance/p5-Finance-Quote

View file

@ -1,2 +1,2 @@
SHA256 (gnucash-2.6.3.tar.bz2) = 02104c1d6a563d1209e2116dcca7fa9e28445b0e3335bedbcae85c834b17d93f
SIZE (gnucash-2.6.3.tar.bz2) = 10822437
SHA256 (gnucash-2.6.4.tar.bz2) = 0320e4c62a741795648929fd211aca7e816d22b48bc7c54226c99b02c56e34bc
SIZE (gnucash-2.6.4.tar.bz2) = 12107953

File diff suppressed because it is too large Load diff