Date: Sat, 9 Mar 2019 12:08:52 +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: r495128 - head/devel/py-first Message-ID: <201903091208.x29C8qeL002543@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Mar 9 12:08:52 2019 New Revision: 495128 URL: https://svnweb.freebsd.org/changeset/ports/495128 Log: Update to 2.0.2 Changes: https://github.com/hynek/first/releases https://github.com/hynek/first/blob/master/HISTORY.rst Modified: head/devel/py-first/Makefile head/devel/py-first/distinfo Modified: head/devel/py-first/Makefile ============================================================================== --- head/devel/py-first/Makefile Sat Mar 9 12:08:46 2019 (r495127) +++ head/devel/py-first/Makefile Sat Mar 9 12:08:52 2019 (r495128) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= first -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,9 @@ COMMENT= Return the first true value of an iterable LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/devel/py-first/distinfo ============================================================================== --- head/devel/py-first/distinfo Sat Mar 9 12:08:46 2019 (r495127) +++ head/devel/py-first/distinfo Sat Mar 9 12:08:52 2019 (r495128) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521943705 -SHA256 (first-2.0.1.tar.gz) = 3bb3de3582cb27071cfb514f00ed784dc444b7f96dc21e140de65fe00585c95e -SIZE (first-2.0.1.tar.gz) = 5325 +TIMESTAMP = 1552063652 +SHA256 (first-2.0.2.tar.gz) = ff285b08c55f8c97ce4ea7012743af2495c9f1291785f163722bd36f6af6d3bf +SIZE (first-2.0.2.tar.gz) = 6964
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903091208.x29C8qeL002543>