FreeBSD Bugzilla – Attachment 193410 Details for
Bug 228263
www/py-django-ldapdb: update to 1.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-django-ldapdb-1.0.0.patch
py-django-ldapdb-1.0.0.patch (text/plain), 2.70 KB, created by
Kai Knoblich
on 2018-05-15 04:45:05 UTC
(
hide
)
Description:
py-django-ldapdb-1.0.0.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-05-15 04:45:05 UTC
Size:
2.70 KB
patch
obsolete
>Index: py-django-ldapdb/Makefile >=================================================================== >--- py-django-ldapdb/Makefile (revision 469992) >+++ py-django-ldapdb/Makefile (working copy) >@@ -2,21 +2,29 @@ > # $FreeBSD$ > > PORTNAME= django-ldapdb >-PORTVERSION= 0.3.2 >-PORTREVISION= 2 >+PORTVERSION= 1.0.0 > CATEGORIES= www python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > MAINTAINER= avk@vl.ru >-COMMENT= Support for django models over LDAP >+COMMENT= LDAP database backend for Django > > LICENSE= BSD2CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.6.0:www/py-django18@${FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}ldap>=2.0:net/py-ldap@${FLAVOR} >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.8:www/py-django111@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}ldap>=2.4.25:net/py-ldap@${PY_FLAVOR} > >-USES= python:2.7 >-USE_PYTHON= distutils autoplist >+USES= python >+USE_PYTHON= distutils concurrent autoplist >+NO_ARCH= yes >+PORTDOCS= README.rst > >+OPTIONS_DEFINE= DOCS >+ >+post-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR} >+ > .include <bsd.port.mk> >Index: py-django-ldapdb/distinfo >=================================================================== >--- py-django-ldapdb/distinfo (revision 469992) >+++ py-django-ldapdb/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (django-ldapdb-0.3.2.tar.gz) = b6bab3a4501419ff9ba1e50076b67c5f92e1c0b3d4b2c8c40014aadb5c06cc6d >-SIZE (django-ldapdb-0.3.2.tar.gz) = 11029 >+TIMESTAMP = 1526299109 >+SHA256 (django-ldapdb-1.0.0.tar.gz) = a3a2837a6ec9769fc76164b99b86ba2809c987e370bd8986b69018345f9ba682 >+SIZE (django-ldapdb-1.0.0.tar.gz) = 16639 >Index: py-django-ldapdb/pkg-descr >=================================================================== >--- py-django-ldapdb/pkg-descr (revision 469992) >+++ py-django-ldapdb/pkg-descr (working copy) >@@ -1,8 +1,9 @@ >-django-ldapdb is an LDAP database backend for Django. >-It allows you to manipulate LDAP entries using Django's models. >-Declaring models using the LDAP backend is very staightforward, >- you simply inherit from ldapdb.models.Model and declare the fields >- in the same way as for regular models. >-You can even edit the LDAP entries using Django's admin interface. >+django-ldapdb is an LDAP database backend for Django. It allows one to >+manipulate LDAP entries using Django's models. > >-WWW: http://opensource.bolloretelecom.eu/projects/django-ldapdb/ >+Declaring models using the LDAP backend is very staightforward, one simply >+inherit from ldapdb.models.Model and declare the fields in the same way as for >+regular models. One can even edit the LDAP entries using Django's admin >+interface. >+ >+WWW: https://github.com/django-ldapdb/django-ldapdb
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
kai
:
maintainer-approval?
(
avk
)
Actions:
View
|
Diff
Attachments on
bug 228263
: 193410