From owner-freebsd-python@FreeBSD.ORG Tue Jan 21 08:20:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84FF9479 for ; Tue, 21 Jan 2014 08:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6EF4A1F8E for ; Tue, 21 Jan 2014 08:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L8K0Dd027380 for ; Tue, 21 Jan 2014 08:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0L8K0uM027379; Tue, 21 Jan 2014 08:20:00 GMT (envelope-from gnats) Date: Tue, 21 Jan 2014 08:20:00 GMT Message-Id: <201401210820.s0L8K0uM027379@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Ruslan Makhmatkhanov Subject: Re: ports/185959: [NEW PORT] www/py-django-auth-ldap: LDAP integration for django.contrib.auth X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Ruslan Makhmatkhanov List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 08:20:01 -0000 The following reply was made to PR ports/185959; it has been noted by GNATS. From: Ruslan Makhmatkhanov To: Alexander Kriventsov , 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