svn commit: r529084 - in head/net/cloud-init: . files
Kirill Ponomarev
krion at FreeBSD.org
Wed Mar 25 09:51:09 UTC 2020
Author: krion
Date: Wed Mar 25 09:40:51 2020
New Revision: 529084
URL: https://svnweb.freebsd.org/changeset/ports/529084
Log:
Update to 20.1
PR: 244057
Submitted by: Andrey Fesenko <andrey_at_bsdnir_dot_info>
Approved by: maintainer
Deleted:
head/net/cloud-init/files/
Modified:
head/net/cloud-init/Makefile
head/net/cloud-init/distinfo
head/net/cloud-init/pkg-descr
Modified: head/net/cloud-init/Makefile
==============================================================================
--- head/net/cloud-init/Makefile Wed Mar 25 09:32:14 2020 (r529083)
+++ head/net/cloud-init/Makefile Wed Mar 25 09:40:51 2020 (r529084)
@@ -1,12 +1,11 @@
# $FreeBSD$
PORTNAME= cloud-init
-PORTVERSION= 19.2
+PORTVERSION= 20.1
CATEGORIES= net python
-MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= zi at FreeBSD.org
+MAINTAINER= andrey at bsdnir.info
COMMENT= Init scripts for use on cloud images
LICENSE= GPLv3
@@ -30,6 +29,8 @@ RUN_DEPENDS= dmidecode>0:sysutils/dmidecode \
${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer@${PY_FLAVOR}
USES= python shebangfix
+USE_GITHUB= yes
+GH_ACCOUNT= canonical
SHEBANG_FILES= tools/validate-yaml.py tools/read-dependencies \
tools/read-version
Modified: head/net/cloud-init/distinfo
==============================================================================
--- head/net/cloud-init/distinfo Wed Mar 25 09:32:14 2020 (r529083)
+++ head/net/cloud-init/distinfo Wed Mar 25 09:40:51 2020 (r529084)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1565726929
-SHA256 (cloud-init-19.2.tar.gz) = f5ead1b3c782c159669f8f8779c45d16a986c7405425d75f915ec55301d83a07
-SIZE (cloud-init-19.2.tar.gz) = 1028832
+TIMESTAMP = 1584089583
+SHA256 (canonical-cloud-init-20.1_GH0.tar.gz) = ce03bb179ed79bdfd37e80c3b11aae2e79776e28d88898f428c8f2ab6a8272b5
+SIZE (canonical-cloud-init-20.1_GH0.tar.gz) = 1098224
Modified: head/net/cloud-init/pkg-descr
==============================================================================
--- head/net/cloud-init/pkg-descr Wed Mar 25 09:32:14 2020 (r529083)
+++ head/net/cloud-init/pkg-descr Wed Mar 25 09:40:51 2020 (r529084)
@@ -1,3 +1,6 @@
-Package provides configuration and customization of cloud instance.
+Cloud-init is the industry standard multi-distribution method for cross-platform
+cloud instance initialization. It is supported across all major public cloud
+providers, provisioning systems for private cloud infrastructure, and bare-metal
+installations.
-WWW: https://launchpad.net/cloud-init
+WWW: https://cloud-init.io/
More information about the svn-ports-all
mailing list