Update to 0.9.11
PR: ports/181454 Submitted by: Steve Wills <swills@FreeBSD.org>
This commit is contained in:
parent
6b98326c8f
commit
6664a29651
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325167
2 changed files with 6 additions and 11 deletions
|
@ -1,21 +1,16 @@
|
|||
# New ports collection makefile for: py-whisper
|
||||
# Date created: 2011-06-20
|
||||
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
|
||||
#
|
||||
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= whisper
|
||||
PORTVERSION= 0.9.10
|
||||
PORTVERSION= 0.9.11
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP \
|
||||
https://github.com/downloads/graphite-project/${PORTNAME}/
|
||||
MASTER_SITES= https://github.com/graphite-project/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= skreuzer@FreeBSD.org
|
||||
COMMENT= Fixed-size database, similar in design to RRD
|
||||
|
||||
FETCH_ARGS= -pRr
|
||||
FETCH_ARGS= -o ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
USE_PYTHON= 2.5+
|
||||
USE_PYDISTUTILS= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (whisper-0.9.10.tar.gz) = 36b5fa917526224678da0a530a6f276d00074f0aa98acd6e2412c79521f9c4ff
|
||||
SIZE (whisper-0.9.10.tar.gz) = 10661
|
||||
SHA256 (whisper-0.9.11.tar.gz) = e0ca500da7f399e3ac7fdc68f200ed876f6db8911347ac914f81ec4ad369dbc0
|
||||
SIZE (whisper-0.9.11.tar.gz) = 16657
|
||||
|
|
Loading…
Reference in a new issue