From owner-svn-ports-all@freebsd.org Mon Oct 21 07:13:24 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A6B6C1764F5; Mon, 21 Oct 2019 07:13:24 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46xSXh3yxPz3MpN; Mon, 21 Oct 2019 07:13:24 +0000 (UTC) (envelope-from araujo@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6C6C820709; Mon, 21 Oct 2019 07:13:24 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9L7DODa080826; Mon, 21 Oct 2019 07:13:24 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9L7DOhD080825; Mon, 21 Oct 2019 07:13:24 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201910210713.x9L7DOhD080825@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Mon, 21 Oct 2019 07:13:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515086 - head/sysutils/iocage-devel X-SVN-Group: ports-head X-SVN-Commit-Author: araujo X-SVN-Commit-Paths: head/sysutils/iocage-devel X-SVN-Commit-Revision: 515086 X-SVN-Commit-Repository: ports 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.29 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: Mon, 21 Oct 2019 07:13:24 -0000 Author: araujo Date: Mon Oct 21 07:13:23 2019 New Revision: 515086 URL: https://svnweb.freebsd.org/changeset/ports/515086 Log: - Fix git/git-lite dependencies. - Fix "poudriere testport". - Pet portlint. - Bump PORTREVISION. PR: 240959 (based on) Submitted by: burnerbox Sascha Holzleiter Approved by: dvl (maintainer) Modified: head/sysutils/iocage-devel/Makefile Modified: head/sysutils/iocage-devel/Makefile ============================================================================== --- head/sysutils/iocage-devel/Makefile Mon Oct 21 06:41:24 2019 (r515085) +++ head/sysutils/iocage-devel/Makefile Mon Oct 21 07:13:23 2019 (r515086) @@ -2,8 +2,8 @@ PORTNAME= iocage-devel PORTVERSION= 1.0.0.20190810 +PORTREVISION= 3 PORTEPOCH= 1 -PORTREVISION= 1 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,17 +25,34 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py ${PYTHON_PKGNAMEPREFIX}libzfs>=1.0.2:devel/py-libzfs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}GitPython>=2.1.10:devel/py-gitpython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \ - git-lite>0:devel/git-lite +USES= python:3.6+ USE_GITHUB= yes GH_ACCOUNT= iocage GH_PROJECT= iocage GH_TAGNAME= c933509 -NO_ARCH= yes -USES= python:3.6+ USE_PYTHON= autoplist distutils CONFLICTS= py[0-9]*-iocage-[0-9]* +NO_ARCH= yes + +_IOCAGE_LIB_VERSION= 1.2rc0 +PLIST_FILES= ${PYTHON_SITELIBDIR}/${PORTNAME:S/-devel//g}_lib-${_IOCAGE_LIB_VERSION}-py${PYTHON_VER}.egg-info/PKG-INFO \ + ${PYTHON_SITELIBDIR}/${PORTNAME:S/-devel//g}_lib-${_IOCAGE_LIB_VERSION}-py${PYTHON_VER}.egg-info/SOURCES.txt \ + ${PYTHON_SITELIBDIR}/${PORTNAME:S/-devel//g}_lib-${_IOCAGE_LIB_VERSION}-py${PYTHON_VER}.egg-info/dependency_links.txt \ + ${PYTHON_SITELIBDIR}/${PORTNAME:S/-devel//g}_lib-${_IOCAGE_LIB_VERSION}-py${PYTHON_VER}.egg-info/entry_points.txt \ + ${PYTHON_SITELIBDIR}/${PORTNAME:S/-devel//g}_lib-${_IOCAGE_LIB_VERSION}-py${PYTHON_VER}.egg-info/requires.txt \ + ${PYTHON_SITELIBDIR}/${PORTNAME:S/-devel//g}_lib-${_IOCAGE_LIB_VERSION}-py${PYTHON_VER}.egg-info/top_level.txt + +OPTIONS_DEFAULT= GIT_LITE +OPTIONS_RADIO= GIT_PACKAGE +OPTIONS_RADIO_GIT_PACKAGE= GIT GIT_LITE + +GIT_DESC= depend on devel/git +GIT_LITE_DESC= depend on devel/git-lite (bare minimum git experience) + +GIT_RUN_DEPENDS=git:devel/git +GIT_LITE_RUN_DEPENDS=git:devel/git-lite .include