From owner-svn-ports-head@FreeBSD.ORG Fri Aug 31 23:54:25 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01323106566C; Fri, 31 Aug 2012 23:54:25 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E08CA8FC0C; Fri, 31 Aug 2012 23:54:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7VNsOWX015026; Fri, 31 Aug 2012 23:54:24 GMT (envelope-from cperciva@svn.freebsd.org) Received: (from cperciva@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7VNsO3g015023; Fri, 31 Aug 2012 23:54:24 GMT (envelope-from cperciva@svn.freebsd.org) Message-Id: <201208312354.q7VNsO3g015023@svn.freebsd.org> From: Colin Percival Date: Fri, 31 Aug 2012 23:54:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303453 - head/sysutils/spiped X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 31 Aug 2012 23:54:25 -0000 Author: cperciva Date: Fri Aug 31 23:54:24 2012 New Revision: 303453 URL: http://svn.freebsd.org/changeset/ports/303453 Log: Update to spiped-1.2.1. The only major change is the addition of the spipe(1) utility which acts as a client for the spiped protocol, suitable for use as an ssh ProxyCommand. Modified: head/sysutils/spiped/Makefile head/sysutils/spiped/distinfo Modified: head/sysutils/spiped/Makefile ============================================================================== --- head/sysutils/spiped/Makefile Fri Aug 31 23:09:03 2012 (r303452) +++ head/sysutils/spiped/Makefile Fri Aug 31 23:54:24 2012 (r303453) @@ -6,8 +6,7 @@ # PORTNAME= spiped -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.2.1 CATEGORIES= sysutils security MASTER_SITES= http://www.tarsnap.com/spiped/ EXTRACT_SUFX= .tgz @@ -18,8 +17,9 @@ COMMENT= Daemon for creating secure symm LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYRIGHT -PLIST_FILES= bin/spiped +PLIST_FILES= bin/spiped bin/spipe PORTDOCS= BUILDING CHANGELOG COPYRIGHT README STYLE +READMES= spiped spipe USE_RC_SUBR= spiped @@ -27,6 +27,9 @@ post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_MAN} ${PORTDOCS} ${DOCSDIR}) +.for README in ${READMES} + ${INSTALL_MAN} ${WRKSRC}/${README}/README ${DOCSDIR}/README-${README} +.endfor .endif .include Modified: head/sysutils/spiped/distinfo ============================================================================== --- head/sysutils/spiped/distinfo Fri Aug 31 23:09:03 2012 (r303452) +++ head/sysutils/spiped/distinfo Fri Aug 31 23:54:24 2012 (r303453) @@ -1,2 +1,2 @@ -SHA256 (spiped-1.1.0.tgz) = b727b902310d217d56c07d503c4175c65387ff07c9cd50a24584903faf9f3dc3 -SIZE (spiped-1.1.0.tgz) = 47204 +SHA256 (spiped-1.2.1.tgz) = 4e2e532b2a7df8e9a771c27a1bc2889f0d834e986d4f4a02a2a12174560ea44b +SIZE (spiped-1.2.1.tgz) = 50818