Date: Mon, 1 Dec 2014 23:19:07 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373727 - head/devel/bugzilla44 Message-ID: <201412012319.sB1NJ7kq020027@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> +.include <bsd.port.pre.mk> +.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 <bsd.port.mk> +.include <bsd.port.post.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412012319.sB1NJ7kq020027>