Date: Tue, 8 Oct 2013 03:51:57 +0800 From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: Eitan Adler <eadler@freebsd.org> Cc: "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, Dmitry Marakasov <amdmi3@amdmi3.ru>, "ports-committers@freebsd.org" <ports-committers@freebsd.org> Subject: Re: svn commit: r329482 - head/devel/mercurial Message-ID: <CAMHz58QGZAgQMSQQJpZzsMCgUgr-xwT0ihX_G59ewvgKvMeU-g@mail.gmail.com> In-Reply-To: <CAF6rxgkCX3eSOk0E2fkMvXFCe2OqK-rW%2BA%2BZdPycEge6nS-T5A@mail.gmail.com> References: <201310051746.r95HkCYP037394@svn.freebsd.org> <20131007171656.GA1382@hades.panopticon> <CAF6rxgkCX3eSOk0E2fkMvXFCe2OqK-rW%2BA%2BZdPycEge6nS-T5A@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Oct 8, 2013 at 1:37 AM, Eitan Adler <eadler@freebsd.org> wrote: > On Mon, Oct 7, 2013 at 1:16 PM, Dmitry Marakasov <amdmi3@amdmi3.ru> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58QGZAgQMSQQJpZzsMCgUgr-xwT0ihX_G59ewvgKvMeU-g>