FreeBSD Bugzilla – Attachment 133355 Details for
Bug 177811
maintainer update : sysutils/py-salt-cloud
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.96 KB, created by
Christer Edwards
on 2013-04-12 17:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Christer Edwards
Created:
2013-04-12 17:10:00 UTC
Size:
3.96 KB
patch
obsolete
>diff -ruN /usr/ports/sysutils/py-salt-cloud/Makefile py-salt-cloud-0.8.8/Makefile >--- /usr/ports/sysutils/py-salt-cloud/Makefile 2013-03-22 02:29:37.000000000 -0600 >+++ py-salt-cloud-0.8.8/Makefile 2013-04-12 09:51:07.000000000 -0600 >@@ -2,7 +2,7 @@ > # $FreeBSD: sysutils/py-salt-cloud/Makefile 314895 2013-03-22 08:29:37Z culot $ > > PORTNAME= salt-cloud >-PORTVERSION= 0.8.6 >+PORTVERSION= 0.8.8 > CATEGORIES= sysutils python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >diff -ruN /usr/ports/sysutils/py-salt-cloud/distinfo py-salt-cloud-0.8.8/distinfo >--- /usr/ports/sysutils/py-salt-cloud/distinfo 2013-03-22 02:29:37.000000000 -0600 >+++ py-salt-cloud-0.8.8/distinfo 2013-04-12 09:51:10.000000000 -0600 >@@ -1,2 +1,2 @@ >-SHA256 (salt-cloud-0.8.6.tar.gz) = daa9f5f2cdef8d66a590c29b4058790eebb45582f270d0da2e1eeb4e8757e671 >-SIZE (salt-cloud-0.8.6.tar.gz) = 109341 >+SHA256 (salt-cloud-0.8.8.tar.gz) = 6bfba7fb57615096aded226c275f9f34c45f5e244d550befddd0cb452e82e548 >+SIZE (salt-cloud-0.8.8.tar.gz) = 138219 >diff -ruN /usr/ports/sysutils/py-salt-cloud/files/patch-setup.py py-salt-cloud-0.8.8/files/patch-setup.py >--- /usr/ports/sysutils/py-salt-cloud/files/patch-setup.py 2013-03-22 02:29:37.000000000 -0600 >+++ py-salt-cloud-0.8.8/files/patch-setup.py 2013-04-12 09:54:22.000000000 -0600 >@@ -1,13 +1,13 @@ >---- setup.py 2013-03-13 11:37:54.772115975 -0600 >-+++ setup.py 2013-03-13 11:38:21.415251065 -0600 >-@@ -67,8 +67,8 @@ >+--- setup.py 2013-04-12 09:52:56.331750634 -0600 >++++ setup.py.new 2013-04-12 09:53:45.274752559 -0600 >+@@ -145,8 +145,8 @@ > package_data={ > 'saltcloud': ['deploy/*.sh'], >- }, >+ }, > - data_files=[('share/man/man1', ['doc/man/salt-cloud.1']), > - ('share/man/man7', ['doc/man/salt-cloud.7']) > + data_files=[('man/man1', ['doc/man/salt-cloud.1']), > + ('man/man7', ['doc/man/salt-cloud.7']) > ], > scripts=['scripts/salt-cloud'], >- **setup_kwargs >+ cmdclass={ >diff -ruN /usr/ports/sysutils/py-salt-cloud/pkg-plist py-salt-cloud-0.8.8/pkg-plist >--- /usr/ports/sysutils/py-salt-cloud/pkg-plist 2013-03-22 02:29:37.000000000 -0600 >+++ py-salt-cloud-0.8.8/pkg-plist 2013-04-12 09:58:17.000000000 -0600 >@@ -14,6 +14,9 @@ > %%PYTHON_SITELIBDIR%%/saltcloud/clouds/botocore_aws.py > %%PYTHON_SITELIBDIR%%/saltcloud/clouds/botocore_aws.pyc > %%PYTHON_SITELIBDIR%%/saltcloud/clouds/botocore_aws.pyo >+%%PYTHON_SITELIBDIR%%/saltcloud/clouds/digital_ocean.py >+%%PYTHON_SITELIBDIR%%/saltcloud/clouds/digital_ocean.pyc >+%%PYTHON_SITELIBDIR%%/saltcloud/clouds/digital_ocean.pyo > %%PYTHON_SITELIBDIR%%/saltcloud/clouds/libcloud_aws.py > %%PYTHON_SITELIBDIR%%/saltcloud/clouds/libcloud_aws.pyc > %%PYTHON_SITELIBDIR%%/saltcloud/clouds/libcloud_aws.pyo >@@ -35,9 +38,15 @@ > %%PYTHON_SITELIBDIR%%/saltcloud/clouds/openstack.py > %%PYTHON_SITELIBDIR%%/saltcloud/clouds/openstack.pyc > %%PYTHON_SITELIBDIR%%/saltcloud/clouds/openstack.pyo >+%%PYTHON_SITELIBDIR%%/saltcloud/clouds/parallels.py >+%%PYTHON_SITELIBDIR%%/saltcloud/clouds/parallels.pyc >+%%PYTHON_SITELIBDIR%%/saltcloud/clouds/parallels.pyo > %%PYTHON_SITELIBDIR%%/saltcloud/clouds/rackspace.py > %%PYTHON_SITELIBDIR%%/saltcloud/clouds/rackspace.pyc > %%PYTHON_SITELIBDIR%%/saltcloud/clouds/rackspace.pyo >+%%PYTHON_SITELIBDIR%%/saltcloud/clouds/saltify.py >+%%PYTHON_SITELIBDIR%%/saltcloud/clouds/saltify.pyc >+%%PYTHON_SITELIBDIR%%/saltcloud/clouds/saltify.pyo > %%PYTHON_SITELIBDIR%%/saltcloud/config.py > %%PYTHON_SITELIBDIR%%/saltcloud/config.pyc > %%PYTHON_SITELIBDIR%%/saltcloud/config.pyo >@@ -63,6 +72,9 @@ > %%PYTHON_SITELIBDIR%%/saltcloud/deploy/Ubuntu.sh > %%PYTHON_SITELIBDIR%%/saltcloud/deploy/wget-bootstrap-nocert.sh > %%PYTHON_SITELIBDIR%%/saltcloud/deploy/wget-bootstrap.sh >+%%PYTHON_SITELIBDIR%%/saltcloud/exceptions.py >+%%PYTHON_SITELIBDIR%%/saltcloud/exceptions.pyc >+%%PYTHON_SITELIBDIR%%/saltcloud/exceptions.pyo > %%PYTHON_SITELIBDIR%%/saltcloud/libcloudfuncs.py > %%PYTHON_SITELIBDIR%%/saltcloud/libcloudfuncs.pyc > %%PYTHON_SITELIBDIR%%/saltcloud/libcloudfuncs.pyo
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 177811
: 133355