From nobody Thu Oct 07 10:19:46 2021 X-Original-To: ports-bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5CE8812B9B51 for ; Thu, 7 Oct 2021 10:19:46 +0000 (UTC) (envelope-from bugzilla-noreply@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HQ6kp26Wyz4gDQ for ; Thu, 7 Oct 2021 10:19:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2896B11CF9 for ; Thu, 7 Oct 2021 10:19:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 197AJkMq064862 for ; Thu, 7 Oct 2021 10:19:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 197AJkrW064861 for ports-bugs@FreeBSD.org; Thu, 7 Oct 2021 10:19:46 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 258854] devel/py-cfn-lint: Update to 0.54.2 Date: Thu, 07 Oct 2021 10:19:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: eduardo@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258854 Nuno Teixeira changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eduardo@FreeBSD.org --- Comment #1 from Nuno Teixeira --- Hello, 1. Replace PORTVERSION with DISTVERSION https://docs.freebsd.org/en/books/porters-handbook/makefiles/#makefile-nami= ng 2. RUN_DEPENDS could be in alpabetical order (portfmt -D Makefile): --- --- Makefile +++ Makefile @@ -10,13 +10,13 @@ LICENSE=3D MIT LICENSE_FILE=3D ${WRKSRC}/LICENSE +RUN_DEPENDS=3D=20=20 ${PYTHON_PKGNAMEPREFIX}aws-sam-translator>=3D1.38.0:devel/py-aws-sam-transl= ator@${PY_FLAVOR} \ -RUN_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX}yaml>5.4:devel/py-yaml@${PY_FLAVOR= } \ - ${PYTHON_PKGNAMEPREFIX}six>=3D1.11:devel/py-six@${PY_FLAVOR= } \ -=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ${PYTHON_PKGNAMEPREFIX}aws-sam-translator>=3D1.38.0:devel/py-aws-sam-transl= ator@${PY_FLAVOR} \ =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ${PYTHON_PKGNAMEPREFIX}jsonpatch>0:devel/py-jsonpatch@${PY_FLAVOR} \ =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ${PYTHON_PKGNAMEPREFIX}jsonschema>=3D3.2:devel/py-jsonschema@${PY_FLAVOR} \ +=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ${PYTHON_PKGNAMEPREFIX}junit-xml>=3D1.9:textproc/py-junit-xml@${PY_FLAVOR} \ =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ${PYTHON_PKGNAMEPREFIX}networkx>=3D2.4:math/py-networkx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=3D1.11:devel/py-six@${PY_FLAVOR= } \ + ${PYTHON_PKGNAMEPREFIX}yaml>5.4:devel/py-yaml@${PY_FLAVOR} -=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ${PYTHON_PKGNAMEPREFIX}junit-xml>=3D1.9:textproc/py-junit-xml@${PY_FLAVOR} py36_RUN_DEPENDS=3D=20=20=20=20=20 ${PYTHON_PKGNAMEPREFIX}importlib-resources>=3D1.4:devel/py-importlib-resour= ces@${PY_FLAVOR} --- --=20 You are receiving this mail because: You are the assignee for the bug.=