From owner-svn-ports-all@freebsd.org Fri May 19 15:36:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95D93D743C1; Fri, 19 May 2017 15:36:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 663257D3; Fri, 19 May 2017 15:36:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4JFaOv5084827; Fri, 19 May 2017 15:36:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4JFaO6Z084825; Fri, 19 May 2017 15:36:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705191536.v4JFaO6Z084825@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 19 May 2017 15:36:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441243 - in head/devel/py-Automat: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2017 15:36:25 -0000 Author: sunpoet Date: Fri May 19 15:36:24 2017 New Revision: 441243 URL: https://svnweb.freebsd.org/changeset/ports/441243 Log: Update to 0.6.0 Changes: https://github.com/glyph/automat/commits/master PR: 219374 Submitted by: John W. O'Brien (maintainer) Deleted: head/devel/py-Automat/files/ Modified: head/devel/py-Automat/Makefile head/devel/py-Automat/distinfo (contents, props changed) Modified: head/devel/py-Automat/Makefile ============================================================================== --- head/devel/py-Automat/Makefile Fri May 19 15:36:18 2017 (r441242) +++ head/devel/py-Automat/Makefile Fri May 19 15:36:24 2017 (r441243) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Automat -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm \ ${PYTHON_PKGNAMEPREFIX}m2r>0:textproc/py-m2r -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>0:devel/py-attrs \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=16.1.0:devel/py-attrs \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six USES= python Modified: head/devel/py-Automat/distinfo ============================================================================== --- head/devel/py-Automat/distinfo Fri May 19 15:36:18 2017 (r441242) +++ head/devel/py-Automat/distinfo Fri May 19 15:36:24 2017 (r441243) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487351142 -SHA256 (Automat-0.5.0.tar.gz) = 4889ec6763377432ec4db265ad552bbe956768ea3fff39014855308ba79dd7c2 -SIZE (Automat-0.5.0.tar.gz) = 32599 +TIMESTAMP = 1495101813 +SHA256 (Automat-0.6.0.tar.gz) = 3c1fd04ecf08ac87b4dd3feae409542e9bf7827257097b2b6ed5692f69d6f6a8 +SIZE (Automat-0.6.0.tar.gz) = 31767