Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2019 09:36:25 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494038 - head/net-im/toot
Message-ID:  <201902270936.x1R9aPEN061074@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Wed Feb 27 09:36:25 2019
New Revision: 494038
URL: https://svnweb.freebsd.org/changeset/ports/494038

Log:
  net-im/toot: Update to 0.21.0
  
  - Add new runtime dependencies
  - Add more toot tests to the makefile
  - Changelogs:
    - https://github.com/ihabunek/toot/releases/tag/0.20.0
    - https://github.com/ihabunek/toot/releases/tag/0.21.0
  
  Reviewed by:	krion
  Approved by:	krion (mentor)
  Differential Revision:	https://reviews.freebsd.org/D19377

Modified:
  head/net-im/toot/Makefile
  head/net-im/toot/distinfo

Modified: head/net-im/toot/Makefile
==============================================================================
--- head/net-im/toot/Makefile	Wed Feb 27 09:36:06 2019	(r494037)
+++ head/net-im/toot/Makefile	Wed Feb 27 09:36:25 2019	(r494038)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	toot
-DISTVERSION=	0.19.0
+DISTVERSION=	0.21.0
 CATEGORIES=	net-im python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -12,7 +12,8 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.0:www/py-beautifulsoup@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}requests>=2.13:www/py-requests@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}requests>=2.13:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wcwidth>=0.1.7:devel/py-wcwidth@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.0:www/py-beautifulsoup@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.4.0:devel/py-pytest-cov@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${PY_FLAVOR}
@@ -30,10 +31,11 @@ OPTIONS_DEFINE=	DOCS
 PORTDOCS=	CHANGELOG.md README.rst
 
 MAKE_ENV=	PATH+=${STAGEDIR}${PREFIX}/bin
-TEST_TARGET=	coverage
+TEST_TARGET=	coverage test
 
 pre-test:
 	@${REINPLACE_CMD} -e 's|py.test |py.test-${PYTHON_VER} |' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e 's|pytest |pytest-${PYTHON_VER} |' ${WRKSRC}/Makefile
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/net-im/toot/distinfo
==============================================================================
--- head/net-im/toot/distinfo	Wed Feb 27 09:36:06 2019	(r494037)
+++ head/net-im/toot/distinfo	Wed Feb 27 09:36:25 2019	(r494038)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534367575
-SHA256 (ihabunek-toot-0.19.0_GH0.tar.gz) = 90d76442a85a6597edfa3dc5edaf5a506fc5912577381f67ffecc092e64bafdf
-SIZE (ihabunek-toot-0.19.0_GH0.tar.gz) = 151092
+TIMESTAMP = 1551131323
+SHA256 (ihabunek-toot-0.21.0_GH0.tar.gz) = 23f66db6535b71e03c33a6b5499125302963a6c6f567233eeeb0559bb7232697
+SIZE (ihabunek-toot-0.21.0_GH0.tar.gz) = 181838



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902270936.x1R9aPEN061074>