Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2012 23:54:24 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303453 - head/sysutils/spiped
Message-ID:  <201208312354.q7VNsO3g015023@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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