svn commit: r407496 - in head/databases/py-whisper: . files

Steven Kreuzer skreuzer at FreeBSD.org
Fri Jan 29 21:13:49 UTC 2016


Author: skreuzer
Date: Fri Jan 29 21:13:47 2016
New Revision: 407496
URL: https://svnweb.freebsd.org/changeset/ports/407496

Log:
  Update to 0.9.15
  
  PR:		206531
  Submitted by:	Michael Zhilin <mizhka at gmail.com>

Added:
  head/databases/py-whisper/files/
  head/databases/py-whisper/files/patch-whisper.py   (contents, props changed)
Modified:
  head/databases/py-whisper/Makefile
  head/databases/py-whisper/distinfo
  head/databases/py-whisper/pkg-plist

Modified: head/databases/py-whisper/Makefile
==============================================================================
--- head/databases/py-whisper/Makefile	Fri Jan 29 21:01:18 2016	(r407495)
+++ head/databases/py-whisper/Makefile	Fri Jan 29 21:13:47 2016	(r407496)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	whisper
-PORTVERSION=	0.9.12
+PORTVERSION=	0.9.15
 CATEGORIES=	databases python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/databases/py-whisper/distinfo
==============================================================================
--- head/databases/py-whisper/distinfo	Fri Jan 29 21:01:18 2016	(r407495)
+++ head/databases/py-whisper/distinfo	Fri Jan 29 21:13:47 2016	(r407496)
@@ -1,2 +1,2 @@
-SHA256 (graphite-project-whisper-0.9.12_GH0.tar.gz) = 5012e595a980658885ceb010d9dcd0e4ac664c24de6206a6b2430d1d8f60a679
-SIZE (graphite-project-whisper-0.9.12_GH0.tar.gz) = 16655
+SHA256 (graphite-project-whisper-0.9.15_GH0.tar.gz) = 737706917215d63c311639cc87a0106c660b543faf620c418f52dd66dde20e07
+SIZE (graphite-project-whisper-0.9.15_GH0.tar.gz) = 21083

Added: head/databases/py-whisper/files/patch-whisper.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/py-whisper/files/patch-whisper.py	Fri Jan 29 21:13:47 2016	(r407496)
@@ -0,0 +1,13 @@
+--- whisper.py.orig	2016-01-18 10:45:34 UTC
++++ whisper.py
+@@ -48,6 +48,10 @@ if CAN_FALLOCATE: 
+   c_off64_t = ctypes.c_int64
+   c_off_t = ctypes.c_int
+ 
++  if os.uname()[0] == 'FreeBSD':
++    # offset type is 64-bit on FreeBSD 32-bit & 64-bit platforms to address files more than 2GB
++    c_off_t = ctypes.c_int64
++
+   try:
+     _fallocate = libc.posix_fallocate64
+     _fallocate.restype = ctypes.c_int

Modified: head/databases/py-whisper/pkg-plist
==============================================================================
--- head/databases/py-whisper/pkg-plist	Fri Jan 29 21:01:18 2016	(r407495)
+++ head/databases/py-whisper/pkg-plist	Fri Jan 29 21:13:47 2016	(r407496)
@@ -1,7 +1,9 @@
 bin/rrd2whisper.py
 bin/whisper-create.py
+bin/whisper-diff.py
 bin/whisper-dump.py
 bin/whisper-fetch.py
+bin/whisper-fill.py
 bin/whisper-info.py
 bin/whisper-merge.py
 bin/whisper-resize.py


More information about the svn-ports-head mailing list