summaryrefslogtreecommitdiff
path: root/finance/grisbi
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2016-08-31 18:59:05 +0000
committerThierry Thomas <thierry@FreeBSD.org>2016-08-31 18:59:05 +0000
commit1896e71df0d803eaccabd5913a506629514e1cee (patch)
tree3458990a5f3936ee9ae88aa0bc2474aaa04b4fe1 /finance/grisbi
parent- Update to 0.06.15 (diff)
Upgrade to 1.0.1.
Notes
Notes: svn path=/head/; revision=421183
Diffstat (limited to 'finance/grisbi')
-rw-r--r--finance/grisbi/Makefile19
-rw-r--r--finance/grisbi/distinfo5
-rw-r--r--finance/grisbi/files/patch-src_bet_data.c11
-rw-r--r--finance/grisbi/files/patch-src_qif.c11
4 files changed, 21 insertions, 25 deletions
diff --git a/finance/grisbi/Makefile b/finance/grisbi/Makefile
index 73f3352c3bb9..579d01b730af 100644
--- a/finance/grisbi/Makefile
+++ b/finance/grisbi/Makefile
@@ -2,22 +2,22 @@
# $FreeBSD$
PORTNAME= grisbi
-PORTVERSION= 1.0.0
-PORTREVISION= 1
+PORTVERSION= 1.0.1
CATEGORIES= finance
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION:C|0$|x|}/
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION:C|1$|x|}/
MAINTAINER= thierry@FreeBSD.org
COMMENT= Personal accounting application
LICENSE= GPLv2
-LIB_DEPENDS= libofx.so:finance/libofx
+LIB_DEPENDS= libofx.so:finance/libofx \
+ libfreetype.so:print/freetype2 \
+ libfontconfig.so:x11-fonts/fontconfig
-USES= tar:bzip2 desktop-file-utils gmake iconv pkgconfig shared-mime-info
+USES= tar:bzip2 desktop-file-utils gmake iconv pkgconfig shared-mime-info ssl
GNU_CONFIGURE= yes
-USE_GNOME= gtk20 glib20 intltool libxml2
-USE_OPENSSL= yes
+USE_GNOME= cairo gtk20 glib20 intltool libxml2
INSTALLS_ICONS= yes
CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto"
@@ -36,9 +36,4 @@ CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
-pre-configure:
-.if ! ${PORT_OPTIONS:MDOCS}
- ${REINPLACE_CMD} -e "s|pixmaps help|pixmaps|" ${WRKSRC}/Makefile.in
-.endif
-
.include <bsd.port.mk>
diff --git a/finance/grisbi/distinfo b/finance/grisbi/distinfo
index 7a73fbbb46ba..adb769b4524a 100644
--- a/finance/grisbi/distinfo
+++ b/finance/grisbi/distinfo
@@ -1,2 +1,3 @@
-SHA256 (grisbi-1.0.0.tar.bz2) = 8a23d26777666814d918702ad9207bac433abd3ac71568d53f7c485670f92c55
-SIZE (grisbi-1.0.0.tar.bz2) = 6933736
+TIMESTAMP = 1472583776
+SHA256 (grisbi-1.0.1.tar.bz2) = ed52fa6b3a7be3b0c588702e6d85afc8f6a699142eba0ae82eafcd360aee0414
+SIZE (grisbi-1.0.1.tar.bz2) = 6957203
diff --git a/finance/grisbi/files/patch-src_bet_data.c b/finance/grisbi/files/patch-src_bet_data.c
deleted file mode 100644
index 5db49c43acfc..000000000000
--- a/finance/grisbi/files/patch-src_bet_data.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/bet_data.c.orig 2014-02-01 14:51:11.000000000 +0100
-+++ src/bet_data.c 2014-03-19 21:28:28.000000000 +0100
-@@ -443,7 +443,7 @@
- {
- if ( sub_div_nb == 0 )
- return_val = TRUE;
-- else if ( sub_div_nb > 0 );
-+ else if ( sub_div_nb > 0 )
- {
- sub_key = utils_str_itoa ( sub_div_nb );
- if ( g_hash_table_lookup ( shd -> sub_div_list, sub_key ) )
diff --git a/finance/grisbi/files/patch-src_qif.c b/finance/grisbi/files/patch-src_qif.c
new file mode 100644
index 000000000000..76896e217834
--- /dev/null
+++ b/finance/grisbi/files/patch-src_qif.c
@@ -0,0 +1,11 @@
+--- src/qif.c.orig 2016-08-22 19:59:20 UTC
++++ src/qif.c
+@@ -651,7 +651,7 @@ static gboolean qif_traite_champs_n ( st
+ {
+ if ( etat.get_qif_use_field_extract_method_payment )
+ {
+- if ( strncmp ( imported_transaction->tiers, "VIR RECU", 8 ) == 0 );
++ if ( strncmp ( imported_transaction->tiers, "VIR RECU", 8 ) == 0 )
+ {
+ gchar *tmp_str;
+