svn commit: r425717 - head/sysutils/munin-master
Mathieu Arnold
mat at FreeBSD.org
Tue Nov 8 09:03:13 UTC 2016
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>
More information about the svn-ports-all
mailing list