Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Nov 2016 10:30:02 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427217 - head/sysutils/ohmu
Message-ID:  <201611271030.uARAU273027048@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Sun Nov 27 10:30:02 2016
New Revision: 427217
URL: https://svnweb.freebsd.org/changeset/ports/427217

Log:
  Add missing RUN_DEPENDS on sysutils/py-scandir to sysutils/ohmu.
  
  Without py-scandir there is a runtime error:
  
    pkg_resources.DistributionNotFound: The 'scandir==1.3' distribution was not found and is required by ohmu

Modified:
  head/sysutils/ohmu/Makefile

Modified: head/sysutils/ohmu/Makefile
==============================================================================
--- head/sysutils/ohmu/Makefile	Sun Nov 27 10:21:33 2016	(r427216)
+++ head/sysutils/ohmu/Makefile	Sun Nov 27 10:30:02 2016	(r427217)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ohmu
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils
 
@@ -10,6 +11,8 @@ COMMENT=	Tool to view space usage in you
 
 LICENSE=	MIT
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}scandir>=1.3:sysutils/py-scandir
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	paul-nechifor
 



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