From owner-svn-ports-all@FreeBSD.ORG Tue Oct 15 18:29:26 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1EFAA65D for ; Tue, 15 Oct 2013 18:29:26 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 97B202DFA for ; Tue, 15 Oct 2013 18:29:25 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id c11so7344977lbj.27 for ; Tue, 15 Oct 2013 11:29:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=iYIemHvu/oxh9fgh3hUO+zNQ3qy1upFqebtaYMKmiII=; b=UMdXS0eH5rDJsrYlRkrEGgNf0Rk6dQId0uvdQpQzigRBlzPKEgWluh3wfsPmiEhiSY MNPt4qiDuW23sa6ercV+9x+TeLr+YeDizDcYiJPIh/+qQ+vYSpVEDwDU7OAe3FAiAdhW ADfk9/w1wpwdf0O1/usBkvxLWAfgp57ME2Mzo5GMf24oA0423P9uXUrlT52QuDpJ6NcP ryZzE88XTn/Ntf0n7HOmnKDdDabkwbbHormyrIwAQHXdLjPO2DDmvK+d2HYnhdaeDt0S iiwzKR7I1n30GO76a1oRUkmI6x1WnNA+CvMe8SihB6Jb/OI7ti/n5bOJcE4XZhw2i4iZ AZ+g== X-Gm-Message-State: ALoCoQmXJ5xY6J0Cs3YgPoojN9J8AJ2VR3jnjwyNWGMTkDVNZvA24E1kWE8eO0CZQ8f7CP/N9tOy X-Received: by 10.152.180.139 with SMTP id do11mr26928898lac.23.1381861757907; Tue, 15 Oct 2013 11:29:17 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.91.9 with HTTP; Tue, 15 Oct 2013 11:28:57 -0700 (PDT) In-Reply-To: References: <201310100009.r9A09Zah023159@svn.freebsd.org> <7325bc9d-a492-4b96-b9dc-3a3f8ecbcf3b.maildroid@localhost> From: Sunpoet Po-Chuan Hsieh Date: Wed, 16 Oct 2013 02:28:57 +0800 X-Google-Sender-Auth: 9Jgu0UcTOXkRMfJAt20xmkC9OZs Message-ID: Subject: Re: svn commit: r329946 - in head/databases: postgresql84-client postgresql84-contrib postgresql84-docs postgresql84-server postgresql90-client postgresql90-contrib postgresql90-docs postgresql90-plper... To: Jason Helfman Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Chris Rees , "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "pgsql@FreeBSD.org" , ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2013 18:29:26 -0000 On Tue, Oct 15, 2013 at 2:52 PM, Jason Helfman wrote: > Looks good to me, as well, and approved. The port was highly reliant on > PKGNAMESUFFIX changing before, however this is no longer the case. > > Thanks! > > -jgh > > On Sat, Oct 12, 2013 at 12:09 PM, Chris Rees wrote: > > > Looks fine to me, if Jason approves. > > > > Thanks also for the Python changes. > > > > Chris > > > > > > > Hi, I've committed the PKGNAMESUFFIX part. The -plpython PLIST part is incomplete. The complete one is here [1]. It also removes PYTHON_MAJOR_VER and some NO_STAGE. Please review again. Thanks. [1] http://people.freebsd.org/~sunpoet/postgresql-plpython.patch Regards, sunpoet