Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2014 08:44:38 +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: r366384 - head/sysutils/spiped
Message-ID:  <201408280844.s7S8ic6D016266@svn.freebsd.org>

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



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