Date: Tue, 22 Sep 2020 21:57:56 +0000 (UTC) From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549641 - head/finance/beancount Message-ID: <202009222157.08MLvuWP035454@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nivit Date: Tue Sep 22 21:57:56 2020 New Revision: 549641 URL: https://svnweb.freebsd.org/changeset/ports/549641 Log: - Update to 2.3.2 - Add www/py-requests to dependencies - Use Github as master sit (the project is no longer hosted on Bitbucket) - Update WWW address in pkg-descr Modified: head/finance/beancount/Makefile head/finance/beancount/distinfo head/finance/beancount/pkg-descr (contents, props changed) Modified: head/finance/beancount/Makefile ============================================================================== --- head/finance/beancount/Makefile Tue Sep 22 21:43:04 2020 (r549640) +++ head/finance/beancount/Makefile Tue Sep 22 21:57:56 2020 (r549641) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= beancount -PORTVERSION= 2.2.3 +PORTVERSION= 2.3.2 CATEGORIES= finance -MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/ DISTNAME= ${PORTVERSION} DIST_SUBDIR= ${PORTNAME} @@ -18,7 +17,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0 ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-magic>=0:devel/py-python-magic@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}python-magic>=0:devel/py-python-magic@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bottle>=0:www/py-bottle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \ @@ -26,17 +26,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:w ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-api-python-client>=0:www/py-google-api-python-client@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-magic>=0:devel/py-python-magic@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}python-magic>=0:devel/py-python-magic@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} USES= python:3.5+ +USE_GITHUB= yes USE_PYTHON= autoplist distutils noflavors - -# Project hosted on Bitbucket -BB_ACCOUNT= blais -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 Modified: head/finance/beancount/distinfo ============================================================================== --- head/finance/beancount/distinfo Tue Sep 22 21:43:04 2020 (r549640) +++ head/finance/beancount/distinfo Tue Sep 22 21:57:56 2020 (r549641) @@ -1,3 +1,3 @@ -TIMESTAMP = 1569422946 -SHA256 (beancount/2.2.3.tar.gz) = e8f57f5e916b638aee807a939b33647d3009110fbaaca2f8c6992c008844e34f -SIZE (beancount/2.2.3.tar.gz) = 1748069 +TIMESTAMP = 1600810650 +SHA256 (beancount/beancount-beancount-2.3.2_GH0.tar.gz) = de539f9344674769ccf47c45e24c27722525139b792e5c32ea19beef81225899 +SIZE (beancount/beancount-beancount-2.3.2_GH0.tar.gz) = 1799028 Modified: head/finance/beancount/pkg-descr ============================================================================== --- head/finance/beancount/pkg-descr Tue Sep 22 21:43:04 2020 (r549640) +++ head/finance/beancount/pkg-descr Tue Sep 22 21:57:56 2020 (r549641) @@ -2,4 +2,4 @@ A double-entry bookkeeping computer language that lets transaction records in a text file, read them in memory, generate a variety of reports from them, and provides a web interface. -WWW: http://furius.ca/beancount/ +WWW: https://github.com/beancount/beancount
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009222157.08MLvuWP035454>