aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorskreuzer <skreuzer@FreeBSD.org>2017-04-12 21:07:03 +0800
committerskreuzer <skreuzer@FreeBSD.org>2017-04-12 21:07:03 +0800
commitc6feea1fbb47a2eee0b56b8b5d32c7f981dc907d (patch)
treef1f3188413708af79a7a992ddba1edf290ec3a62 /databases
parent4c953095fac2b1ddc567302dadfd17c490fa4b4f (diff)
downloadfreebsd-ports-gnome-c6feea1fbb47a2eee0b56b8b5d32c7f981dc907d.tar.gz
freebsd-ports-gnome-c6feea1fbb47a2eee0b56b8b5d32c7f981dc907d.tar.zst
freebsd-ports-gnome-c6feea1fbb47a2eee0b56b8b5d32c7f981dc907d.zip
Update to version 1.0.0
Diffstat (limited to 'databases')
-rw-r--r--databases/py-whisper/Makefile4
-rw-r--r--databases/py-whisper/distinfo5
-rw-r--r--databases/py-whisper/files/patch-whisper.py13
-rw-r--r--databases/py-whisper/pkg-plist14
4 files changed, 5 insertions, 31 deletions
diff --git a/databases/py-whisper/Makefile b/databases/py-whisper/Makefile
index 28b8413b1e73..b811eaf8fc17 100644
--- a/databases/py-whisper/Makefile
+++ b/databases/py-whisper/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= whisper
-PORTVERSION= 0.9.15
+PORTVERSION= 1.0.0
CATEGORIES= databases python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +15,6 @@ USE_GITHUB= yes
GH_ACCOUNT= graphite-project
USES= python
-USE_PYTHON= distutils
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
diff --git a/databases/py-whisper/distinfo b/databases/py-whisper/distinfo
index 0cccd0bee95b..26c2667f0fab 100644
--- a/databases/py-whisper/distinfo
+++ b/databases/py-whisper/distinfo
@@ -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
diff --git a/databases/py-whisper/files/patch-whisper.py b/databases/py-whisper/files/patch-whisper.py
deleted file mode 100644
index 27b2dc3a74d3..000000000000
--- a/databases/py-whisper/files/patch-whisper.py
+++ /dev/null
@@ -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
diff --git a/databases/py-whisper/pkg-plist b/databases/py-whisper/pkg-plist
deleted file mode 100644
index ab63cbba5283..000000000000
--- a/databases/py-whisper/pkg-plist
+++ /dev/null
@@ -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