diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pot/Makefile | 4 | ||||
-rw-r--r-- | sysutils/pot/distinfo | 6 | ||||
-rw-r--r-- | sysutils/pot/files/pkg-message.in | 1 | ||||
-rw-r--r-- | sysutils/pot/pkg-plist | 11 |
4 files changed, 14 insertions, 8 deletions
diff --git a/sysutils/pot/Makefile b/sysutils/pot/Makefile index e4aeb6bbdb30..926781ac4a04 100644 --- a/sysutils/pot/Makefile +++ b/sysutils/pot/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pot -PORTVERSION= 0.6.1 +PORTVERSION= 0.9.0 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org @@ -41,6 +41,8 @@ do-install: ${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) diff --git a/sysutils/pot/distinfo b/sysutils/pot/distinfo index fddf7569b8fe..f5a0890e1bbb 100644 --- a/sysutils/pot/distinfo +++ b/sysutils/pot/distinfo @@ -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 diff --git a/sysutils/pot/files/pkg-message.in b/sysutils/pot/files/pkg-message.in index 49081e58490e..91c26ae2f09f 100644 --- a/sysutils/pot/files/pkg-message.in +++ b/sysutils/pot/files/pkg-message.in @@ -7,6 +7,7 @@ To upgrade from prevoius versions of pot (<0.6.0) to 0.6.0+ the following steps * 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 diff --git a/sysutils/pot/pkg-plist b/sysutils/pot/pkg-plist index 90b4058c1dae..065cdda3c314 100644 --- a/sysutils/pot/pkg-plist +++ b/sysutils/pot/pkg-plist @@ -1,30 +1,32 @@ 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 @@ -38,6 +40,7 @@ bin/pot %%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 |