From owner-svn-ports-all@FreeBSD.ORG Mon Oct 7 19:52:21 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 3D270220 for ; Mon, 7 Oct 2013 19:52:21 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-lb0-f173.google.com (mail-lb0-f173.google.com [209.85.217.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A43002D76 for ; Mon, 7 Oct 2013 19:52:20 +0000 (UTC) Received: by mail-lb0-f173.google.com with SMTP id o14so6100625lbi.32 for ; Mon, 07 Oct 2013 12:52:17 -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=xs80iL+PPEiWN+6fqO+H0p9TDiqxRvC5+LnS7SCAz44=; b=b6fefSdt2NtmmR1x2IO6DflzsSAWzLZGuuqyyQMbyfy6f4hIbM+Ue3jRukx3xkmigt SEoMPtzrqiWnVNdoXrZozaoftbBuEhTzfu4VED5/VGTmK+KBGYI2YZP6YbXwkAWTcd5g Ze23Cy1Qkz+ElJl1w8cywxEpknCpAtNXNeLIrJlzwYXezAPx61M05OXBh4z/kmE5BEzi y9tRM60tWTi1oFjXHPMxqxfkShdE1BIQLOmGijYI2xmY8A5I3jDJmUM6TYY3Nl3OOt/3 lOmwRaI8+gqf78tmbeVPRGig+gquysvH8UZ+sw7cvW7D303U0DymYhnlqsXFsyk3Idx2 8r6g== X-Gm-Message-State: ALoCoQmDv+KMFoDIe2LNDLCpLDyMgUKl/Xejm2w206adKM38oiV6aqdFFicZl1cTftegY6+63W8z X-Received: by 10.152.26.72 with SMTP id j8mr27978305lag.19.1381175537488; Mon, 07 Oct 2013 12:52:17 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.91.9 with HTTP; Mon, 7 Oct 2013 12:51:57 -0700 (PDT) In-Reply-To: References: <201310051746.r95HkCYP037394@svn.freebsd.org> <20131007171656.GA1382@hades.panopticon> From: Sunpoet Po-Chuan Hsieh Date: Tue, 8 Oct 2013 03:51:57 +0800 X-Google-Sender-Auth: dMjnjRsRQjhE174cG9-gk94jWa0 Message-ID: Subject: Re: svn commit: r329482 - head/devel/mercurial To: Eitan Adler Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , Dmitry Marakasov , "ports-committers@freebsd.org" 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: Mon, 07 Oct 2013 19:52:21 -0000 On Tue, Oct 8, 2013 at 1:37 AM, Eitan Adler wrote: > On Mon, Oct 7, 2013 at 1:16 PM, Dmitry Marakasov wrote: > > * Sunpoet Po-Chuan Hsieh (sunpoet@FreeBSD.org) wrote: > > > >> Log: > >> - Update to 2.7.2 > >> - Convert to new OTPIONS helper > >> - Support STAGEDIR > >> - Cosmetic change > >> > >> Changes: > http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.7.2_.282013-10-01.29 > >> > >> Modified: > >> head/devel/mercurial/Makefile > >> head/devel/mercurial/distinfo > >> head/devel/mercurial/pkg-plist (contents, props changed) > >> > >> Modified: head/devel/mercurial/Makefile > >> > ============================================================================== > >> --- head/devel/mercurial/Makefile Sat Oct 5 17:38:09 2013 > (r329481) > >> +++ head/devel/mercurial/Makefile Sat Oct 5 17:46:12 2013 > (r329482) > >> @@ -2,7 +2,7 @@ > >> # $FreeBSD$ > >> > >> PORTNAME= mercurial > >> -PORTVERSION= 2.7.1 > >> +PORTVERSION= 2.7.2 > >> CATEGORIES= devel python > >> MASTER_SITES= http://mercurial.selenic.com/release/ > >> > >> @@ -11,12 +11,19 @@ COMMENT= Fast, lightweight source contro > >> > >> LICENSE= GPLv2 > >> > >> +NO_STAGE= yes > >> USE_PYTHON= -2.7 > >> USE_PYDISTUTILS=yes > >> > >> -OPTIONS_DEFINE= CA_BUNDLE NLS > >> +OPTIONS_DEFINE= CA_BUNDLE DATA DOCS NLS > > > > Could DATA option be renamed to something less ambigous and with a > > proper descriptive? E.g. "CONTRIB, Install contributed scripts". > > Is there a reason not to install these scripts? they seem tiny. > Perhaps the option could just be removed? > > -- > Eitan Adler > Source, Ports, Doc committer > Bugmeister, Ports Security teams > Personally I would like to install them unconditionally. But others may have different opinions, so I keep it unchanged. Regards, sunpoet