diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-08-06 17:40:08 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-08-06 17:40:08 +0000 |
commit | a5ea67b1b101f41d710638e494eeb58b808a3649 (patch) | |
tree | b6b5ad314756ad89296a3a4374334e550ffd3da6 /sysutils/b2sum | |
parent | 92c1523fe19c1bdde32a2cc8fa72c7d3d3639887 (diff) | |
download | ports-a5ea67b1b101f41d710638e494eeb58b808a3649.tar.gz ports-a5ea67b1b101f41d710638e494eeb58b808a3649.zip |
Notes
Diffstat (limited to 'sysutils/b2sum')
-rw-r--r-- | sysutils/b2sum/Makefile | 7 | ||||
-rw-r--r-- | sysutils/b2sum/distinfo | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/sysutils/b2sum/Makefile b/sysutils/b2sum/Makefile index 5233236430b4..8b38e54f3342 100644 --- a/sysutils/b2sum/Makefile +++ b/sysutils/b2sum/Makefile @@ -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 diff --git a/sysutils/b2sum/distinfo b/sysutils/b2sum/distinfo index 9d622b1d19b4..a7a6013a40f1 100644 --- a/sysutils/b2sum/distinfo +++ b/sysutils/b2sum/distinfo @@ -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 |