diff options
| author | Kai Knoblich <kai@FreeBSD.org> | 2026-09-02 09:48:50 +0000 |
|---|---|---|
| committer | Kai Knoblich <kai@FreeBSD.org> | 2026-09-02 09:52:40 +0000 |
| commit | aad56b0f583d3032e1de736ab4568168128f7314 (patch) | |
| tree | 5ce21b645218dbdf56bc148dad30929bd7f8c816 | |
| parent | e9bbe0443c95f7e6c5565a4a6b340f83d5f19bd8 (diff) | |
devel/py-dj60-django-rq: Set PORTSCOUT
* The 4.2 release contains breaking changes and the only consumer of
this port, net-mgmt/netbox, won't be compatible with newer versions
until the upcoming 4.7.x release.
| -rw-r--r-- | devel/py-dj60-django-rq/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/py-dj60-django-rq/Makefile b/devel/py-dj60-django-rq/Makefile index 9db6be9c1903..bde72810d1f9 100644 --- a/devel/py-dj60-django-rq/Makefile +++ b/devel/py-dj60-django-rq/Makefile @@ -29,6 +29,11 @@ CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*django-rq NO_ARCH= yes +# The 4.2 release contains breaking changes and the only consumer, +# net-mgmt/netbox, won't be compatible with newer versions until the +# upcoming 4.7.x release. +PORTSCOUT= limit:4\.1\. + # https://github.com/rq/django-rq/blob/master/Makefile do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${LOCALBASE}/bin/django-admin test django_rq --settings=django_rq.tests.settings -v2 |
