From abc68c0d0b93337e312e5676addf8899be22abd8 Mon Sep 17 00:00:00 2001 From: ohauer Date: Thu, 18 Dec 2014 18:35:34 +0000 Subject: - explicitly depend on textproc/p5-Text-Tabv (if ${PERL_LEVEL} >= 501800) - bump PORTREVISION This patch was also suggested by upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=1067285 PR: 196060 PR: 196100 Submitted by: mva@ --- devel/bugzilla44/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/bugzilla44/Makefile b/devel/bugzilla44/Makefile index 5f8b22e0a122..2374124ef8bc 100644 --- a/devel/bugzilla44/Makefile +++ b/devel/bugzilla44/Makefile @@ -2,7 +2,7 @@ PORTNAME= bugzilla PORTVERSION= 4.4.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= BUGZILLA MASTER_SITE_SUBDIR= webtools webtools/archived @@ -44,9 +44,11 @@ EMPTY_DIRS_LIST=data graphs contrib lib t xt .include .if ${PERL_LEVEL} >= 501800 -# XXX silence Module::Pluggable deprecated warnings (PR 194782) +# PR 194782: silence Module::Pluggable deprecated warnings BUILD_DEPENDS+= p5-Module-Pluggable>=5.1:${PORTSDIR}/devel/p5-Module-Pluggable RUN_DEPENDS+= p5-Module-Pluggable>=5.1:${PORTSDIR}/devel/p5-Module-Pluggable +# PR 196060,196100: explicitly depend on textproc/p5-Text-Tabv +RUN_DEPENDS+= p5-Text-Tabs+Wrap>=2013.0523:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap .endif .if ${PORT_OPTIONS:MMODPERL} -- cgit