From owner-svn-ports-head@freebsd.org Thu Aug 6 17:40:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F0F49B5040; Thu, 6 Aug 2015 17:40:09 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.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 8076919CA; Thu, 6 Aug 2015 17:40:09 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t76He9V4043867; Thu, 6 Aug 2015 17:40:09 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t76He8Iq043865; Thu, 6 Aug 2015 17:40:08 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201508061740.t76He8Iq043865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Thu, 6 Aug 2015 17:40:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393664 - head/sysutils/b2sum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2015 17:40:09 -0000 Author: robak Date: Thu Aug 6 17:40:08 2015 New Revision: 393664 URL: https://svnweb.freebsd.org/changeset/ports/393664 Log: sysutils/b2sum: update 0.0.20150529 -> 0.0.20150531 - Fix build on 9.x systems PR: 201981 Submitted by: Matthew Rezny (maintainer) Modified: head/sysutils/b2sum/Makefile head/sysutils/b2sum/distinfo Modified: head/sysutils/b2sum/Makefile ============================================================================== --- head/sysutils/b2sum/Makefile Thu Aug 6 16:14:42 2015 (r393663) +++ head/sysutils/b2sum/Makefile Thu Aug 6 17:40:08 2015 (r393664) @@ -2,7 +2,6 @@ PORTNAME= b2sum PORTVERSION= 0.0.d${B2VERSION} -PORTREVISION= 1 CATEGORIES= sysutils security MASTER_SITES= http://blake2.net/ DISTNAME= blake2_code_${B2VERSION}${EXTRACT_SUFFX} @@ -13,9 +12,7 @@ COMMENT= Fast secure hashing LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/../COPYING -BROKEN_FreeBSD_9_amd64= does not build - -B2VERSION= 20150529 +B2VERSION= 20150531 USES= zip USE_CSTD= c99 @@ -41,7 +38,7 @@ CFLAGS+= -march=native .endif .if (${PORT_OPTIONS:MSSE} && (${ARCH} == "i386" || ${ARCH} == "amd64")) -CFLAGS+= -I../sse +CFLAGS+= -I../sse -flax-vector-conversions .else CFLAGS+= -I../ref EXTRA_PATCHES= ${PATCHDIR}/use_ref.patch Modified: head/sysutils/b2sum/distinfo ============================================================================== --- head/sysutils/b2sum/distinfo Thu Aug 6 16:14:42 2015 (r393663) +++ head/sysutils/b2sum/distinfo Thu Aug 6 17:40:08 2015 (r393664) @@ -1,2 +1,2 @@ -SHA256 (blake2_code_20150529.zip) = 30a3140f7747fb67765bcf5f26c85c5e9ec8a168bb31faa2dee93f4cc0b5e813 -SIZE (blake2_code_20150529.zip) = 890257 +SHA256 (blake2_code_20150531.zip) = 37168711cddb349e7462bcc4874992a8e1c66de2318a20507b498be2d7c7d1e7 +SIZE (blake2_code_20150531.zip) = 461445