svn commit: r556965 - head/devel/py-maturin

Kai Knoblich kai at FreeBSD.org
Fri Dec 4 10:41:36 UTC 2020


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 at 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


More information about the svn-ports-all mailing list