Commit graph

15 commits

Author SHA1 Message Date
Po-Chuan Hsieh
2a75ee9647
databases/py-rb: Update to 1.9.0
Changes:	https://github.com/getsentry/rb/releases
2021-05-12 05:47:05 +08:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Antoine Brodin
aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00
Sunpoet Po-Chuan Hsieh
92970ec231 Update to 1.8
Changes:	https://github.com/getsentry/rb/blob/master/CHANGES
2020-09-29 18:17:43 +00:00
Kai Knoblich
1135a91bbd databases/py-rb, devel/py-eventlib: Use py-redis2 instead py-redis
Change RUN_DEPENDS to devel/py-redis2 as preparation for the upcoming update
of databases/py-redis to 3.x as both ports aren't compatible with the newer
py-redis version.

PR:		237237
Approved by:	sunpoet (maintainer)
2019-09-30 09:42:50 +00:00
Sunpoet Po-Chuan Hsieh
bd5f28833c Update to 1.7
- Add NO_ARCH

Changes:	https://github.com/getsentry/rb/blob/master/CHANGES
2018-11-10 07:56:55 +00:00
Sunpoet Po-Chuan Hsieh
cc911d5687 Change MASTER_SITES to CHEESESHOP
- Take maintainership
2018-11-06 21:57:59 +00:00
Rene Ladan
fdfdc8f266 Return tj's ports to the pool after his commit bit got safekept. 2018-11-06 21:13:54 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Tom Judge
9e5af9cfdd Update to 1.6 2016-12-02 15:20:46 +00:00
Tom Judge
507047f018 Update to 1.5 2016-10-05 17:53:39 +00:00
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Tom Judge
f87e757f9c New port databases/py-rb 1.4
The fastest way to talk to many redis nodes. Can do routing as well as blindly
blasting commands to many nodes.

WWW: https://github.com/getsentry/rb
2016-04-01 03:06:38 +00:00