From owner-svn-ports-head@FreeBSD.ORG Mon Dec 1 23:19:08 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31AC334D; Mon, 1 Dec 2014 23:19:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 041EB888; Mon, 1 Dec 2014 23:19:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB1NJ78J020029; Mon, 1 Dec 2014 23:19:07 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB1NJ7kq020027; Mon, 1 Dec 2014 23:19:07 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201412012319.sB1NJ7kq020027@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Mon, 1 Dec 2014 23:19:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373727 - head/devel/bugzilla44 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2014 23:19:08 -0000 Author: ohauer Date: Mon Dec 1 23:19:07 2014 New Revision: 373727 URL: https://svnweb.freebsd.org/changeset/ports/373727 QAT: https://qat.redports.org/buildarchive/r373727/ Log: - list empty dirs (make qa-script happy) - if PERL_LEVEL >= 501800, then also depend on devel/p5-Module-Pluggable Module::Pluggable from perl5.18 complains about deprection and this way cron job notice is no longer readable - bump PORTREVISION Modified: head/devel/bugzilla44/Makefile head/devel/bugzilla44/pkg-plist Modified: head/devel/bugzilla44/Makefile ============================================================================== --- head/devel/bugzilla44/Makefile Mon Dec 1 22:50:41 2014 (r373726) +++ head/devel/bugzilla44/Makefile Mon Dec 1 23:19:07 2014 (r373727) @@ -2,6 +2,7 @@ PORTNAME= bugzilla PORTVERSION= 4.4.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= BUGZILLA MASTER_SITE_SUBDIR= webtools webtools/archived @@ -41,6 +42,13 @@ EMPTY_DIRS_LIST=data graphs contrib lib .include "${.CURDIR}/Makefile.options" .include +.include +.if ${PERL_LEVEL} >= 501800 +# XXX silence Module::Pluggable deprecated warnings (PR 194782) +BUILD_DEPENDS+= p5-Module-Pluggable>=5.1:${PORTSDIR}/devel/p5-Module-Pluggable +RUN_DEPENDS+= p5-Module-Pluggable>=5.1:${PORTSDIR}/devel/p5-Module-Pluggable +.endif + .if ${PORT_OPTIONS:MMODPERL} USE_APACHE_RUN= 22+ .endif @@ -196,4 +204,4 @@ do-install: .SILENT (cd ${WRKSRC}/contrib && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/contrib) .endif -.include +.include Modified: head/devel/bugzilla44/pkg-plist ============================================================================== --- head/devel/bugzilla44/pkg-plist Mon Dec 1 22:50:41 2014 (r373726) +++ head/devel/bugzilla44/pkg-plist Mon Dec 1 23:19:07 2014 (r373727) @@ -887,3 +887,9 @@ %%WWWDIR%%/whine.pl %%WWWDIR%%/whineatnews.pl %%WWWDIR%%/xmlrpc.cgi +@dir %%WWWDIR%%/contrib +@dir %%WWWDIR%%/data +@dir %%WWWDIR%%/graphs +@dir %%WWWDIR%%/lib +@dir %%WWWDIR%%/t +@dir %%WWWDIR%%/xt