mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 1.7
- Add NO_ARCH Changes: https://github.com/getsentry/rb/blob/master/CHANGES
This commit is contained in:
parent
2eb8389e6c
commit
bd5f28833c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484575
3 changed files with 10 additions and 8 deletions
|
@ -2,19 +2,21 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rb
|
||||
PORTVERSION= 1.6
|
||||
PORTVERSION= 1.7
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Rb - the redis blaster
|
||||
COMMENT= Redis blaster
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=2.6:databases/py-redis@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1541540756
|
||||
SHA256 (rb-1.6.tar.gz) = a4fc394a578b0bf5d68b84e9722b43f9e88ea1f7262f06e82e68a3e4a53914db
|
||||
SIZE (rb-1.6.tar.gz) = 18958
|
||||
TIMESTAMP = 1541615419
|
||||
SHA256 (rb-1.7.tar.gz) = 2911acac65fdd5aad0b97d3d2c8999ec859214f62bb6d5a220e0aa96828a58ea
|
||||
SIZE (rb-1.7.tar.gz) = 18963
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
The fastest way to talk to many redis nodes. Can do routing as well as blindly
|
||||
blasting commands to many nodes.
|
||||
Rb is the fastest way to talk to many redis nodes. It can do routing as well as
|
||||
blindly blasting commands to many nodes.
|
||||
|
||||
WWW: https://github.com/getsentry/rb
|
||||
|
|
Loading…
Add table
Reference in a new issue