Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Aug 2016 18:59:05 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421183 - in head/finance/grisbi: . files
Message-ID:  <201608311859.u7VIx5WD060446@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Wed Aug 31 18:59:05 2016
New Revision: 421183
URL: https://svnweb.freebsd.org/changeset/ports/421183

Log:
  Upgrade to 1.0.1.

Added:
  head/finance/grisbi/files/patch-src_qif.c   (contents, props changed)
Deleted:
  head/finance/grisbi/files/patch-src_bet_data.c
Modified:
  head/finance/grisbi/Makefile
  head/finance/grisbi/distinfo

Modified: head/finance/grisbi/Makefile
==============================================================================
--- head/finance/grisbi/Makefile	Wed Aug 31 18:26:08 2016	(r421182)
+++ head/finance/grisbi/Makefile	Wed Aug 31 18:59:05 2016	(r421183)
@@ -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>

Modified: head/finance/grisbi/distinfo
==============================================================================
--- head/finance/grisbi/distinfo	Wed Aug 31 18:26:08 2016	(r421182)
+++ head/finance/grisbi/distinfo	Wed Aug 31 18:59:05 2016	(r421183)
@@ -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

Added: head/finance/grisbi/files/patch-src_qif.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/grisbi/files/patch-src_qif.c	Wed Aug 31 18:59:05 2016	(r421183)
@@ -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;
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608311859.u7VIx5WD060446>