Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2018 08:46: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: r467756 - head/sysutils/pot
Message-ID:  <201804190846.w3J8kv70058134@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pizzamig
Date: Thu Apr 19 08:46:57 2018
New Revision: 467756
URL: https://svnweb.freebsd.org/changeset/ports/467756

Log:
  sysutils/pot: Update to 0.5.5
  
  General improvemnt in stability and ls/show/info commands.
  Added zsh autocompletion support

Modified:
  head/sysutils/pot/Makefile
  head/sysutils/pot/distinfo
  head/sysutils/pot/pkg-plist

Modified: head/sysutils/pot/Makefile
==============================================================================
--- head/sysutils/pot/Makefile	Thu Apr 19 08:34:12 2018	(r467755)
+++ head/sysutils/pot/Makefile	Thu Apr 19 08:46:57 2018	(r467756)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pot
-PORTVERSION=	0.5.0
-PORTREVISION=	1
+PORTVERSION=	0.5.5
 CATEGORIES=	sysutils
 
 MAINTAINER=	pizzamig@FreeBSD.org
@@ -18,6 +17,13 @@ NO_ARCH=	yes
 NO_BUILD=	yes
 USE_RC_SUBR=	pot
 
+OPTIONS_DEFINE=	ZSH
+
+ZSH_DESC=	Zsh Autocompletion support
+
+OPTIONS_DEFAULT=	ZSH
+OPTIONS_SUB=	yes
+
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/bin/pot \
 	    ${STAGEDIR}${PREFIX}/bin/
@@ -31,5 +37,8 @@ do-install:
 		${STAGEDIR}${ETCDIR}
 	${INSTALL_DATA} ${WRKSRC}/etc/pot/flavours/dns.sh \
 		${STAGEDIR}${ETCDIR}/flavours
+
+do-install-ZSH-on:
+	( cd ${WRKSRC}/share/zsh && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/zsh)
 
 .include <bsd.port.mk>

Modified: head/sysutils/pot/distinfo
==============================================================================
--- head/sysutils/pot/distinfo	Thu Apr 19 08:34:12 2018	(r467755)
+++ head/sysutils/pot/distinfo	Thu Apr 19 08:46:57 2018	(r467756)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1521218451
-SHA256 (pizzamig-pot-0.5.0_GH0.tar.gz) = 15546d00a9c559a74430acbd9d7d4fe462be0fe0751ac5cf0a7cd8f3559bff84
-SIZE (pizzamig-pot-0.5.0_GH0.tar.gz) = 92154
+TIMESTAMP = 1524083937
+SHA256 (pizzamig-pot-0.5.5_GH0.tar.gz) = 2352f605ad69d4b62b433a5c06bcfcb8906fc69510b5bebc319a9acd346e1950
+SIZE (pizzamig-pot-0.5.5_GH0.tar.gz) = 97944

Modified: head/sysutils/pot/pkg-plist
==============================================================================
--- head/sysutils/pot/pkg-plist	Thu Apr 19 08:34:12 2018	(r467755)
+++ head/sysutils/pot/pkg-plist	Thu Apr 19 08:46:57 2018	(r467756)
@@ -7,6 +7,7 @@ bin/pot
 %%DATADIR%%/clone-fscomp.sh
 %%DATADIR%%/clone.sh
 %%DATADIR%%/common.sh
+%%DATADIR%%/config.sh
 %%DATADIR%%/create-base.sh
 %%DATADIR%%/create-dns.sh
 %%DATADIR%%/create-fscomp.sh
@@ -18,6 +19,7 @@ bin/pot
 %%DATADIR%%/init.sh
 %%DATADIR%%/list.sh
 %%DATADIR%%/promote.sh
+%%DATADIR%%/ps.sh
 %%DATADIR%%/rename.sh
 %%DATADIR%%/revert.sh
 %%DATADIR%%/set-rss.sh
@@ -28,3 +30,4 @@ bin/pot
 %%DATADIR%%/term.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?201804190846.w3J8kv70058134>