From owner-svn-ports-head@FreeBSD.ORG Tue Oct 15 18:37:37 2013 Return-Path: Delivered-To: svn-ports-head@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 9A3E5A40 for ; Tue, 15 Oct 2013 18:37:37 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-lb0-f177.google.com (mail-lb0-f177.google.com [209.85.217.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1F0502E69 for ; Tue, 15 Oct 2013 18:37:36 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id w7so7064598lbi.22 for ; Tue, 15 Oct 2013 11:37:34 -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=UF1sTGi+ogLSKvRBkfg4mj///aq/AGPFQnzqK+VXs9yPLuTf4sXBXAghGbL8zFmY68 Fg6tz0MMT6o6uK7GJ8g6RjeFDlJh5ZnLxacotgu9xZdlk2xhdYhU8ZLhM2p0bWNdBc2c QU2OlvEPjjRI9pGIfinVEFQfJw53G9mxToh6kxqbfYCo9rC5U8NId3fwQjGWhJ6KtWUX P9Unc/ggyFMMgcSf6GFjiB1Krv2V/wy+u71Xhe5r3oRdXMeKkxqC6A3x6e02PH2+klEV A02Rueb+ds0HbBRwrmP5nuy+OyNJ4WSagiFA3ct4IysiXO9JVXP8LwBTp9GfSnZZj6/0 AFaQ== X-Gm-Message-State: ALoCoQm75tQR+0EpYclc2DRzAB4NzMVqoH09YY0eK9X8kBeiOSf+UK/pcv9tioPTnOb1uneFA1U/ 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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list 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: Tue, 15 Oct 2013 18:37:37 -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