From owner-freebsd-python@FreeBSD.ORG  Mon Jan  7 17:23:05 2013
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: python@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by hub.freebsd.org (Postfix) with ESMTP id CFF2783B;
 Mon,  7 Jan 2013 17:23:05 +0000 (UTC)
 (envelope-from utisoft@gmail.com)
Received: from mail-ia0-f179.google.com (mail-ia0-f179.google.com
 [209.85.210.179])
 by mx1.freebsd.org (Postfix) with ESMTP id 5D64A8C7;
 Mon,  7 Jan 2013 17:23:05 +0000 (UTC)
Received: by mail-ia0-f179.google.com with SMTP id o25so16712426iad.10
 for <multiple recipients>; Mon, 07 Jan 2013 09:22:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:sender:in-reply-to:references:from:date
 :x-google-sender-auth:message-id:subject:to:cc:content-type;
 bh=TzkKlJezD9jphHHi7ob0PL/s3Ts+mz8p7s782XJ1cfY=;
 b=fkkErqBSL/dDkzvH+AwBP2cFbTdYf0Z/fLOHybWcm/uP2p/Y6sOSKtCu0q/9Fe2e5g
 +z+uEPTG/8CXLPhYTQSieXjonsjvMDZMwmgjB6FBSj7WbRUliF2WNJSXaLvkDY1okuSp
 Be7e0iFYx/HbLuHWgHVIWdmxvQlhiw2ZPY3Km59BpQ7MXfUeLNO4//YD6vo6AlpM0wln
 2o/8A5THwylyfzxdUIouPJhZub/m9RITA5aAOrP2qJNx3fxe2kkpSH0lPti/ts+syPWs
 d1evZ/2ghPsZscvCr+vOQhfeHfN9J/UyjwdOO7U9a3R1tiCBdr17B3w55jtyuWQQvPAE
 zdtg==
Received: by 10.43.71.81 with SMTP id yj17mr36181576icb.0.1357579378995; Mon,
 07 Jan 2013 09:22:58 -0800 (PST)
MIME-Version: 1.0
Sender: utisoft@gmail.com
Received: by 10.64.65.132 with HTTP; Mon, 7 Jan 2013 09:22:28 -0800 (PST)
In-Reply-To: <20130106221944.GK85686@ithaqua.etoilebsd.net>
References: <20130106221944.GK85686@ithaqua.etoilebsd.net>
From: Chris Rees <crees@FreeBSD.org>
Date: Mon, 7 Jan 2013 17:22:28 +0000
X-Google-Sender-Auth: Aj8B6AuW0D3cTCNd13rk-B85_0o
Message-ID: <CADLo83_N+hjcc4vsrmtBc7mmvJTFT4=sfKJeqxKeKVK7wy2WbA@mail.gmail.com>
Subject: Re: [PATCH] finish converting python@ to new options framework
To: Baptiste Daroussin <bapt@freebsd.org>
Content-Type: text/plain; charset=ISO-8859-1
Cc: python <python@freebsd.org>
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2013 17:23:05 -0000

On 6 January 2013 22:19, Baptiste Daroussin <bapt@freebsd.org> wrote:
> Hi,
>
> Here is a patch that convert the latest python@ ports to optionsng
> http://people.freebsd.org/~bapt/python-convert.diff
>
> While here is fixes options handling which was buggy for both.

You mean the reversed options logic for pyPgSQL?

Looks fine to me.

Chris