Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2020 13:52:53 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537163 - head/finance/py-ofxparse
Message-ID:  <202005311352.04VDqrEg086171@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun May 31 13:52:53 2020
New Revision: 537163
URL: https://svnweb.freebsd.org/changeset/ports/537163

Log:
  finance/py-ofxparse: bump beautifulsoup dependency to a supported one.
  
  Noticed by:	INDEX buildbot

Modified:
  head/finance/py-ofxparse/Makefile

Modified: head/finance/py-ofxparse/Makefile
==============================================================================
--- head/finance/py-ofxparse/Makefile	Sun May 31 13:49:28 2020	(r537162)
+++ head/finance/py-ofxparse/Makefile	Sun May 31 13:52:53 2020	(r537163)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ofxparse
 PORTVERSION=	0.20
+PORTREVISION=	1
 CATEGORIES=	finance python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,7 @@ COMMENT=	Tools for working with the OFX file format
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup460>0:www/py-beautifulsoup460@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup448>0:www/py-beautifulsoup448@${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?202005311352.04VDqrEg086171>