Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2020 10:41:36 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556965 - head/devel/py-maturin
Message-ID:  <202012041041.0B4Afas3068193@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Fri Dec  4 10:41:36 2020
New Revision: 556965
URL: https://svnweb.freebsd.org/changeset/ports/556965

Log:
  devel/py-maturin: Add missing RUN_DEPENDS
  
  * The RUN_DEPENDS are required when the maturin binary, which runs fine if
    issued directly, is used together with the Python code as a library.
  
  * Bump PORTREVISION due changed dependencies.
  
  PR:		251539
  Reported by:	andy@balholm.com

Modified:
  head/devel/py-maturin/Makefile

Modified: head/devel/py-maturin/Makefile
==============================================================================
--- head/devel/py-maturin/Makefile	Fri Dec  4 10:22:09 2020	(r556964)
+++ head/devel/py-maturin/Makefile	Fri Dec  4 10:41:36 2020	(r556965)
@@ -3,7 +3,7 @@
 PORTNAME=	maturin
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.8.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -22,6 +22,7 @@ NOT_FOR_ARCHS=		armv6 armv7 i386 mips powerpc
 NOT_FOR_ARCHS_REASON=	the creation of 32-bit Python wheels is not supported for FreeBSD
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}toml>=0.10.0:textproc/py-toml@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}toml>=0.10.0:textproc/py-toml@${PY_FLAVOR}
 
 USES=		cargo python:3.5+
 USE_GITHUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012041041.0B4Afas3068193>