Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jan 2017 05:04:51 +0800
From:      Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>
To:        Adam Weinberger <adamw@adamw.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org,  ports-committers@freebsd.org
Subject:   Re: svn commit: r432501 - head/devel/p5-Hash-Merge-Simple
Message-ID:  <CAMHz58T=ro3iRY1pLMAKhbcqVNJzw7djDP1rNv2gOteNMFEd-g@mail.gmail.com>
In-Reply-To: <69F287FE-2547-4F9B-9D47-66ACCA438D08@adamw.org>
References:  <201701261437.v0QEbwig041350@repo.freebsd.org> <69F287FE-2547-4F9B-9D47-66ACCA438D08@adamw.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 27, 2017 at 11:16 PM, Adam Weinberger <adamw@adamw.org> wrote:

> > On 26 Jan, 2017, at 7:37, Sunpoet Po-Chuan Hsieh <sunpoet@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@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@adamw.org
> https://www.adamw.org
>
>
> _______________________________________________
> svn-ports-all@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58T=ro3iRY1pLMAKhbcqVNJzw7djDP1rNv2gOteNMFEd-g>