svn commit: r480462 - head/devel/p5-DateTime-Format-ICal

Po-Chuan Hsieh sunpoet at freebsd.org
Sun Sep 23 09:25:24 UTC 2018


On Sun, Sep 23, 2018 at 5:08 PM Dmitry Marakasov <amdmi3 at freebsd.org> wrote:

> Author: amdmi3
> Date: Sun Sep 23 09:08:27 2018
> New Revision: 480462
> URL: https://svnweb.freebsd.org/changeset/ports/480462
>
> Log:
>   - Add LICENSE
>   - Fix depends
>

I did not see any dependency change in this commit.
According to mat's commit (r474242), the original one is preferred.


>   - Add NO_ARCH
>
>   Approved by:  portmgr blanket
>
> Modified:
>   head/devel/p5-DateTime-Format-ICal/Makefile
>
> Modified: head/devel/p5-DateTime-Format-ICal/Makefile
>
> ==============================================================================
> --- head/devel/p5-DateTime-Format-ICal/Makefile Sun Sep 23 08:43:32 2018
>       (r480461)
> +++ head/devel/p5-DateTime-Format-ICal/Makefile Sun Sep 23 09:08:27 2018
>       (r480462)
> @@ -11,14 +11,19 @@ PKGNAMEPREFIX=      p5-
>  MAINTAINER=    perl at FreeBSD.org
>  COMMENT=       Parse and format ICal datetime and duration strings
>
> -BUILD_DEPENDS= ${RUN_DEPENDS}
> -RUN_DEPENDS=   p5-DateTime>=0:devel/p5-DateTime \
> +LICENSE=       ART10 GPLv1+
> +LICENSE_COMB=  dual
> +LICENSE_FILE=  ${WRKSRC}/LICENSE
> +
> +BUILD_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \
>                 p5-DateTime-TimeZone>=0:devel/p5-DateTime-TimeZone \
>                 p5-DateTime-Event-ICal>=0:devel/p5-DateTime-Event-ICal \
>                 p5-DateTime-Set>=0:devel/p5-DateTime-Set \
>                 p5-Params-Validate>=0:devel/p5-Params-Validate
> +RUN_DEPENDS:=  ${BUILD_DEPENDS}
>
>  USES=          perl5
>  USE_PERL5=     modbuild
> +NO_ARCH=       yes
>
>  .include <bsd.port.mk>
>
>


More information about the svn-ports-head mailing list