Update to py-whisper-0.9.13.

This commit is contained in:
benoit 2015-09-20 20:49:24 +00:00
parent 993c74f9e5
commit 118297e641
3 changed files with 9 additions and 6 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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