cloudsetup 1.2 is now in ports, no need to override anymore

This commit is contained in:
Jørn Åne de Jong 2022-06-11 22:00:10 +02:00 committed by Nico Schottelius
parent ac6a724d04
commit 9266f02268
1 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@ IMAGE_SIZE=10G
# Comment out to simply use latest version
# Hash checking is disabled when specifying this
CLOUDSETUP_VERSION=1.2
#CLOUDSETUP_VERSION=1.2
DIST_BASE="https://download.freebsd.org/ftp/releases/$ARCH/$RELEASE"
ZPOOL=zroot
@ -71,7 +71,6 @@ fi
if [ -n "$CLOUDSETUP_VERSION" ]
then
sed -i .bak -e '/^PORTVERSION=/ s/[0-9]*\.[0-9]*/'"$CLOUDSETUP_VERSION/" /usr/ports/sysutils/firstboot-cloudsetup/Makefile
echo '%%DATADIR%%/userconf-getent.sh' >> /usr/ports/sysutils/firstboot-cloudsetup/pkg-plist
make -C /usr/ports/sysutils/firstboot-cloudsetup makesum
fi
make -C /usr/ports/sysutils/firstboot-cloudsetup clean package