Update to 1.7

- Add NO_ARCH

Changes:	https://github.com/getsentry/rb/blob/master/CHANGES
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-11-10 07:56:55 +00:00
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

View file

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

View file

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

View file

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