git: c274d6823843 - main - security/py-django-auth-kerberos: UCL-ify pkg-message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Oct 2021 15:33:51 UTC
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=c274d68238435e15eeb9b89389552362ced1ff15 commit c274d68238435e15eeb9b89389552362ced1ff15 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-10-20 15:29:03 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-10-20 15:33:48 +0000 security/py-django-auth-kerberos: UCL-ify pkg-message Approved by: portmgr (blanket) --- security/py-django-auth-kerberos/Makefile | 2 +- security/py-django-auth-kerberos/pkg-message | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/security/py-django-auth-kerberos/Makefile b/security/py-django-auth-kerberos/Makefile index 93809619763c..8dd21bf0ddae 100644 --- a/security/py-django-auth-kerberos/Makefile +++ b/security/py-django-auth-kerberos/Makefile @@ -2,7 +2,7 @@ PORTNAME= django-auth-kerberos PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-django-auth-kerberos/pkg-message b/security/py-django-auth-kerberos/pkg-message index 7a6779b71f64..f6137ca7448e 100644 --- a/security/py-django-auth-kerberos/pkg-message +++ b/security/py-django-auth-kerberos/pkg-message @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM INSTALLED_APPS = ( ... 'django_auth_kerberos', @@ -22,3 +25,6 @@ LOGIN_REDIRECT_URL = '/' AUTHENTICATION_BACKENDS = ( 'django_auth_kerberos.backends.KrbBackend', ) +EOM +} +]