Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2019 22:22:24 -0600
From:      Adam Weinberger <adamw@adamw.org>
To:        Wen Heping <wen@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r496788 - in head/devel: . p5-MooX-Attribute-ENV
Message-ID:  <1D4EEA0E-8492-4708-8868-71482EBC357B@adamw.org>
In-Reply-To: <201903250145.x2P1jcsK030724@repo.freebsd.org>
References:  <201903250145.x2P1jcsK030724@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Shouldn=E2=80=99t there be a dependency on p5-Moo? Or am I missing something=
?

# Adam


--
Adam Weinberger
adamw@adamw.org
https://www.adamw.org

> On Mar 24, 2019, at 19:45, Wen Heping <wen@freebsd.org> wrote:
>=20
> Author: wen
> Date: Mon Mar 25 01:45:38 2019
> New Revision: 496788
> URL: https://svnweb.freebsd.org/changeset/ports/496788
>=20
> Log:
>  This is a Moo extension. It allows other attributes for "has" in Moo.
>  If any of these are given, then instead of the normal value-setting
>  "chain" for attributes of given, default; the chain will be given,
>  environment, default.
>=20
>  WWW: https://metacpan.org/release/MooX-Attribute-ENV
>=20
> Added:
>  head/devel/p5-MooX-Attribute-ENV/
>  head/devel/p5-MooX-Attribute-ENV/Makefile   (contents, props changed)
>  head/devel/p5-MooX-Attribute-ENV/distinfo   (contents, props changed)
>  head/devel/p5-MooX-Attribute-ENV/pkg-descr   (contents, props changed)
>  head/devel/p5-MooX-Attribute-ENV/pkg-plist   (contents, props changed)
> Modified:
>  head/devel/Makefile
>=20
> Modified: head/devel/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
> --- head/devel/Makefile    Mon Mar 25 01:34:40 2019    (r496787)
> +++ head/devel/Makefile    Mon Mar 25 01:45:38 2019    (r496788)
> @@ -2989,6 +2989,7 @@
>     SUBDIR +=3D p5-Mojolicious-Plugin-NYTProf
>     SUBDIR +=3D p5-Moo
>     SUBDIR +=3D p5-MooX-Aliases
> +    SUBDIR +=3D p5-MooX-Attribute-ENV
>     SUBDIR +=3D p5-MooX-Cmd
>     SUBDIR +=3D p5-MooX-ConfigFromFile
>     SUBDIR +=3D p5-MooX-File-ConfigDir
>=20
> Added: head/devel/p5-MooX-Attribute-ENV/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
> --- /dev/null    00:00:00 1970    (empty, because file is newly added)
> +++ head/devel/p5-MooX-Attribute-ENV/Makefile    Mon Mar 25 01:45:38 2019 =
   (r496788)
> @@ -0,0 +1,20 @@
> +# $FreeBSD$
> +
> +PORTNAME=3D    MooX-Attribute-ENV
> +PORTVERSION=3D    0.02
> +CATEGORIES=3D    devel perl5
> +MASTER_SITES=3D    CPAN
> +PKGNAMEPREFIX=3D    p5-
> +
> +MAINTAINER=3D    wen@FreeBSD.org
> +COMMENT=3D    Allow Moo attributes to get their values from %ENV
> +
> +LICENSE=3D    ART10 GPLv1+
> +LICENSE_COMB=3D    dual
> +
> +USES=3D        perl5
> +USE_PERL5=3D    configure
> +
> +NO_ARCH=3D    yes
> +
> +.include <bsd.port.mk>
>=20
> Added: head/devel/p5-MooX-Attribute-ENV/distinfo
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
> --- /dev/null    00:00:00 1970    (empty, because file is newly added)
> +++ head/devel/p5-MooX-Attribute-ENV/distinfo    Mon Mar 25 01:45:38 2019 =
   (r496788)
> @@ -0,0 +1,3 @@
> +TIMESTAMP =3D 1553474453
> +SHA256 (MooX-Attribute-ENV-0.02.tar.gz) =3D 8feb8ca3a198a63747604b9c9209c=
59f604d9116069fac62070d54b8b0308569
> +SIZE (MooX-Attribute-ENV-0.02.tar.gz) =3D 4794
>=20
> Added: head/devel/p5-MooX-Attribute-ENV/pkg-descr
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
> --- /dev/null    00:00:00 1970    (empty, because file is newly added)
> +++ head/devel/p5-MooX-Attribute-ENV/pkg-descr    Mon Mar 25 01:45:38 2019=
    (r496788)
> @@ -0,0 +1,6 @@
> +This is a Moo extension. It allows other attributes for "has" in Moo.
> +If any of these are given, then instead of the normal value-setting
> +"chain" for attributes of given, default; the chain will be given,
> +environment, default.
> +
> +WWW: https://metacpan.org/release/MooX-Attribute-ENV
>=20
> Added: head/devel/p5-MooX-Attribute-ENV/pkg-plist
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
> --- /dev/null    00:00:00 1970    (empty, because file is newly added)
> +++ head/devel/p5-MooX-Attribute-ENV/pkg-plist    Mon Mar 25 01:45:38 2019=
    (r496788)
> @@ -0,0 +1,2 @@
> +%%SITE_PERL%%/MooX/Attribute/ENV.pm
> +%%PERL5_MAN3%%/MooX::Attribute::ENV.3.gz
>=20



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1D4EEA0E-8492-4708-8868-71482EBC357B>