mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
Upgrade to 1.0.1.
This commit is contained in:
parent
dce1c5ce9a
commit
1896e71df0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421183
finance/grisbi
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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 ) )
|
11
finance/grisbi/files/patch-src_qif.c
Normal file
11
finance/grisbi/files/patch-src_qif.c
Normal file
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user