From owner-svn-ports-all@FreeBSD.ORG Thu Aug 28 08:44:39 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C0B0EA6; Thu, 28 Aug 2014 08:44:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 279011388; Thu, 28 Aug 2014 08:44:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7S8idSg016268; Thu, 28 Aug 2014 08:44:39 GMT (envelope-from cperciva@FreeBSD.org) Received: (from cperciva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7S8ic6D016266; Thu, 28 Aug 2014 08:44:38 GMT (envelope-from cperciva@FreeBSD.org) Message-Id: <201408280844.s7S8ic6D016266@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cperciva set sender to cperciva@FreeBSD.org using -f From: Colin Percival Date: Thu, 28 Aug 2014 08:44:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366384 - head/sysutils/spiped X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 08:44:39 -0000 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