svn commit: r366384 - head/sysutils/spiped
Colin Percival
cperciva at FreeBSD.org
Thu Aug 28 08:44:39 UTC 2014
Author: cperciva
Date: Thu Aug 28 08:44:38 2014
New Revision: 366384
URL: http://svnweb.freebsd.org/changeset/ports/366384
QAT: https://qat.redports.org/buildarchive/r366384/
Log:
Update to spiped 1.4.0. Ask for a C11 compiler, despite only needing a C99
compiler, in an attempt to make sure that on x86 systems we have a compiler
with support for AESNI.
Modified:
head/sysutils/spiped/Makefile
head/sysutils/spiped/distinfo
Modified: head/sysutils/spiped/Makefile
==============================================================================
--- head/sysutils/spiped/Makefile Thu Aug 28 08:07:11 2014 (r366383)
+++ head/sysutils/spiped/Makefile Thu Aug 28 08:44:38 2014 (r366384)
@@ -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 symm
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
Modified: head/sysutils/spiped/distinfo
==============================================================================
--- head/sysutils/spiped/distinfo Thu Aug 28 08:07:11 2014 (r366383)
+++ head/sysutils/spiped/distinfo Thu Aug 28 08:44:38 2014 (r366384)
@@ -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
More information about the svn-ports-all
mailing list