Index: head/sysutils/pot/Makefile =================================================================== --- head/sysutils/pot/Makefile (revision 508820) +++ head/sysutils/pot/Makefile (revision 508821) @@ -1,48 +1,50 @@ # Created by: Luca Pizzamiglio # $FreeBSD$ PORTNAME= pot -PORTVERSION= 0.6.1 +PORTVERSION= 0.9.0 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org COMMENT= Container framework for FreeBSD LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= potnet:sysutils/potnet \ ${LOCALBASE}/share/freebsd/MANIFESTS/amd64-amd64-11.2-RELEASE:misc/freebsd-release-manifests USE_RC_SUBR= pot USE_GITHUB= yes GH_ACCOUNT= pizzamig NO_ARCH= yes NO_BUILD= yes OPTIONS_DEFINE= ZSH ZSH_DESC= Zsh Autocompletion support OPTIONS_DEFAULT= ZSH OPTIONS_SUB= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/pot \ ${STAGEDIR}${PREFIX}/bin/ ${MKDIR} ${STAGEDIR}${DATADIR} ( cd ${WRKSRC}/share/pot && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) ${MKDIR} ${STAGEDIR}${ETCDIR} ${MKDIR} ${STAGEDIR}${ETCDIR}/flavours ${INSTALL_DATA} ${WRKSRC}/etc/pot/pot.default.conf \ ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/etc/pot/pot.conf.sample \ ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/etc/pot/flavours/dns.sh \ + ${STAGEDIR}${ETCDIR}/flavours + ${INSTALL_DATA} ${WRKSRC}/etc/pot/flavours/slim.sh \ ${STAGEDIR}${ETCDIR}/flavours do-install-ZSH-on: ( cd ${WRKSRC}/share/zsh && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/zsh) .include Index: head/sysutils/pot/distinfo =================================================================== --- head/sysutils/pot/distinfo (revision 508820) +++ head/sysutils/pot/distinfo (revision 508821) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561467715 -SHA256 (pizzamig-pot-0.6.1_GH0.tar.gz) = 92c342012e2fc52e7762234ced1b6baf7a7a7144f2dbc5b2a2852c217cec4da6 -SIZE (pizzamig-pot-0.6.1_GH0.tar.gz) = 122747 +TIMESTAMP = 1565694596 +SHA256 (pizzamig-pot-0.9.0_GH0.tar.gz) = b54e7b2adab04e4bcada6fbcd6d3a5adc6ea2012ddf11c7a8f59354ec9f4e15c +SIZE (pizzamig-pot-0.9.0_GH0.tar.gz) = 130964 Index: head/sysutils/pot/files/pkg-message.in =================================================================== --- head/sysutils/pot/files/pkg-message.in (revision 508820) +++ head/sysutils/pot/files/pkg-message.in (revision 508821) @@ -1,12 +1,13 @@ Now, before to run 'pot init', it would be wise to edit the configuration file Do not edit pot.default.conf, but pot.conf instead. Configuration files are stored in %%ETCDIR%%/ To upgrade from prevoius versions of pot (<0.6.0) to 0.6.0+ the following steps are suggested: * stop all your pots * re-run `pot init` * if needed, restart pf +* if needed, use `pot update-config` on your pots The variable `pot_list` in the rc.conf file is deprecated. Use `pot set-attr` to enable the attribute start-at-boot to your pot Index: head/sysutils/pot/pkg-plist =================================================================== --- head/sysutils/pot/pkg-plist (revision 508820) +++ head/sysutils/pot/pkg-plist (revision 508821) @@ -1,43 +1,46 @@ bin/pot %%ETCDIR%%/flavours/dns.sh +%%ETCDIR%%/flavours/slim.sh @sample %%ETCDIR%%/pot.conf.sample %%ETCDIR%%/pot.default.conf %%DATADIR%%/add-dep.sh -%%DATADIR%%/add-file.sh -%%DATADIR%%/add-fscomp.sh %%DATADIR%%/clone-fscomp.sh %%DATADIR%%/clone.sh %%DATADIR%%/common.sh %%DATADIR%%/config.sh +%%DATADIR%%/copy-in.sh %%DATADIR%%/create-base.sh %%DATADIR%%/create-dns.sh %%DATADIR%%/create-fscomp.sh %%DATADIR%%/create.sh %%DATADIR%%/de-init.sh %%DATADIR%%/destroy.sh -%%DATADIR%%/execute.sh %%DATADIR%%/export.sh %%DATADIR%%/export-ports.sh %%DATADIR%%/get-attribute.sh +%%DATADIR%%/get-rss.sh %%DATADIR%%/help.sh %%DATADIR%%/import.sh %%DATADIR%%/info.sh %%DATADIR%%/init.sh %%DATADIR%%/list.sh -%%DATADIR%%/promote.sh +%%DATADIR%%/mount-in.sh +%%DATADIR%%/prepare.sh +%%DATADIR%%/prune.sh %%DATADIR%%/ps.sh %%DATADIR%%/purge-snapshots.sh %%DATADIR%%/rename.sh %%DATADIR%%/revert.sh %%DATADIR%%/set-attribute.sh %%DATADIR%%/set-cmd.sh %%DATADIR%%/set-rss.sh %%DATADIR%%/show.sh %%DATADIR%%/snapshot.sh %%DATADIR%%/start.sh %%DATADIR%%/stop.sh %%DATADIR%%/term.sh %%DATADIR%%/top.sh +%%DATADIR%%/update-config.sh %%DATADIR%%/version.sh %%DATADIR%%/vnet-start.sh %%ZSH%%share/zsh/site-functions/_pot