Index: head/databases/py-whisper/Makefile =================================================================== --- head/databases/py-whisper/Makefile (revision 407495) +++ head/databases/py-whisper/Makefile (revision 407496) @@ -1,20 +1,20 @@ # Created by: Steven Kreuzer # $FreeBSD$ PORTNAME= whisper -PORTVERSION= 0.9.12 +PORTVERSION= 0.9.15 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= skreuzer@FreeBSD.org COMMENT= Fixed-size database, similar in design to RRD LICENSE= APACHE20 USE_GITHUB= yes GH_ACCOUNT= graphite-project USES= python USE_PYTHON= distutils .include Index: head/databases/py-whisper/distinfo =================================================================== --- head/databases/py-whisper/distinfo (revision 407495) +++ head/databases/py-whisper/distinfo (revision 407496) @@ -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 Index: head/databases/py-whisper/files/patch-whisper.py =================================================================== --- head/databases/py-whisper/files/patch-whisper.py (nonexistent) +++ head/databases/py-whisper/files/patch-whisper.py (revision 407496) @@ -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 Property changes on: head/databases/py-whisper/files/patch-whisper.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/py-whisper/pkg-plist =================================================================== --- head/databases/py-whisper/pkg-plist (revision 407495) +++ head/databases/py-whisper/pkg-plist (revision 407496) @@ -1,12 +1,14 @@ 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 bin/whisper-set-aggregation-method.py bin/whisper-update.py %%PYTHON_SITELIBDIR%%/whisper.py %%PYTHON_SITELIBDIR%%/whisper.pyc %%PYTHON_SITELIBDIR%%/whisper.pyo