Index: head/finance/beancount/Makefile =================================================================== --- head/finance/beancount/Makefile (revision 549640) +++ head/finance/beancount/Makefile (revision 549641) @@ -1,44 +1,39 @@ # $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} MAINTAINER= nivit@FreeBSD.org COMMENT= Double-Entry Accounting from Text Files LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bottle>=0:www/py-bottle@${PY_FLAVOR} \ ${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} \ ${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}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 .include Index: head/finance/beancount/distinfo =================================================================== --- head/finance/beancount/distinfo (revision 549640) +++ head/finance/beancount/distinfo (revision 549641) @@ -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 Index: head/finance/beancount/pkg-descr =================================================================== --- head/finance/beancount/pkg-descr (revision 549640) +++ head/finance/beancount/pkg-descr (revision 549641) @@ -1,5 +1,5 @@ A double-entry bookkeeping computer language that lets you define financial 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 Property changes on: head/finance/beancount/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property