Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2020 16:02:47 +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: r524771 - head/net-im/toot
Message-ID:  <202002011602.011G2lAL089358@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Sat Feb  1 16:02:46 2020
New Revision: 524771
URL: https://svnweb.freebsd.org/changeset/ports/524771

Log:
  Update to 0.25.2
  
  While here, pet portfmt & portclippy.
  
  Reported by:	Repology

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

Modified: head/net-im/toot/Makefile
==============================================================================
--- head/net-im/toot/Makefile	Sat Feb  1 15:58:40 2020	(r524770)
+++ head/net-im/toot/Makefile	Sat Feb  1 16:02:46 2020	(r524771)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	toot
-DISTVERSION=	0.24.0
+DISTVERSION=	0.25.2
 CATEGORIES=	net-im python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -19,26 +19,25 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.
 		${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python:3.4+
-USE_PYTHON=	autoplist distutils
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	ihabunek
+USE_PYTHON=	autoplist distutils
 
+TEST_TARGET=	coverage test
+
 NO_ARCH=	yes
 
 PORTDOCS=	CHANGELOG.md README.rst
 
-TEST_TARGET=	coverage test
-
 OPTIONS_DEFINE=	DOCS
 
-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}
 	${INSTALL_DATA} ${WRKSRC}/CHANGELOG.md ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR}
+
+pre-test:
+	@${REINPLACE_CMD} -e 's|py.test |py.test-${PYTHON_VER} |' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e 's|pytest |pytest-${PYTHON_VER} |' ${WRKSRC}/Makefile
 
 .include <bsd.port.mk>

Modified: head/net-im/toot/distinfo
==============================================================================
--- head/net-im/toot/distinfo	Sat Feb  1 15:58:40 2020	(r524770)
+++ head/net-im/toot/distinfo	Sat Feb  1 16:02:46 2020	(r524771)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1568980447
-SHA256 (ihabunek-toot-0.24.0_GH0.tar.gz) = 645db4d1284cde8d29de1e6852efcb84284e66b55a1847c71b7f32a6ebe658ee
-SIZE (ihabunek-toot-0.24.0_GH0.tar.gz) = 608081
+TIMESTAMP = 1580572167
+SHA256 (ihabunek-toot-0.25.2_GH0.tar.gz) = 9dfba770da228b81ded867da8aaf7a0c20410563959e851f3bdd648715b6cdd3
+SIZE (ihabunek-toot-0.25.2_GH0.tar.gz) = 609152



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