svn commit: r386737 - in head/security: . tmux-cssh

Baptiste Daroussin bapt at FreeBSD.org
Tue May 19 16:05:03 UTC 2015


On Tue, May 19, 2015 at 03:33:07AM +0000, Vanilla I. Shu wrote:
> Author: vanilla
> Date: Tue May 19 03:33:06 2015
> New Revision: 386737
> URL: https://svnweb.freebsd.org/changeset/ports/386737
> 
> Log:
>   Add tmux-cssh 20150518, clusterSSH features using tmux, but not X11.
>   
>   PR:		200313
>   Submitted by:	jrm at ftfl.ca
> 
> Added:
>   head/security/tmux-cssh/
>   head/security/tmux-cssh/Makefile   (contents, props changed)
>   head/security/tmux-cssh/distinfo   (contents, props changed)
>   head/security/tmux-cssh/pkg-descr   (contents, props changed)
> Modified:
>   head/security/Makefile
> 
> Modified: head/security/Makefile
> ==============================================================================
> --- head/security/Makefile	Tue May 19 02:50:54 2015	(r386736)
> +++ head/security/Makefile	Tue May 19 03:33:06 2015	(r386737)
> @@ -1024,6 +1024,7 @@
>      SUBDIR += tinc
>      SUBDIR += tinyca
>      SUBDIR += tlswrap
> +    SUBDIR += tmux-cssh
>      SUBDIR += tor
>      SUBDIR += tor-devel
>      SUBDIR += tpm-tools
> 
> Added: head/security/tmux-cssh/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/security/tmux-cssh/Makefile	Tue May 19 03:33:06 2015	(r386737)
> @@ -0,0 +1,29 @@
> +# $FreeBSD$
> +
> +PORTNAME=	tmux-cssh
> +PORTVERSION=	20150518
> +CATEGORIES=	security
> +
> +MAINTAINER=	jrm at ftfl.ca
> +COMMENT=	ClusterSSH features using tmux, but not X11
> +
> +LICENSE=	APACHE20
> +LICENSE_FILE=	${WRKSRC}/LICENSE.md
> +
> +RUN_DEPENDS=	${LOCALBASE}/bin/tmux:${PORTSDIR}/sysutils/tmux
The dependency is wrong it should be tmux:${PORTSDIR}/sysutils/tmux

Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150519/0d9e4a35/attachment.sig>


More information about the svn-ports-all mailing list