svn commit: r552231 - in head/sysutils: iocage iocage-devel
Renato Botelho
garga at FreeBSD.org
Tue Oct 13 11:30:51 UTC 2020
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 at lite
PR: 250281
Submitted by: Yasuhiro KIMURA <yasu at 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 at 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 at lite
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list