diff options
author | cperciva <cperciva@FreeBSD.org> | 2012-09-01 07:54:24 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2012-09-01 07:54:24 +0800 |
commit | ca8d5f30e687f7a76f245c8efd278a0ed1625747 (patch) | |
tree | 4d32d9ea32d196ea587e45b9cd614ff34e094712 /sysutils/spiped | |
parent | 99121782bcc61f9cd9e057927580a5c59aa9f363 (diff) | |
download | freebsd-ports-gnome-ca8d5f30e687f7a76f245c8efd278a0ed1625747.tar.gz freebsd-ports-gnome-ca8d5f30e687f7a76f245c8efd278a0ed1625747.tar.zst freebsd-ports-gnome-ca8d5f30e687f7a76f245c8efd278a0ed1625747.zip |
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.
Diffstat (limited to 'sysutils/spiped')
-rw-r--r-- | sysutils/spiped/Makefile | 9 | ||||
-rw-r--r-- | sysutils/spiped/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sysutils/spiped/Makefile b/sysutils/spiped/Makefile index ec88bf6eb79b..08dc5bd04646 100644 --- a/sysutils/spiped/Makefile +++ b/sysutils/spiped/Makefile @@ -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 symmetric pipes 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> diff --git a/sysutils/spiped/distinfo b/sysutils/spiped/distinfo index ab1b9fd8d621..591f5bfa838a 100644 --- a/sysutils/spiped/distinfo +++ b/sysutils/spiped/distinfo @@ -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 |