Date: Tue, 13 Oct 2020 11:30:50 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> 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 Message-ID: <202010131130.09DBUou8095133@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <yasu@utahime.org> 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 <bsd.port.mk> 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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010131130.09DBUou8095133>