Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2020 09:40:51 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529084 - in head/net/cloud-init: . files
Message-ID:  <202003250940.02P9eps0056759@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003250940.02P9eps0056759>