svn commit: r432501 - head/devel/p5-Hash-Merge-Simple

Adam Weinberger adamw at adamw.org
Fri Jan 27 15:16:10 UTC 2017


> 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.

# Adam


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




More information about the svn-ports-all mailing list