aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvg <vg@FreeBSD.org>2014-05-03 02:12:36 +0800
committervg <vg@FreeBSD.org>2014-05-03 02:12:36 +0800
commit85c2f6bbd42f76ea2b991e40551ce87975865b8b (patch)
treecd9b90cc144cd898e5683e5969e4adc115da7d21
parent41bb82ab950892ae145c4f670817b4de06aeeb95 (diff)
downloadfreebsd-ports-gnome-85c2f6bbd42f76ea2b991e40551ce87975865b8b.tar.gz
freebsd-ports-gnome-85c2f6bbd42f76ea2b991e40551ce87975865b8b.tar.zst
freebsd-ports-gnome-85c2f6bbd42f76ea2b991e40551ce87975865b8b.zip
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
-rw-r--r--devel/cityhash/Makefile2
-rw-r--r--devel/cityhash/distinfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/cityhash/Makefile b/devel/cityhash/Makefile
index 39c0eaef6d2f..a77b15b00cb2 100644
--- a/devel/cityhash/Makefile
+++ b/devel/cityhash/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cityhash
-PORTVERSION= 1.1.0
+PORTVERSION= 1.1.1
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
diff --git a/devel/cityhash/distinfo b/devel/cityhash/distinfo
index 097c405ef9b7..3dba56c20154 100644
--- a/devel/cityhash/distinfo
+++ b/devel/cityhash/distinfo
@@ -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