devel/libofx: update to 0.10.4.

remove patch, was handled upstream in
https://github.com/libofx/libofx/pull/49
This commit is contained in:
landry 2022-05-02 07:18:47 +00:00
parent 668880ca85
commit e015a970dc
3 changed files with 3 additions and 15 deletions

View File

@ -1,6 +1,6 @@
COMMENT= opensource implementation of the OFX specification
DISTNAME= libofx-0.10.3
DISTNAME= libofx-0.10.4
CATEGORIES= devel
HOMEPAGE= http://libofx.sourceforge.net/

View File

@ -1,2 +1,2 @@
SHA256 (libofx-0.10.3.tar.gz) = e18hmJr92c9jq0ot9Mo5h4LyT9ouJBH4gYjgCrSeMGk=
SIZE (libofx-0.10.3.tar.gz) = 1831791
SHA256 (libofx-0.10.4.tar.gz) = QW8wlpqZeHCO+x0Wa/g+Jv6X38Fgc2Ao2fNK2Y+njtE=
SIZE (libofx-0.10.4.tar.gz) = 1822609

View File

@ -1,12 +0,0 @@
--- libofx.pc.in.orig Sat Oct 27 09:40:29 2007
+++ libofx.pc.in Wed Mar 25 22:24:26 2009
@@ -10,7 +10,5 @@ Description: libofx is a library for processing Open F
Version: @VERSION@
Requires:
Conflicts:
-#Libs: -L${libdir} @OPENSPLIBS@ -lofx
-#Cflags: -I${includedir} -I@OPENSPINCLUDES@
-Libs: -L${libdir} -lofx
-Cflags: -I${includedir}
+Libs: -L${libdir} -lofx @OPENSPLIBS@
+Cflags: -I${includedir} -I@OPENSPINCLUDES@