svn commit: r512881 - head/finance/beancount
Nicola Vitale
nivit at FreeBSD.org
Thu Sep 26 07:54:08 UTC 2019
Author: nivit
Date: Thu Sep 26 07:54:07 2019
New Revision: 512881
URL: https://svnweb.freebsd.org/changeset/ports/512881
Log:
- Update to 2.2.3
Modified:
head/finance/beancount/Makefile
head/finance/beancount/distinfo
Modified: head/finance/beancount/Makefile
==============================================================================
--- head/finance/beancount/Makefile Thu Sep 26 05:52:01 2019 (r512880)
+++ head/finance/beancount/Makefile Thu Sep 26 07:54:07 2019 (r512881)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= beancount
-PORTVERSION= 2.1.3
+PORTVERSION= 2.2.3
CATEGORIES= finance
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/
DISTNAME= ${PORTVERSION}
@@ -33,9 +33,12 @@ USE_PYTHON= autoplist distutils noflavors
# Project hosted on Bitbucket
BB_ACCOUNT= blais
-BB_COMMIT= fd27856ff2de
+BB_COMMIT= ff1e2616b26a
BB_PROJECT= ${PORTNAME}
WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
+
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/parser/_parser.so
.include <bsd.port.mk>
Modified: head/finance/beancount/distinfo
==============================================================================
--- head/finance/beancount/distinfo Thu Sep 26 05:52:01 2019 (r512880)
+++ head/finance/beancount/distinfo Thu Sep 26 07:54:07 2019 (r512881)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1543917304
-SHA256 (beancount/2.1.3.tar.gz) = 2297ee56641214caa6d96219315f864e54ef9878fc06cc752e4d88ea4659ad68
-SIZE (beancount/2.1.3.tar.gz) = 1718027
+TIMESTAMP = 1569422946
+SHA256 (beancount/2.2.3.tar.gz) = e8f57f5e916b638aee807a939b33647d3009110fbaaca2f8c6992c008844e34f
+SIZE (beancount/2.2.3.tar.gz) = 1748069
More information about the svn-ports-all
mailing list