Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2019 10:19:00 +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: r511076 - head/net-im/toot
Message-ID:  <201909041019.x84AJ0SV090777@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Wed Sep  4 10:19:00 2019
New Revision: 511076
URL: https://svnweb.freebsd.org/changeset/ports/511076

Log:
  net-im/toot: Update to 0.23.1
  
  Changelogs:
  - https://github.com/ihabunek/toot/releases/tag/0.23.0
  - https://github.com/ihabunek/toot/releases/tag/0.23.1
  
  Also put variables in order.

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

Modified: head/net-im/toot/Makefile
==============================================================================
--- head/net-im/toot/Makefile	Wed Sep  4 09:58:11 2019	(r511075)
+++ head/net-im/toot/Makefile	Wed Sep  4 10:19:00 2019	(r511076)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	toot
-DISTVERSION=	0.22.0
+DISTVERSION=	0.23.1
 CATEGORIES=	net-im python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -26,12 +26,12 @@ GH_ACCOUNT=	ihabunek
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	DOCS
-
 PORTDOCS=	CHANGELOG.md README.rst
 
 MAKE_ENV=	PATH+=${STAGEDIR}${PREFIX}/bin
 TEST_TARGET=	coverage test
+
+OPTIONS_DEFINE=	DOCS
 
 pre-test:
 	@${REINPLACE_CMD} -e 's|py.test |py.test-${PYTHON_VER} |' ${WRKSRC}/Makefile

Modified: head/net-im/toot/distinfo
==============================================================================
--- head/net-im/toot/distinfo	Wed Sep  4 09:58:11 2019	(r511075)
+++ head/net-im/toot/distinfo	Wed Sep  4 10:19:00 2019	(r511076)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1564736031
-SHA256 (ihabunek-toot-0.22.0_GH0.tar.gz) = 1d1a7596689ed21562cf4fd8514d76d5f19e98e02bd3ada10c44ad0cf0edd3c5
-SIZE (ihabunek-toot-0.22.0_GH0.tar.gz) = 185450
+TIMESTAMP = 1567589566
+SHA256 (ihabunek-toot-0.23.1_GH0.tar.gz) = 1f3803a0d6bed1f055bf13cef2b6577efedff089583bdd1cbe3835087e4d5a33
+SIZE (ihabunek-toot-0.23.1_GH0.tar.gz) = 607409



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