diff options
author | pizzamig <pizzamig@FreeBSD.org> | 2019-08-13 19:33:56 +0800 |
---|---|---|
committer | pizzamig <pizzamig@FreeBSD.org> | 2019-08-13 19:33:56 +0800 |
commit | 01e2c9a74ccd2cb71e8ff91f208fe6b704f3a294 (patch) | |
tree | 25e4c2e175a26c6ba2f04f970cdf4795c3e43143 | |
parent | a831d2894945274ba7bff86f85b919d8998bebde (diff) | |
download | freebsd-ports-gnome-01e2c9a74ccd2cb71e8ff91f208fe6b704f3a294.tar.gz freebsd-ports-gnome-01e2c9a74ccd2cb71e8ff91f208fe6b704f3a294.tar.zst freebsd-ports-gnome-01e2c9a74ccd2cb71e8ff91f208fe6b704f3a294.zip |
sysuilts/pot: Update to 0.9.0
Many changes, from 0.6.1 to 0.9.0
A lot of work to make pot more friendly and to be used with nomad.
Changes: https://github.com/pizzamig/pot/releases
Sponsored by: trivago N.V.
-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 |