svn commit: r496788 - in head/devel: . p5-MooX-Attribute-ENV

Adam Weinberger adamw at adamw.org
Mon Mar 25 04:22:27 UTC 2019


Shouldn’t there be a dependency on p5-Moo? Or am I missing something?

# Adam


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

> On Mar 24, 2019, at 19:45, Wen Heping <wen at freebsd.org> wrote:
> 
> Author: wen
> Date: Mon Mar 25 01:45:38 2019
> New Revision: 496788
> URL: https://svnweb.freebsd.org/changeset/ports/496788
> 
> 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.
> 
>  WWW: https://metacpan.org/release/MooX-Attribute-ENV
> 
> 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
> 
> Modified: head/devel/Makefile
> ==============================================================================
> --- 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 += p5-Mojolicious-Plugin-NYTProf
>     SUBDIR += p5-Moo
>     SUBDIR += p5-MooX-Aliases
> +    SUBDIR += p5-MooX-Attribute-ENV
>     SUBDIR += p5-MooX-Cmd
>     SUBDIR += p5-MooX-ConfigFromFile
>     SUBDIR += p5-MooX-File-ConfigDir
> 
> Added: head/devel/p5-MooX-Attribute-ENV/Makefile
> ==============================================================================
> --- /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=    MooX-Attribute-ENV
> +PORTVERSION=    0.02
> +CATEGORIES=    devel perl5
> +MASTER_SITES=    CPAN
> +PKGNAMEPREFIX=    p5-
> +
> +MAINTAINER=    wen at FreeBSD.org
> +COMMENT=    Allow Moo attributes to get their values from %ENV
> +
> +LICENSE=    ART10 GPLv1+
> +LICENSE_COMB=    dual
> +
> +USES=        perl5
> +USE_PERL5=    configure
> +
> +NO_ARCH=    yes
> +
> +.include <bsd.port.mk>
> 
> Added: head/devel/p5-MooX-Attribute-ENV/distinfo
> ==============================================================================
> --- /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 = 1553474453
> +SHA256 (MooX-Attribute-ENV-0.02.tar.gz) = 8feb8ca3a198a63747604b9c9209c59f604d9116069fac62070d54b8b0308569
> +SIZE (MooX-Attribute-ENV-0.02.tar.gz) = 4794
> 
> Added: head/devel/p5-MooX-Attribute-ENV/pkg-descr
> ==============================================================================
> --- /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
> 
> Added: head/devel/p5-MooX-Attribute-ENV/pkg-plist
> ==============================================================================
> --- /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
> 


More information about the svn-ports-head mailing list