aboutsummaryrefslogtreecommitdiff
path: root/sysutils/spiped
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2014-08-28 08:44:38 +0000
committerColin Percival <cperciva@FreeBSD.org>2014-08-28 08:44:38 +0000
commit0e320051151b5e640058c30915f1233322f2464b (patch)
tree1701ec4e2496ae34e785d1bcf4725a57b9e3df06 /sysutils/spiped
parent4a253ca49a6278c39a0add0f3aeb808eb1f77923 (diff)
Notes
Diffstat (limited to 'sysutils/spiped')
-rw-r--r--sysutils/spiped/Makefile7
-rw-r--r--sysutils/spiped/distinfo4
2 files changed, 7 insertions, 4 deletions
diff --git a/sysutils/spiped/Makefile b/sysutils/spiped/Makefile
index d1b3f2e47b7b..70740340fb44 100644
--- a/sysutils/spiped/Makefile
+++ b/sysutils/spiped/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= spiped
-PORTVERSION= 1.3.1
-PORTREVISION= 1
+PORTVERSION= 1.4.0
CATEGORIES= sysutils security
MASTER_SITES= http://www.tarsnap.com/spiped/
EXTRACT_SUFX= .tgz
@@ -13,6 +12,10 @@ COMMENT= Daemon for creating secure symmetric pipes
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+# The spiped build only needs C99, but this will help to get us a compiler
+# which has support for AESNI on x86 systems
+USES= compiler:c11
+
# Install into ${STAGEDIR}${PREFIX}
MAKE_ARGS+= BINDIR=${STAGEDIR}${PREFIX}/bin
MAKE_ARGS+= MAN1DIR=${STAGEDIR}${PREFIX}/man/man1
diff --git a/sysutils/spiped/distinfo b/sysutils/spiped/distinfo
index e9da1edf0277..e10da5f6ad92 100644
--- a/sysutils/spiped/distinfo
+++ b/sysutils/spiped/distinfo
@@ -1,2 +1,2 @@
-SHA256 (spiped-1.3.1.tgz) = 8a58a983be460b88ed5a105201a0f0afacb83382208761837a62871dcca42fee
-SIZE (spiped-1.3.1.tgz) = 59362
+SHA256 (spiped-1.4.0.tgz) = d8fa13a36905337bec97e507e0689f7bbc9e5426b88d588f3ddd3d6c290dcf5f
+SIZE (spiped-1.4.0.tgz) = 66992