svn commit: r563528 - head/finance/libofx

Jason E. Hale jhale at FreeBSD.org
Sun Jan 31 21:06:53 UTC 2021


Author: jhale
Date: Sun Jan 31 21:06:52 2021
New Revision: 563528
URL: https://svnweb.freebsd.org/changeset/ports/563528

Log:
  finance/libofx: Update to 0.10.1
  
  Add regression tests.

Modified:
  head/finance/libofx/Makefile
  head/finance/libofx/distinfo

Modified: head/finance/libofx/Makefile
==============================================================================
--- head/finance/libofx/Makefile	Sun Jan 31 20:34:56 2021	(r563527)
+++ head/finance/libofx/Makefile	Sun Jan 31 21:06:52 2021	(r563528)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libofx
-PORTVERSION=	0.10.0
+PORTVERSION=	0.10.1
 CATEGORIES=	finance
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 
@@ -26,6 +26,7 @@ CONFIGURE_ARGS=	--disable-doxygen --disable-dot --disa
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS

Modified: head/finance/libofx/distinfo
==============================================================================
--- head/finance/libofx/distinfo	Sun Jan 31 20:34:56 2021	(r563527)
+++ head/finance/libofx/distinfo	Sun Jan 31 21:06:52 2021	(r563528)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609783417
-SHA256 (libofx-0.10.0.tar.gz) = f11f46d91573e7d0964eb796c4dcaa33218ede8319b77b817356cf54aaa7bbcc
-SIZE (libofx-0.10.0.tar.gz) = 1823190
+TIMESTAMP = 1612036787
+SHA256 (libofx-0.10.1.tar.gz) = 3bcc2c86b23dc11315a8ce0c9f20cc504fdc6147ea3a0385cb3e05768279c64d
+SIZE (libofx-0.10.1.tar.gz) = 1832954


More information about the svn-ports-all mailing list