Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 08:20:00 GMT
From:      Ruslan Makhmatkhanov <cvs-src@yandex.ru>
To:        freebsd-python@FreeBSD.org
Subject:   Re: ports/185959: [NEW PORT] www/py-django-auth-ldap: LDAP integration for django.contrib.auth
Message-ID:  <201401210820.s0L8K0uM027379@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/185959; it has been noted by GNATS.

From: Ruslan Makhmatkhanov <cvs-src@yandex.ru>
To: Alexander Kriventsov <avk@vl.ru>, freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/185959: [NEW PORT] www/py-django-auth-ldap: LDAP integration
 for django.contrib.auth
Date: Tue, 21 Jan 2014 12:12:47 +0400

 Alexander, would you please fix your submission a little bit?
 
 1. New ports should be stage-aware. For python ports it's quite easy do. 
 Just add PYDISTUTILS_AUTOPLIST=yes and remove NO_STAGE=yes from 
 Makefile. After that, you may also freely remove pkg-plist, because it's 
 contents will now be generated automatically.
 
 2. LICENSE=BSD - portlint warns about recent change in this area. Plain 
 "BSD" value in this knob is deprecated. It should look like 
 BSD[?]CLAUSE. I see on official site that the actual license of 
 django-auth-ldap is 2-clause BSD license, so you need to change it to 
 LICENSE=BSD2CLAUSE.
 
 Except of that, this new port is fine!
 
 -- 
 Regards,
 Ruslan
 
 T.O.S. Of Reality



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