svn commit: r427217 - head/sysutils/ohmu

Jimmy Olgeni olgeni at FreeBSD.org
Sun Nov 27 10:30:03 UTC 2016


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
 


More information about the svn-ports-all mailing list