Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2016 14:28:16 +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: r427325 - head/sysutils/ohmu
Message-ID:  <201611281428.uASESGPA009073@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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