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> |