diff --git a/databases/py-whisper/Makefile b/databases/py-whisper/Makefile index c54161fe1ee..85f1d0b6891 100644 --- a/databases/py-whisper/Makefile +++ b/databases/py-whisper/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2015/04/02 14:21:13 jasper Exp $ +# $OpenBSD: Makefile,v 1.4 2015/09/20 20:49:24 benoit Exp $ COMMENT= fixed size round-robin style database -MODPY_EGG_VERSION= 0.9.10 +MODPY_EGG_VERSION= 0.9.13 DISTNAME= whisper-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} @@ -20,10 +20,12 @@ RUN_DEPENDS= net/rrdtool,-python BIN_FILES= rrd2whisper.py whisper-create.py whisper-dump.py \ whisper-fetch.py whisper-info.py whisper-merge.py \ whisper-resize.py whisper-set-aggregation-method.py \ - whisper-update.py + whisper-update.py whisper-fill.py .for b in ${BIN_FILES} MODPY_ADJ_FILES+= bin/$b .endfor +NO_TEST = Yes + .include diff --git a/databases/py-whisper/distinfo b/databases/py-whisper/distinfo index d75d3f36477..49f4c304026 100644 --- a/databases/py-whisper/distinfo +++ b/databases/py-whisper/distinfo @@ -1,2 +1,2 @@ -SHA256 (whisper-0.9.10.tar.gz) = VHYoU2bxr5LjqVxzixDY2US1i0kx8wGhmn+ElFOkT9M= -SIZE (whisper-0.9.10.tar.gz) = 10660 +SHA256 (whisper-0.9.13.tar.gz) = a6EGtycaaerXK2P23VGSqhgWy+w3bKpJG05jryjBcmI= +SIZE (whisper-0.9.13.tar.gz) = 14028 diff --git a/databases/py-whisper/pkg/PLIST b/databases/py-whisper/pkg/PLIST index 5d2c07c1daa..ab075cf3cb3 100644 --- a/databases/py-whisper/pkg/PLIST +++ b/databases/py-whisper/pkg/PLIST @@ -1,8 +1,9 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2012/10/09 13:26:54 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.2 2015/09/20 20:49:24 benoit Exp $ bin/rrd2whisper.py bin/whisper-create.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