Date: Tue, 8 Nov 2016 09:03:12 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425717 - head/sysutils/munin-master Message-ID: <201611080903.uA893CWq013845@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue Nov 8 09:03:12 2016 New Revision: 425717 URL: https://svnweb.freebsd.org/changeset/ports/425717 Log: CGI-Fast was removed in Perl 5.21. Sponsored by: Absolight Modified: head/sysutils/munin-master/Makefile (contents, props changed) Modified: head/sysutils/munin-master/Makefile ============================================================================== --- head/sysutils/munin-master/Makefile Tue Nov 8 09:01:10 2016 (r425716) +++ head/sysutils/munin-master/Makefile Tue Nov 8 09:03:12 2016 (r425717) @@ -3,6 +3,7 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -master @@ -62,4 +63,10 @@ post-install: (cd ${STAGEDIR}${ETCDIR}; for i in `find . -type f`; do mv $$i $$i.sample; done) ${MV} ${STAGEDIR}${WWWDIR}/.htaccess ${STAGEDIR}${WWWDIR}/.htaccess.sample -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 502100 +RUN_DEPENDS+= p5-CGI-Fast>=0:www/p5-CGI-Fast +.endif + +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611080903.uA893CWq013845>