Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Oct 2021 15:33:51 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c274d6823843 - main - security/py-django-auth-kerberos: UCL-ify pkg-message
Message-ID:  <202110201533.19KFXplE030228@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+}
+]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110201533.19KFXplE030228>