aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2020-09-22 21:57:56 +0000
committerNicola Vitale <nivit@FreeBSD.org>2020-09-22 21:57:56 +0000
commit9ff09fcba4dfde19b544ca62609bd371ad142ebb (patch)
treed743424b97c55e214a05ea427f9284da6362b88a /finance
parentead316266b4f2626ff6d0a55c85e8e2fa2acf1ae (diff)
downloadports-9ff09fcba4dfde19b544ca62609bd371ad142ebb.tar.gz
ports-9ff09fcba4dfde19b544ca62609bd371ad142ebb.zip
- 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
Notes
Notes: svn path=/head/; revision=549641
Diffstat (limited to 'finance')
-rw-r--r--finance/beancount/Makefile17
-rw-r--r--finance/beancount/distinfo6
-rw-r--r--finance/beancount/pkg-descr2
3 files changed, 10 insertions, 15 deletions
diff --git a/finance/beancount/Makefile b/finance/beancount/Makefile
index b4a1dfb1e041..ff5f96fa73f7 100644
--- a/finance/beancount/Makefile
+++ b/finance/beancount/Makefile
@@ -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:www/py-beautifulsoup@${PY
${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,18 +26,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_F
${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
diff --git a/finance/beancount/distinfo b/finance/beancount/distinfo
index 127aa526ed9c..b02a306d6f94 100644
--- a/finance/beancount/distinfo
+++ b/finance/beancount/distinfo
@@ -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
diff --git a/finance/beancount/pkg-descr b/finance/beancount/pkg-descr
index a858a76cf47f..f34243c24437 100644
--- a/finance/beancount/pkg-descr
+++ b/finance/beancount/pkg-descr
@@ -2,4 +2,4 @@ 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