Date: Thu, 24 Dec 2020 13:57:20 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559161 - head/finance/py-ofxparse Message-ID: <202012241357.0BODvK7o042114@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Dec 24 13:57:20 2020 New Revision: 559161 URL: https://svnweb.freebsd.org/changeset/ports/559161 Log: Change RUN_DEPENDS from py-beautifulsoup448 to py-beautifulsoup - Bump PORTREVISION for dependency change py-beautifulsoup448 (beautifulsoup4 4.8.2) was added only for py-wagtail which requires beautifulsoup4 >=4.8<4.9. Other ports should use py-beautifulsoup (beautifulsoup4 4.9.3) instead. Modified: head/finance/py-ofxparse/Makefile Modified: head/finance/py-ofxparse/Makefile ============================================================================== --- head/finance/py-ofxparse/Makefile Thu Dec 24 13:57:16 2020 (r559160) +++ head/finance/py-ofxparse/Makefile Thu Dec 24 13:57:20 2020 (r559161) @@ -2,7 +2,7 @@ PORTNAME= ofxparse PORTVERSION= 0.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= Tools for working with the OFX file format LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup448>0:www/py-beautifulsoup448@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012241357.0BODvK7o042114>