diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile index 18f9ca06b825..1bb74aa1aab7 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -1,37 +1,37 @@ PORTNAME= libofx -PORTVERSION= 0.10.4 +PORTVERSION= 0.10.7 CATEGORIES= finance MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ \ SF/${PORTNAME}/${PORTNAME} MAINTAINER= jhale@FreeBSD.org COMMENT= OpenSource implementation of the OFX (Open Financial eXchange) WWW= http://libofx.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ libxml++-2.6.so:textproc/libxml++26 \ libosp.so:textproc/opensp USES= cpe gettext-runtime gmake gnome iconv libtool localbase pathfix pkgconfig \ compiler:c++11-lang USE_CXXSTD= c++11 USE_GNOME= glib20 glibmm libsigc++20 libxml2 CONFIGURE_ARGS= --disable-doxygen --disable-dot --disable-gengetopt \ --with-opensp-includes=${LOCALBASE}/include/OpenSP \ --with-opensp-libs=${LOCALBASE}/lib GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check PORTDOCS= * CPE_VENDOR= libofx_project OPTIONS_DEFINE= DOCS post-install: ${RM} ${STAGEDIR}${DOCSDIR}/COPYING .include diff --git a/finance/libofx/distinfo b/finance/libofx/distinfo index 86390027a472..67cdcc42d14c 100644 --- a/finance/libofx/distinfo +++ b/finance/libofx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1650416137 -SHA256 (libofx-0.10.4.tar.gz) = 416f30969a9978708efb1d166bf83e26fe97dfc160736028d9f34ad98fa78ed1 -SIZE (libofx-0.10.4.tar.gz) = 1822609 +TIMESTAMP = 1662926118 +SHA256 (libofx-0.10.7.tar.gz) = 5809202588b028742d2b9d2cbe418781e326b353028738bfd8b423b9174f99ab +SIZE (libofx-0.10.7.tar.gz) = 1420230 diff --git a/finance/libofx/files/patch-lib_Makefile.in b/finance/libofx/files/patch-lib_Makefile.in deleted file mode 100644 index fcc87be63f5b..000000000000 --- a/finance/libofx/files/patch-lib_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/Makefile.in.orig 2016-10-15 10:42:55 UTC -+++ lib/Makefile.in -@@ -400,7 +400,7 @@ AM_CPPFLAGS = \ - - - #libofx_la_LIBADD = @LIBOBJS@ ${OPENSPLIBS} -lstdc++ --libofx_la_LIBADD = $(OPENSPLIBS) $(ICONV_LIBS) -lstdc++ -+libofx_la_LIBADD = $(OPENSPLIBS) $(ICONV_LIBS) - libofx_la_LDFLAGS = -no-undefined -version-info @LIBOFX_SO_CURRENT@:@LIBOFX_SO_REVISION@:@LIBOFX_SO_AGE@ - all: all-am -