From owner-svn-ports-head@freebsd.org Thu Feb 28 23:30:44 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E33C7151E1E7; Thu, 28 Feb 2019 23:30:43 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 87FF98F7FF; Thu, 28 Feb 2019 23:30:43 +0000 (UTC) (envelope-from wen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7BE6EC379; Thu, 28 Feb 2019 23:30:43 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1SNUhde070063; Thu, 28 Feb 2019 23:30:43 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1SNUhXE070062; Thu, 28 Feb 2019 23:30:43 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201902282330.x1SNUhXE070062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 28 Feb 2019 23:30:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494218 - head/textproc/py-paragrep X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/textproc/py-paragrep X-SVN-Commit-Revision: 494218 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 87FF98F7FF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2019 23:30:44 -0000 Author: wen Date: Thu Feb 28 23:30:42 2019 New Revision: 494218 URL: https://svnweb.freebsd.org/changeset/ports/494218 Log: - Update to 3.2.0 Modified: head/textproc/py-paragrep/Makefile head/textproc/py-paragrep/distinfo Modified: head/textproc/py-paragrep/Makefile ============================================================================== --- head/textproc/py-paragrep/Makefile Thu Feb 28 22:56:58 2019 (r494217) +++ head/textproc/py-paragrep/Makefile Thu Feb 28 23:30:42 2019 (r494218) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= paragrep -PORTVERSION= 3.1.3 +PORTVERSION= 3.2.0 DISTVERSIONPREFIX= release- CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,11 @@ COMMENT= Paragraph Grep Utility LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grizzled>=0.8.1:devel/py-grizzled@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grizzled>=0.8.1:devel/py-grizzled@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= bmc Modified: head/textproc/py-paragrep/distinfo ============================================================================== --- head/textproc/py-paragrep/distinfo Thu Feb 28 22:56:58 2019 (r494217) +++ head/textproc/py-paragrep/distinfo Thu Feb 28 23:30:42 2019 (r494218) @@ -1,2 +1,3 @@ -SHA256 (bmc-paragrep-release-3.1.3_GH0.tar.gz) = 789b1df65f27b4c2ac12dcd2f787c5497f1c1660b26987841fdb4c539ef12fae -SIZE (bmc-paragrep-release-3.1.3_GH0.tar.gz) = 14094 +TIMESTAMP = 1551395840 +SHA256 (bmc-paragrep-release-3.2.0_GH0.tar.gz) = f4520cf9244d54a8c5e972e78290d49aa980d43de5fb5087417399de3745b23c +SIZE (bmc-paragrep-release-3.2.0_GH0.tar.gz) = 8386