View | Details | Raw Unified | Return to bug 249135
Collapse All | Expand All

(-)Makefile (-5 / +5 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	cloud-init
3
PORTNAME=	cloud-init
4
PORTVERSION=	20.2
4
PORTVERSION=	20.3
5
PORTREVISION=	1
6
CATEGORIES=	net python
5
CATEGORIES=	net python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
7
Lines 9-16 Link Here
9
MAINTAINER=	andrey@bsdnir.info
8
MAINTAINER=	andrey@bsdnir.info
10
COMMENT=	Init scripts for use on cloud images
9
COMMENT=	Init scripts for use on cloud images
11
10
12
LICENSE=	GPLv3
11
LICENSE=	APACHE20 GPLv3
13
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_COMB=	dual
13
LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE-Apache2.0
14
LICENSE_FILE_GPLv3=	${WRKSRC}/LICENSE-GPLv3
14
15
15
ONLY_FOR_ARCHS=		amd64 i386
16
ONLY_FOR_ARCHS=		amd64 i386
16
ONLY_FOR_ARCHS_REASON=	currently depends on dmidecode which is x86-only
17
ONLY_FOR_ARCHS_REASON=	currently depends on dmidecode which is x86-only
Lines 46-52 Link Here
46
	@${RM} ${WRKSRC}/sysvinit/freebsd/*.orig
47
	@${RM} ${WRKSRC}/sysvinit/freebsd/*.orig
47
48
48
post-build:
49
post-build:
49
	(cd ${WRKSRC} && ${MV} sysvinit/freebsd/cloudconfig config/cloud.cfg)
50
	@cd ${WRKSRC} && ${MV} config/cloud.cfg.d/05_logging.cfg config/cloud.cfg.d/05_logging.cfg.sample
50
	@cd ${WRKSRC} && ${MV} config/cloud.cfg.d/05_logging.cfg config/cloud.cfg.d/05_logging.cfg.sample
51
51
52
.include <bsd.port.mk>
52
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1588362093
1
TIMESTAMP = 1599320213
2
SHA256 (canonical-cloud-init-20.2_GH0.tar.gz) = 6aac32eca3ce07e73defa4a9f5d7601ca39f2d46897e235d5b506dc25dbf4ecc
2
SHA256 (canonical-cloud-init-20.3_GH0.tar.gz) = a0ddf894895b0450e963dd56d49e6ed9565eedef105de78d79f13b97c7062a91
3
SIZE (canonical-cloud-init-20.2_GH0.tar.gz) = 1127844
3
SIZE (canonical-cloud-init-20.3_GH0.tar.gz) = 1179033

Return to bug 249135