From owner-dev-commits-ports-all@freebsd.org Wed Apr 21 12:15:48 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 C7D515E31DD; Wed, 21 Apr 2021 12:15:48 +0000 (UTC) (envelope-from git@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 4FQKJh5KJVz3HkY; Wed, 21 Apr 2021 12:15:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 A97BD25E60; Wed, 21 Apr 2021 12:15:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13LCFmn2066129; Wed, 21 Apr 2021 12:15:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13LCFm70066128; Wed, 21 Apr 2021 12:15:48 GMT (envelope-from git) Date: Wed, 21 Apr 2021 12:15:48 GMT Message-Id: <202104211215.13LCFm70066128@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alex Richardson Subject: git: 81f3562e82b7 - main - devel/py-python-dtrace: Update to 0.0.13 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: arichardson X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 81f3562e82b7371578cfaefafd524c1c155bffe8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2021 12:15:48 -0000 The branch main has been updated by arichardson (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=81f3562e82b7371578cfaefafd524c1c155bffe8 commit 81f3562e82b7371578cfaefafd524c1c155bffe8 Author: Alex Richardson AuthorDate: 2021-04-21 12:11:58 +0000 Commit: Alex Richardson CommitDate: 2021-04-21 12:14:48 +0000 devel/py-python-dtrace: Update to 0.0.13 This can now be built without the source tree present since dtrace.h is now installed for FreeBSD13+. Test Plan: builds on my RPI4 without /usr/src now. Reviewed By: lwhsu Differential Revision: https://reviews.freebsd.org/D29127 --- devel/py-python-dtrace/Makefile | 12 +++++++----- devel/py-python-dtrace/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/devel/py-python-dtrace/Makefile b/devel/py-python-dtrace/Makefile index ab15e1af27b7..f26bac54aa9c 100644 --- a/devel/py-python-dtrace/Makefile +++ b/devel/py-python-dtrace/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-dtrace -PORTVERSION= 0.0.11 +PORTVERSION= 0.0.13 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,17 +12,19 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils cython cython_run .include -# TODO: Adjust this check once python-dtrace handles installed dtrace headers -# (https://reviews.freebsd.org/D27884). -MAKE_ENV+= FREEBSD_SRC_DIR=${SRC_BASE} +# We need to pass the path to the source for older FreeBSD versions that +# don't install dtrace.h to /usr/include. +.if !exists(/usr/include/dtrace.h) .if !exists(${SRC_BASE}/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace.h) IGNORE= requires kernel source files in SRC_BASE=${SRC_BASE} .endif +MAKE_ENV+= FREEBSD_SRC_DIR=${SRC_BASE} +.endif # Tests not included in the release tarball, uncomment if this changes. # TEST_DEPENDS=→${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} diff --git a/devel/py-python-dtrace/distinfo b/devel/py-python-dtrace/distinfo index de3908c48cfa..708d3cca1854 100644 --- a/devel/py-python-dtrace/distinfo +++ b/devel/py-python-dtrace/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1610032322 -SHA256 (python-dtrace-0.0.11.tar.gz) = b343728e61cb697ab76eb8091a361d7de6735527c788fc85b979db8356640fbc -SIZE (python-dtrace-0.0.11.tar.gz) = 15143 +TIMESTAMP = 1615201570 +SHA256 (python-dtrace-0.0.13.tar.gz) = 23c6ddb3241686f6845d6333dade5215bb497c3e241a413f8251c42ae941123b +SIZE (python-dtrace-0.0.13.tar.gz) = 15619