From owner-svn-ports-all@freebsd.org Fri Jun 3 14:34:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB5B3B6899D; Fri, 3 Jun 2016 14:34:35 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 885EB121D; Fri, 3 Jun 2016 14:34:35 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u53EYYoV051444; Fri, 3 Jun 2016 14:34:34 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u53EYYEn051443; Fri, 3 Jun 2016 14:34:34 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201606031434.u53EYYEn051443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Fri, 3 Jun 2016 14:34:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416317 - head/sysutils/iocage-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2016 14:34:35 -0000 Author: kmoore Date: Fri Jun 3 14:34:34 2016 New Revision: 416317 URL: https://svnweb.freebsd.org/changeset/ports/416317 Log: - Add missing depend on uclcmd PR: 209884 Modified: head/sysutils/iocage-devel/Makefile Modified: head/sysutils/iocage-devel/Makefile ============================================================================== --- head/sysutils/iocage-devel/Makefile Fri Jun 3 14:08:32 2016 (r416316) +++ head/sysutils/iocage-devel/Makefile Fri Jun 3 14:34:34 2016 (r416317) @@ -3,6 +3,7 @@ PORTNAME= iocage PORTVERSION= 20160405 +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -devel @@ -12,6 +13,8 @@ COMMENT= Full featured, no dependency Ja LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= uclcmd:devel/uclcmd + USE_GITHUB= yes GH_ACCOUNT= iocage GH_TAGNAME= 94a75a7