Index: head/finance/grisbi/Makefile =================================================================== --- head/finance/grisbi/Makefile (revision 421182) +++ head/finance/grisbi/Makefile (revision 421183) @@ -1,44 +1,39 @@ # Created by: Thierry Thomas # $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" CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS NLS .include .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else 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 Index: head/finance/grisbi/distinfo =================================================================== --- head/finance/grisbi/distinfo (revision 421182) +++ head/finance/grisbi/distinfo (revision 421183) @@ -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 Index: head/finance/grisbi/files/patch-src_bet_data.c =================================================================== --- head/finance/grisbi/files/patch-src_bet_data.c (revision 421182) +++ head/finance/grisbi/files/patch-src_bet_data.c (nonexistent) @@ -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 ) ) Property changes on: head/finance/grisbi/files/patch-src_bet_data.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/finance/grisbi/files/patch-src_qif.c =================================================================== --- head/finance/grisbi/files/patch-src_qif.c (nonexistent) +++ head/finance/grisbi/files/patch-src_qif.c (revision 421183) @@ -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; + Property changes on: head/finance/grisbi/files/patch-src_qif.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property