svn commit: r432501 - head/devel/p5-Hash-Merge-Simple
Sunpoet Po-Chuan Hsieh
sunpoet at freebsd.org
Fri Jan 27 21:05:32 UTC 2017
On Fri, Jan 27, 2017 at 11:16 PM, Adam Weinberger <adamw at adamw.org> wrote:
> > On 26 Jan, 2017, at 7:37, Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
> wrote:
> >
> > Author: sunpoet
> > Date: Thu Jan 26 14:37:58 2017
> > New Revision: 432501
> > URL: https://svnweb.freebsd.org/changeset/ports/432501
> >
> > Log:
> > Add missing BUILD_DEPENDS and RUN_DEPENDS
> >
> > - Add LICENSE
> > - Use = instead of += for TEST_DEPENDS
> > - Bump PORTREVISION for dependency change
> >
> > Modified:
> > head/devel/p5-Hash-Merge-Simple/Makefile
> >
> > Modified: head/devel/p5-Hash-Merge-Simple/Makefile
> > ============================================================
> ==================
> > --- head/devel/p5-Hash-Merge-Simple/Makefile Thu Jan 26 14:37:53 2017
> (r432500)
> > +++ head/devel/p5-Hash-Merge-Simple/Makefile Thu Jan 26 14:37:58 2017
> (r432501)
> > @@ -3,7 +3,7 @@
> >
> > PORTNAME= Hash-Merge-Simple
> > PORTVERSION= 0.051
> > -PORTREVISION= 3
> > +PORTREVISION= 4
> > CATEGORIES= devel perl5
> > MASTER_SITES= CPAN
> > PKGNAMEPREFIX= p5-
> > @@ -11,7 +11,12 @@ PKGNAMEPREFIX= p5-
> > MAINTAINER= perl at FreeBSD.org
> > COMMENT= Recursively merge two or more hashes, simply
> >
> > -TEST_DEPENDS+= p5-Test-Deep>=0:devel/p5-Test-Deep \
> > +LICENSE= ART10 GPLv1
> > +LICENSE_COMB= dual
> > +
> > +BUILD_DEPENDS= p5-Clone>=0:devel/p5-Clone
> > +RUN_DEPENDS:= ${BUILD_DEPENDS}
> > +TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \
> > p5-Test-Most>=0:devel/p5-Test-Most
> >
> > USES= perl5
> >
>
> Hi Sunpoet,
>
> That p5-Clone dependency was intentionally removed in r403626.
>
Hello Adam,
I've reverted it and added a comment in r432591.
Regards,
sunpoet
>
> # Adam
>
>
> --
> Adam Weinberger
> adamw at adamw.org
> https://www.adamw.org
>
>
> _______________________________________________
> svn-ports-all at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
>
More information about the svn-ports-head
mailing list