Index: Makefile =================================================================== --- Makefile (revision 525892) +++ Makefile (working copy) @@ -1,12 +1,11 @@ # $FreeBSD$ PORTNAME= cloud-init -PORTVERSION= 19.2 +PORTVERSION= 19.4 CATEGORIES= net python -MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= zi@FreeBSD.org +MAINTAINER= andrey@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 Index: distinfo =================================================================== --- distinfo (revision 525892) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565726929 -SHA256 (cloud-init-19.2.tar.gz) = f5ead1b3c782c159669f8f8779c45d16a986c7405425d75f915ec55301d83a07 -SIZE (cloud-init-19.2.tar.gz) = 1028832 +TIMESTAMP = 1579770822 +SHA256 (canonical-cloud-init-19.4_GH0.tar.gz) = 53b168fe139f6ed3c0912ddd9690c91432216acf7b6655db2636d0474fdad612 +SIZE (canonical-cloud-init-19.4_GH0.tar.gz) = 1102028 Index: pkg-descr =================================================================== --- pkg-descr (revision 525892) +++ pkg-descr (working copy) @@ -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/