1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

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
This commit is contained in:
Veniamin Gvozdikov 2014-05-02 18:12:36 +00:00
parent 459df51bd5
commit bf9affead2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352835
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cityhash
PORTVERSION= 1.1.0
PORTVERSION= 1.1.1
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE

View File

@ -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