notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-dj22-django-redis Full featured Redis cache/session backend for Django
4.11.0 www Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.11.0Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Obsolete, please use www/py-django-redis instead
Expired This port expired on: 2020-06-30
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-12-28 06:55:36
Last Update: 2020-06-30 10:32:54
SVN Revision: 540890
Also Listed In: databases
License: BSD3CLAUSE
WWW:
https://github.com/niwinz/django-redis
Description:
Django-redis is a BSD Licensed, full featured Redis cache/session backend for Django. Why use django-redis? * Modular client system (pluggable clients). * Master-Slave support in the default client. * Used in production in several projects as cache and session storage. * Supports infinite timeouts. * Python 3 support in same code base. * Facilities for raw access to Redis client/connection pool. * Highly configurable (can emulate memcached exception behavior, for example). * Unix sockets supported by default. * Pluggable parsers. WWW: https://github.com/niwinz/django-redis
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}dj22-django-redis>0:www/py-dj22-django-redis@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py37-dj22-django-redis
Package flavors (<flavor>: <package>)
  • py37: py37-dj22-django-redis
distinfo:
TIMESTAMP = 1577523920 SHA256 (django-redis-4.11.0.tar.gz) = a5b1e3ffd3198735e6c529d9bdf38ca3fcb3155515249b98dc4d966b8ddf9d2b SIZE (django-redis-4.11.0.tar.gz) = 32219

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py37-setuptools>0 : devel/py-setuptools@py37
  2. python3.7 : lang/python37
Runtime dependencies:
  1. py37-django22>=1.11 : www/py-django22@py37
  2. py37-redis>=2.10.0 : databases/py-redis@py37
  3. py37-setuptools>0 : devel/py-setuptools@py37
  4. python3.7 : lang/python37
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
python:3.5+
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/d/django-redis/
  2. https://pypi.org/packages/source/d/django-redis/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.11.0
30 Jun 2020 10:32:54
Revision:540890Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2020-06-30 databases/p5-Search-Xapian10: Depend on unsupported xapian-core. Use
databases/p5-Search-Xapian instead
2020-06-30 databases/xapian-core10: Unsupported by upstream. Use
databases/xapian-core instead
2020-06-30 devel/py-dj22-django-rq: Obsolete, please use www/py-django-rq
instead
2020-06-30 devel/rubygem-cucumber-expressions: Use
devel/rubygem-cucumber-cucumber-expressions instead
2020-06-30 devel/rubygem-cucumber-expressions6: Use
devel/rubygem-cucumber-cucumber-expressions instead
2020-06-30 devel/rubygem-cucumber-tag_expressions1: Use
devel/rubygem-cucumber-tag_expressions instead
2020-06-30 print/xpp: Last update as 2004-12-09, unsupported by upstream
2020-06-30 textproc/rubygem-gherkin: Use textproc/rubygem-cucumber-gherkin
instead
2020-06-30 www/p5-Catalyst-Model-Xapian10: Depend on unsupported xapian-core.
Use www/p5-Catalyst-Model-Xapian instead
2020-06-30 www/py-dj22-django-auth-ldap: Obsolete, please use
www/py-django-auth-ldap instead
2020-06-30 www/py-dj22-django-cacheops: Obsolete, please use
www/py-django-cacheops instead
2020-06-30 www/py-dj22-django-cors-headers: Obsolete, please use
www/py-django-cors-headers instead
2020-06-30 www/py-dj22-django-crispy-forms: Obsolete, please use
www/py-django-crispy-forms instead
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.11.0
26 Jun 2020 08:45:05
Revision:540457Original commit files touched by this commit
sunpoet search for other commits by this committer
Set EXPIRATION_DATE to 2020-06-30
4.11.0
13 May 2020 20:44:23
Revision:535179Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.11.0

- Update RUN_DEPENDS: use Django 2.2
- Mark www/py-dj22-django-redis as DEPRECATED
- Update www/py-django-prometheus:
  - Change RUN_DEPENDS from py-dj22-django-redis to py-django-redis
  - Bump PORTREVISION for dependency change

Changes:	https://github.com/jazzband/django-redis/releases
		https://github.com/jazzband/django-redis/blob/master/CHANGES.rst
PR:		245522
Submitted by:	kai
4.11.0
05 Feb 2020 18:23:16
Revision:525296Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix TEST_DEPENDS: py-fakeredis support was removed
4.11.0
29 Dec 2019 12:55:44
Revision:521328Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.11.0

Changes:	https://github.com/niwinz/django-redis/releases
		https://github.com/niwinz/django-redis/blob/master/CHANGES.rst
4.10.0
28 Dec 2019 06:55:16
Revision:521044Original commit files touched by this commit
sunpoet search for other commits by this committer
Add py-dj22-django-redis 4.10.0 (copied from py-django-redis)

Number of commits found: 6