From owner-svn-ports-head@FreeBSD.ORG Thu May 30 18:17:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 41008375; Thu, 30 May 2013 18:17:58 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ie0-x22e.google.com (mail-ie0-x22e.google.com [IPv6:2607:f8b0:4001:c03::22e]) by mx1.freebsd.org (Postfix) with ESMTP id F0B7CB46; Thu, 30 May 2013 18:17:57 +0000 (UTC) Received: by mail-ie0-f174.google.com with SMTP id aq17so1421113iec.33 for ; Thu, 30 May 2013 11:17:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=bFo7NBcwZKWyXgPMILhwJbhl5ZqfA1QJE76nIZqmJV0=; b=xBiDJYfn8ZUWvhsfaCI274hzcUyCAkntAYddMpz3gpOvHQMtvju1teWjPByGi7WhXE wR50LnOb7CS3ugGQJsdHrUC/juyK8iRoFm0OKyuhxWmsdi2jO32XEfCXfYiNCQP1e1Rn s1jra7tiQcgyEVNacAZTU24TY4Kc98r4vdIoLT2wzLWTFI050Ki/3mA4D/L9twmoBum1 0FsQesEjPqBw1E+7+nYQSDrXpay+KmX2HRalZORWVkuC7ob70LaxQE/JEL1EspuOl06w +mS+UAYI23GcpkHa4+CdOx1zpH08IIO8tAX7Z4ogs33oqr3rw8Zo71wYHuMchFenH8Fe 7Wmg== MIME-Version: 1.0 X-Received: by 10.50.44.17 with SMTP id a17mr14817igm.1.1369937877669; Thu, 30 May 2013 11:17:57 -0700 (PDT) Received: by 10.64.39.201 with HTTP; Thu, 30 May 2013 11:17:57 -0700 (PDT) In-Reply-To: <201305301607.r4UG7MSS050790@svn.freebsd.org> References: <201305301607.r4UG7MSS050790@svn.freebsd.org> Date: Thu, 30 May 2013 14:17:57 -0400 Message-ID: Subject: Re: svn commit: r319433 - in head/security: . py-cracklib From: "b.f." To: Chris Rees Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: bf1783@gmail.com List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 May 2013 18:17:58 -0000 On 5/30/13, Chris Rees wrote: > Author: crees > Date: Thu May 30 16:07:21 2013 > New Revision: 319433 > URL: http://svnweb.freebsd.org/changeset/ports/319433 > > Log: > This CPython extension provides Python bindings for cracklib. > It contains a pythonic interface to cracklib's functions and > some Python convenience functions. > > WWW: https://pypi.python.org/pypi/cracklib The python interface is already part of security/cracklib (although only installed with the non-default PYTHON option, and with slightly different setup files), which references the "real" homepage. Could you talk with the maintainer of security/cracklib, and if you agree that this port is necessary, either remove the python components from security/cracklib; or make this new port a slave of security/cracklib, perhaps under one maintainer, so that the two ports remain synchronized, and don't lead to conflicts? Regards, b.