svn commit: r427325 - head/sysutils/ohmu

Jimmy Olgeni olgeni at FreeBSD.org
Mon Nov 28 14:28:17 UTC 2016


Author: olgeni
Date: Mon Nov 28 14:28:16 2016
New Revision: 427325
URL: https://svnweb.freebsd.org/changeset/ports/427325

Log:
  sysutils/ohmu requires devel/py-future too.

Modified:
  head/sysutils/ohmu/Makefile

Modified: head/sysutils/ohmu/Makefile
==============================================================================
--- head/sysutils/ohmu/Makefile	Mon Nov 28 14:22:17 2016	(r427324)
+++ head/sysutils/ohmu/Makefile	Mon Nov 28 14:28:16 2016	(r427325)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ohmu
 PORTVERSION=	1.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils
 
@@ -11,7 +11,8 @@ COMMENT=	Tool to view space usage in you
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}scandir>=1.3:sysutils/py-scandir
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}scandir>=1.3:sysutils/py-scandir \
+		${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	paul-nechifor


More information about the svn-ports-all mailing list