From owner-svn-ports-all@freebsd.org Mon Jun 5 23:25:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7479EB7C868; Mon, 5 Jun 2017 23:25:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4153C71B4F; Mon, 5 Jun 2017 23:25:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v55NPtVu064641; Mon, 5 Jun 2017 23:25:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v55NPtS1064640; Mon, 5 Jun 2017 23:25:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706052325.v55NPtS1064640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 5 Jun 2017 23:25:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442717 - head/sysutils/munin-master X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2017 23:25:56 -0000 Author: sunpoet Date: Mon Jun 5 23:25:55 2017 New Revision: 442717 URL: https://svnweb.freebsd.org/changeset/ports/442717 Log: Remove outdated PERL_LEVEL check With hat: perl Modified: head/sysutils/munin-master/Makefile Modified: head/sysutils/munin-master/Makefile ============================================================================== --- head/sysutils/munin-master/Makefile Mon Jun 5 23:25:50 2017 (r442716) +++ head/sysutils/munin-master/Makefile Mon Jun 5 23:25:55 2017 (r442717) @@ -27,6 +27,7 @@ BUILD_DEPENDS= p5-Module-Build>=0:devel/p5-Module-Buil RUN_DEPENDS= munin-common>=${MUNIN_VERSION}:sysutils/munin-common \ rrdtool>=0:databases/rrdtool \ p5-CGI>=0:www/p5-CGI \ + p5-CGI-Fast>=0:www/p5-CGI-Fast \ p5-Storable>=0:devel/p5-Storable \ p5-DateTime-HiRes>=0:devel/p5-DateTime-HiRes \ p5-File-Copy-Recursive>=0:devel/p5-File-Copy-Recursive \ @@ -63,10 +64,4 @@ post-install: ${MV} ${STAGEDIR}${WWWDIR}/.htaccess ${STAGEDIR}${WWWDIR}/.htaccess.sample ${INSTALL_DATA} ${FILESDIR}/newsyslog ${STAGEDIR}${ETCDIR}/munin-master.newsyslog -.include - -.if ${PERL_LEVEL} >= 502100 -RUN_DEPENDS+= p5-CGI-Fast>=0:www/p5-CGI-Fast -.endif - -.include +.include