svn commit: r431686 - head/www/lightsquid

Renato Botelho garga at FreeBSD.org
Wed Jan 18 15:36:51 UTC 2017


> On 16 Jan 2017, at 16:16, Kurt Jaeger <pi at FreeBSD.org> wrote:
> 
> Author: pi
> Date: Mon Jan 16 18:16:48 2017
> New Revision: 431686
> URL: https://svnweb.freebsd.org/changeset/ports/431686
> 
> Log:
>  www/lightsquid: add p5-CGI runtime dependency for newer Perl versions
> 
>  - CGI was removed from Perl core in 5.22
> 
>  PR:		215900
>  Submitted by:	Franco Fichtner <franco at lastsummer.de>
> 
> Modified:
>  head/www/lightsquid/Makefile
> 
> Modified: head/www/lightsquid/Makefile
> ==============================================================================
> --- head/www/lightsquid/Makefile	Mon Jan 16 18:14:26 2017	(r431685)
> +++ head/www/lightsquid/Makefile	Mon Jan 16 18:16:48 2017	(r431686)
> @@ -80,4 +80,10 @@ do-install-DOCS-on:
> 	${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}/${DOCSDIR}
> .endfor
> 
> -.include <bsd.port.mk>
> +.include <bsd.port.pre.mk>
> +
> +.if ${PERL_LEVEL} >= 502200
> +RUN_DEPENDS+=	p5-CGI>0:www/p5-CGI
> +.endif
> +
> +.include <bsd.port.post.mk>
> 


Please merge it to branches/2017Q1

Also, PORTREVISION should be bumped to make sure a new package, with correct dependency, is built.
--
Renato Botelho



More information about the svn-ports-all mailing list