Index: head/databases/py-whisper/pkg-plist =================================================================== --- head/databases/py-whisper/pkg-plist (revision 438353) +++ head/databases/py-whisper/pkg-plist (nonexistent) @@ -1,14 +0,0 @@ -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 Property changes on: head/databases/py-whisper/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/py-whisper/files/patch-whisper.py =================================================================== --- head/databases/py-whisper/files/patch-whisper.py (revision 438353) +++ head/databases/py-whisper/files/patch-whisper.py (nonexistent) @@ -1,13 +0,0 @@ ---- 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 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/py-whisper/Makefile =================================================================== --- head/databases/py-whisper/Makefile (revision 438353) +++ head/databases/py-whisper/Makefile (revision 438354) @@ -1,20 +1,20 @@ # Created by: Steven Kreuzer # $FreeBSD$ PORTNAME= whisper -PORTVERSION= 0.9.15 +PORTVERSION= 1.0.0 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 +USE_PYTHON= distutils autoplist .include Index: head/databases/py-whisper/distinfo =================================================================== --- head/databases/py-whisper/distinfo (revision 438353) +++ head/databases/py-whisper/distinfo (revision 438354) @@ -1,2 +1,3 @@ -SHA256 (graphite-project-whisper-0.9.15_GH0.tar.gz) = 737706917215d63c311639cc87a0106c660b543faf620c418f52dd66dde20e07 -SIZE (graphite-project-whisper-0.9.15_GH0.tar.gz) = 21083 +TIMESTAMP = 1492002028 +SHA256 (graphite-project-whisper-1.0.0_GH0.tar.gz) = 8b995414932b0fe43b41e481220137335e1df4bd00bbbc74e263a35fb6334c55 +SIZE (graphite-project-whisper-1.0.0_GH0.tar.gz) = 35628