Date: Fri, 2 May 2014 18:12:37 +0000 (UTC) From: Veniamin Gvozdikov <vg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352835 - head/devel/cityhash Message-ID: <201405021812.s42ICbOI081929@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vg Date: Fri May 2 18:12:36 2014 New Revision: 352835 URL: http://svnweb.freebsd.org/changeset/ports/352835 QAT: https://qat.redports.org/buildarchive/r352835/ Log: Up to 1.1.1: * Fix CityHash32() so platforms that disagree about whether 'char' is signed use the same mathematical function. For most people this changes nothing as most popular platforms agree with x86 about whether 'char' is signed. * No changes to any of the functions, unless you had been using CityHash32() despite "make check" reporting a failure on your platform. * Slightly modernize and improve configuration and portability. Submitted by: myself Modified: head/devel/cityhash/Makefile head/devel/cityhash/distinfo Modified: head/devel/cityhash/Makefile ============================================================================== --- head/devel/cityhash/Makefile Fri May 2 18:05:45 2014 (r352834) +++ head/devel/cityhash/Makefile Fri May 2 18:12:36 2014 (r352835) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cityhash -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE Modified: head/devel/cityhash/distinfo ============================================================================== --- head/devel/cityhash/distinfo Fri May 2 18:05:45 2014 (r352834) +++ head/devel/cityhash/distinfo Fri May 2 18:12:36 2014 (r352835) @@ -1,2 +1,2 @@ -SHA256 (cityhash-1.1.0.tar.gz) = 0d07c13c6caf7c798856efa76df7dd2a8d24539240449538316ba4c3bd084679 -SIZE (cityhash-1.1.0.tar.gz) = 355571 +SHA256 (cityhash-1.1.1.tar.gz) = 76a41e149f6de87156b9a9790c595ef7ad081c321f60780886b520aecb7e3db4 +SIZE (cityhash-1.1.1.tar.gz) = 376456
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405021812.s42ICbOI081929>