From owner-svn-ports-head@freebsd.org Fri Aug 21 21:23:59 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 240163C9B03; Fri, 21 Aug 2020 21:23:59 +0000 (UTC) (envelope-from sunpoet@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BYDzF50WPz4WjB; Fri, 21 Aug 2020 21:23:53 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4846CBD17; Fri, 21 Aug 2020 21:23:49 +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 07LLNnjt057050; Fri, 21 Aug 2020 21:23:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07LLNm9a057049; Fri, 21 Aug 2020 21:23:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202008212123.07LLNm9a057049@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, 21 Aug 2020 21:23:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545655 - head/devel/py-cmd2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-cmd2 X-SVN-Commit-Revision: 545655 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 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: Fri, 21 Aug 2020 21:24:00 -0000 Author: sunpoet Date: Fri Aug 21 21:23:48 2020 New Revision: 545655 URL: https://svnweb.freebsd.org/changeset/ports/545655 Log: Update to 1.3.3 Changes: https://github.com/python-cmd2/cmd2/releases Modified: head/devel/py-cmd2/Makefile head/devel/py-cmd2/distinfo Modified: head/devel/py-cmd2/Makefile ============================================================================== --- head/devel/py-cmd2/Makefile Fri Aug 21 21:23:43 2020 (r545654) +++ head/devel/py-cmd2/Makefile Fri Aug 21 21:23:48 2020 (r545655) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cmd2 -PORTVERSION= 1.1.0 +PORTVERSION= 1.3.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,4 +24,10 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include +.include + +.if ${PYTHON_REL} < 3800 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=1.6.0:devel/py-importlib-metadata@${PY_FLAVOR} +.endif + +.include Modified: head/devel/py-cmd2/distinfo ============================================================================== --- head/devel/py-cmd2/distinfo Fri Aug 21 21:23:43 2020 (r545654) +++ head/devel/py-cmd2/distinfo Fri Aug 21 21:23:48 2020 (r545655) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592145095 -SHA256 (cmd2-1.1.0.tar.gz) = d233b5ad4b9ee264a43fb14668f287d25f998f4b443a81b4efdfd292f1a77108 -SIZE (cmd2-1.1.0.tar.gz) = 605311 +TIMESTAMP = 1598029459 +SHA256 (cmd2-1.3.3.tar.gz) = 38015008ff4639edfd66591063a0e9bb75a62dccb14ee3ec7bf3a6cb130de5cf +SIZE (cmd2-1.3.3.tar.gz) = 639779