svn commit: r329482 - head/devel/mercurial

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Oct 7 19:52:21 UTC 2013


On Tue, Oct 8, 2013 at 1:37 AM, Eitan Adler <eadler at freebsd.org> wrote:

> On Mon, Oct 7, 2013 at 1:16 PM, Dmitry Marakasov <amdmi3 at amdmi3.ru> wrote:
> > * Sunpoet Po-Chuan Hsieh (sunpoet at 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


More information about the svn-ports-all mailing list