From owner-svn-ports-head@FreeBSD.ORG Tue May 19 16:05:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C03B495E; Tue, 19 May 2015 16:05:02 +0000 (UTC) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 649AF110D; Tue, 19 May 2015 16:05:02 +0000 (UTC) Received: by wgjc11 with SMTP id c11so23586998wgj.0; Tue, 19 May 2015 09:05:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=SUNaE3oNW6btVbjaSj3uudJLsYVnQe2HW9+bClbm7w8=; b=ySra+ZNaR3x0BHtdrYNFjvpjiiROwq6xLAF7qHejB9st02pLOt9F+ti4EhcxYKzedk GfjLzRCkc6qidQrXTzuq9BkejxauMwGZUhqgQo1oBn/KD0xQmasywgK6dbIqSwPYhrCI hpXqRLHD7FnVcwnoGwT/HJLOR4wqZje2OZrIHUdzPRJ+x2sO4m5efsBzHh5LwfHswxzy vuwqlk7p65BbJm41BD8PRTzLtepgy8u3B3Y9mXoNTwQl8Z/akSo2i7gtoAFvPGXV/K22 PT34aaIO9WAtI6Qm7Y/Y6w2kBvosxgZk0ZCpAVkiKsZ2CsdGsuSTI4dXgfoTxs1uzNA1 10tA== X-Received: by 10.194.172.72 with SMTP id ba8mr56171745wjc.136.1432051500763; Tue, 19 May 2015 09:05:00 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id z12sm22432114wjw.39.2015.05.19.09.04.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 May 2015 09:04:59 -0700 (PDT) Sender: Baptiste Daroussin Date: Tue, 19 May 2015 18:04:58 +0200 From: Baptiste Daroussin To: "Vanilla I. Shu" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r386737 - in head/security: . tmux-cssh Message-ID: <20150519160457.GD52236@ivaldir.etoilebsd.net> References: <201505190333.t4J3X7BS037914@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BRE3mIcgqKzpedwo" Content-Disposition: inline In-Reply-To: <201505190333.t4J3X7BS037914@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2015 16:05:03 -0000 --BRE3mIcgqKzpedwo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 >=20 > Log: > Add tmux-cssh 20150518, clusterSSH features using tmux, but not X11. > =20 > PR: 200313 > Submitted by: jrm@ftfl.ca >=20 > 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 >=20 > Modified: head/security/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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 +=3D tinc > SUBDIR +=3D tinyca > SUBDIR +=3D tlswrap > + SUBDIR +=3D tmux-cssh > SUBDIR +=3D tor > SUBDIR +=3D tor-devel > SUBDIR +=3D tpm-tools >=20 > Added: head/security/tmux-cssh/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /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=3D tmux-cssh > +PORTVERSION=3D 20150518 > +CATEGORIES=3D security > + > +MAINTAINER=3D jrm@ftfl.ca > +COMMENT=3D ClusterSSH features using tmux, but not X11 > + > +LICENSE=3D APACHE20 > +LICENSE_FILE=3D ${WRKSRC}/LICENSE.md > + > +RUN_DEPENDS=3D ${LOCALBASE}/bin/tmux:${PORTSDIR}/sysutils/tmux The dependency is wrong it should be tmux:${PORTSDIR}/sysutils/tmux Best regards, Bapt --BRE3mIcgqKzpedwo Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlVbXykACgkQ8kTtMUmk6Ez10wCgtMCyMPCOoYhpOWH8j8dCKrdZ t3cAoK712lP8NITooUjdMC9knvYxwXLD =AMnY -----END PGP SIGNATURE----- --BRE3mIcgqKzpedwo--