From owner-svn-ports-head@freebsd.org Tue Oct 13 11:30:50 2020 Return-Path: Delivered-To: svn-ports-head@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 E377943E535; Tue, 13 Oct 2020 11:30:50 +0000 (UTC) (envelope-from garga@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4C9YJV5mm2z4b3j; Tue, 13 Oct 2020 11:30:50 +0000 (UTC) (envelope-from garga@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 A7D401CC15; Tue, 13 Oct 2020 11:30:50 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09DBUokk095137; Tue, 13 Oct 2020 11:30:50 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09DBUou8095133; Tue, 13 Oct 2020 11:30:50 GMT (envelope-from garga@FreeBSD.org) Message-Id: <202010131130.09DBUou8095133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Tue, 13 Oct 2020 11:30:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552231 - in head/sysutils: iocage iocage-devel X-SVN-Group: ports-head X-SVN-Commit-Author: garga X-SVN-Commit-Paths: in head/sysutils: iocage iocage-devel X-SVN-Commit-Revision: 552231 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2020 11:30:51 -0000 Author: garga Date: Tue Oct 13 11:30:50 2020 New Revision: 552231 URL: https://svnweb.freebsd.org/changeset/ports/552231 Log: Change dependencies of git-lite to git@lite PR: 250281 Submitted by: Yasuhiro KIMURA Modified: head/sysutils/iocage-devel/Makefile head/sysutils/iocage/Makefile Modified: head/sysutils/iocage-devel/Makefile ============================================================================== --- head/sysutils/iocage-devel/Makefile Tue Oct 13 11:29:24 2020 (r552230) +++ head/sysutils/iocage-devel/Makefile Tue Oct 13 11:30:50 2020 (r552231) @@ -50,9 +50,9 @@ 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_LITE_DESC= depend on lite flavor of devel/git (bare minimum git experience) GIT_RUN_DEPENDS=git:devel/git -GIT_LITE_RUN_DEPENDS=git:devel/git-lite +GIT_LITE_RUN_DEPENDS=git:devel/git@lite .include Modified: head/sysutils/iocage/Makefile ============================================================================== --- head/sysutils/iocage/Makefile Tue Oct 13 11:29:24 2020 (r552230) +++ head/sysutils/iocage/Makefile Tue Oct 13 11:30:50 2020 (r552231) @@ -50,9 +50,9 @@ 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_LITE_DESC= depend on lite flavor of devel/git (bare minimum git experience) GIT_RUN_DEPENDS=git:devel/git -GIT_LITE_RUN_DEPENDS=git:devel/git-lite +GIT_LITE_RUN_DEPENDS=git:devel/git@lite .include