FreeBSD Bugzilla – Attachment 208096 Details for
Bug 240959
sysutils/iocage[-devel]: add ability to choose git or git-lite via package options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
a patch to add ability to choose git providing package in options
git_package_choice.patch (text/plain), 1.39 KB, created by
burnerbox
on 2019-10-04 18:07:59 UTC
(
hide
)
Description:
a patch to add ability to choose git providing package in options
Filename:
MIME Type:
Creator:
burnerbox
Created:
2019-10-04 18:07:59 UTC
Size:
1.39 KB
patch
obsolete
>diff --git a/sysutils/iocage/Makefile b/sysutils/iocage/Makefile >index 3ec67305e536..3fba3d509371 100644 >--- a/sysutils/iocage/Makefile >+++ b/sysutils/iocage/Makefile >@@ -1,7 +1,7 @@ >-# $FreeBSD$ >+# $FreeBSD: head/sysutils/iocage/Makefile 513279 2019-09-30 02:50:48Z araujo $ > > PORTNAME= iocage >-PORTVERSION= 1.2 >+PORTVERSION= 1.3 > PORTREVISION= 2 > CATEGORIES= sysutils python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,6 +12,16 @@ COMMENT= FreeBSD jail manager written in Python3 > LICENSE= BSD2CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >+OPTIONS_RADIO= GIT_PACKAGE >+OPTIONS_RADIO_GIT_PACKAGE= GIT GIT_LITE >+OPTIONS_DEFAULT= GIT_LITE >+ >+GIT_RUN_DEPENDS=git:devel/git >+GIT_LITE_RUN_DEPENDS=git:devel/git-lite >+ >+GIT_DESC= depend on devel/git >+GIT_LITE_DESC= depend on devel/git-lite >+ > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py-pytest-runner@${PY_FLAVOR} > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py-click@${PY_FLAVOR} \ >@@ -24,7 +34,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}libzfs>=1.0.2:devel/py-libzfs@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}GitPython>0:devel/py-gitpython@${PY_FLAVOR} \ >- ${LOCALBASE}/bin/git:devel/git-lite \ > merge:devel/rcs57 > > USES= python:3.6+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
burnerbox:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 240959
:
207976
| 208096 |
208101