Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2019 11:33:57 +0000 (UTC)
From:      Luca Pizzamiglio <pizzamig@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508821 - in head/sysutils/pot: . files
Message-ID:  <201908131133.x7DBXvs7061504@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pizzamig
Date: Tue Aug 13 11:33:56 2019
New Revision: 508821
URL: https://svnweb.freebsd.org/changeset/ports/508821

Log:
  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.

Modified:
  head/sysutils/pot/Makefile
  head/sysutils/pot/distinfo
  head/sysutils/pot/files/pkg-message.in
  head/sysutils/pot/pkg-plist

Modified: head/sysutils/pot/Makefile
==============================================================================
--- head/sysutils/pot/Makefile	Tue Aug 13 10:31:58 2019	(r508820)
+++ head/sysutils/pot/Makefile	Tue Aug 13 11:33:56 2019	(r508821)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pot
-PORTVERSION=	0.6.1
+PORTVERSION=	0.9.0
 CATEGORIES=	sysutils
 
 MAINTAINER=	pizzamig@FreeBSD.org
@@ -40,6 +40,8 @@ do-install:
 	${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:

Modified: head/sysutils/pot/distinfo
==============================================================================
--- head/sysutils/pot/distinfo	Tue Aug 13 10:31:58 2019	(r508820)
+++ head/sysutils/pot/distinfo	Tue Aug 13 11:33:56 2019	(r508821)
@@ -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

Modified: head/sysutils/pot/files/pkg-message.in
==============================================================================
--- head/sysutils/pot/files/pkg-message.in	Tue Aug 13 10:31:58 2019	(r508820)
+++ head/sysutils/pot/files/pkg-message.in	Tue Aug 13 11:33:56 2019	(r508821)
@@ -7,6 +7,7 @@ To upgrade from prevoius versions of pot (<0.6.0) to 0
 * 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

Modified: head/sysutils/pot/pkg-plist
==============================================================================
--- head/sysutils/pot/pkg-plist	Tue Aug 13 10:31:58 2019	(r508820)
+++ head/sysutils/pot/pkg-plist	Tue Aug 13 11:33:56 2019	(r508821)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908131133.x7DBXvs7061504>