FreeBSD Bugzilla – Attachment 190727 Details for
Bug 225983
[patch] sysutils/py-salt update to 2017.7.3 and make AWS support optional
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch update salt and make AWS support optional
py-salt-2017.7.3.diff (text/plain), 2.29 KB, created by
Olli Hauer
on 2018-02-17 11:31:49 UTC
(
hide
)
Description:
patch update salt and make AWS support optional
Filename:
MIME Type:
Creator:
Olli Hauer
Created:
2018-02-17 11:31:49 UTC
Size:
2.29 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 462091) >+++ Makefile (working copy) >@@ -2,8 +2,8 @@ > # $FreeBSD$ > > PORTNAME= salt >-PORTVERSION= 2017.7.2 >-PORTREVISION= 1 >+PORTVERSION= 2017.7.3 >+PORTREVISION= 0 > CATEGORIES= sysutils python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,9 +16,6 @@ > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}MarkupSafe>0:textproc/py-MarkupSafe@${FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}boto>=2.32.1:devel/py-boto@${FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}botocore>0:devel/py-botocore@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}libcloud>=0.14.0:net/py-libcloud@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.3:devel/py-msgpack-python@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}progressbar>0:misc/py-progressbar@${FLAVOR} \ >@@ -58,9 +55,10 @@ > > SUB_FILES= pkg-message > >-OPTIONS_DEFINE= RAET TCP ZEROMQ >+OPTIONS_DEFINE= RAET TCP ZEROMQ AWS > OPTIONS_DEFAULT=ZEROMQ > >+AWS_DESC= Install dependencies required for Amazon Web Services > RAET_DESC= Install dependencies required for RAET transport > TCP_DESC= Install dependencies required for TCP transport > ZEROMQ_DESC= Install dependencies required for ZeroMQ transport >@@ -75,6 +73,11 @@ > ZEROMQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.2.0:net/py-pyzmq@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.6.1:security/py-pycrypto@${FLAVOR} > >+# AWS dependencies updated verry frequently >+AWS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}boto>=2.32.1:devel/py-boto@${FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}botocore>0:devel/py-botocore@${FLAVOR} >+ > .include <bsd.port.pre.mk> > > # Python 2.7-3.3 require enum34, unnecessary for Python 3.4+ >Index: distinfo >=================================================================== >--- distinfo (revision 462091) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1511447357 >-SHA256 (salt-2017.7.2.tar.gz) = ff3bc7de5abf01b8acbd144db5811b00867179b2353f5c6f7f19241e2eff2840 >-SIZE (salt-2017.7.2.tar.gz) = 11471191 >+TIMESTAMP = 1517501641 >+SHA256 (salt-2017.7.3.tar.gz) = 3d4e1aefe4fa1e53bf132e84961cf46cef3e5d654f4231a2f2e30e786ab7dc07 >+SIZE (salt-2017.7.3.tar.gz) = 36461646
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
Actions:
View
|
Diff
Attachments on
bug 225983
: 190727