Index: head/net/cloud-init/Makefile =================================================================== --- head/net/cloud-init/Makefile (revision 457767) +++ head/net/cloud-init/Makefile (revision 457768) @@ -1,45 +1,49 @@ # $FreeBSD$ PORTNAME= cloud-init PORTVERSION= 0.7.6 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= bertjw@regeer.org +MAINTAINER= ports@FreeBSD.org COMMENT= Init scripts for use on cloud images LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= dmidecode>0:sysutils/dmidecode \ sudo>0:security/sudo \ gpart>0:sysutils/gpart \ ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prettytable>0:devel/py-prettytable@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oauth>0:net/py-oauth@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonpatch>0:devel/py-jsonpatch@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer@${FLAVOR} ETCDIR= ${PREFIX}/etc/cloud USES= python:2.7 shebangfix SHEBANG_FILES= tools/validate-yaml.py tools/read-dependencies \ tools/read-version tools/hacking.py USE_PYTHON= autoplist distutils PYDISTUTILS_INSTALLARGS+= "--init-system=sysvinit_freebsd" ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= currently depends on dmidecode which is x86-only + +post-patch: + @${RM} ${WRKSRC}/sysvinit/freebsd/cloudinit.orig post-build: @cd ${WRKSRC} && ${MV} config/cloud.cfg-freebsd config/cloud.cfg .include Index: head/net/cloud-init/files/patch-sysvinit_freebsd_cloudinit =================================================================== --- head/net/cloud-init/files/patch-sysvinit_freebsd_cloudinit (nonexistent) +++ head/net/cloud-init/files/patch-sysvinit_freebsd_cloudinit (revision 457768) @@ -0,0 +1,11 @@ +--- sysvinit/freebsd/cloudinit.orig 2018-01-01 11:58:33 UTC ++++ sysvinit/freebsd/cloudinit +@@ -1,7 +1,7 @@ + #!/bin/sh + + # PROVIDE: cloudinit +-# REQUIRE: FILESYSTEMS NETWORKING cloudinitlocal ++# REQUIRE: FILESYSTEMS NETWORKING cloudinitlocal ldconfig + # BEFORE: cloudconfig cloudfinal + + . /etc/rc.subr Property changes on: head/net/cloud-init/files/patch-sysvinit_freebsd_cloudinit ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property