Date: Sun, 10 Feb 2019 00:06:38 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492550 - head/devel/p5-GraphQL Message-ID: <201902100006.x1A06cw6083001@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Feb 10 00:06:38 2019 New Revision: 492550 URL: https://svnweb.freebsd.org/changeset/ports/492550 Log: Fix *_DEPENDS - Bump PORTREVISION for dependency change With hat: perl Modified: head/devel/p5-GraphQL/Makefile Modified: head/devel/p5-GraphQL/Makefile ============================================================================== --- head/devel/p5-GraphQL/Makefile Sun Feb 10 00:06:33 2019 (r492549) +++ head/devel/p5-GraphQL/Makefile Sun Feb 10 00:06:38 2019 (r492550) @@ -2,7 +2,7 @@ PORTNAME= GraphQL PORTVERSION= 0.31 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ETJ @@ -22,7 +22,6 @@ RUN_DEPENDS= p5-Moo>=0:devel/p5-Moo \ p5-Pegex>=0.64:devel/p5-Pegex \ p5-MooX-Thunking>=0.07:devel/p5-MooX-Thunking \ p5-JSON-MaybeXS>=1.003009:converters/p5-JSON-MaybeXS \ - p5-JSON-PP>=2.92:converters/p5-JSON-PP \ p5-DateTime>=0:devel/p5-DateTime \ p5-DateTime-Format-ISO8601>=0:devel/p5-DateTime-Format-ISO8601 TEST_DEPENDS= p5-Test-Exception>=0.42:devel/p5-Test-Exception \ @@ -32,4 +31,11 @@ TEST_DEPENDS= p5-Test-Exception>=0.42:devel/p5-Test-Ex USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 502800 +BUILD_DEPENDS+= p5-JSON-PP>=2.92:converters/p5-JSON-PP +RUN_DEPENDS+= p5-JSON-PP>=2.92:converters/p5-JSON-PP +.endif + +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902100006.x1A06cw6083001>