aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2012-08-31 23:54:24 +0000
committerColin Percival <cperciva@FreeBSD.org>2012-08-31 23:54:24 +0000
commitdff333431dacbebfdc2a9ca8c69abfb6b8016044 (patch)
tree4d32d9ea32d196ea587e45b9cd614ff34e094712 /sysutils
parentf44c7e383e41c2c00f54da5ce823b719d13f9523 (diff)
downloadports-dff333431dacbebfdc2a9ca8c69abfb6b8016044.tar.gz
ports-dff333431dacbebfdc2a9ca8c69abfb6b8016044.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/spiped/Makefile9
-rw-r--r--sysutils/spiped/distinfo4
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