aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2014-12-19 02:35:34 +0800
committerohauer <ohauer@FreeBSD.org>2014-12-19 02:35:34 +0800
commitabc68c0d0b93337e312e5676addf8899be22abd8 (patch)
treea6844677d5fb0e5fe1c840c1602fbb52ee943244 /devel
parent70af43074050d7a7a14886069031f1cdbf400d40 (diff)
downloadfreebsd-ports-gnome-abc68c0d0b93337e312e5676addf8899be22abd8.tar.gz
freebsd-ports-gnome-abc68c0d0b93337e312e5676addf8899be22abd8.tar.zst
freebsd-ports-gnome-abc68c0d0b93337e312e5676addf8899be22abd8.zip
- 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@
Diffstat (limited to 'devel')
-rw-r--r--devel/bugzilla44/Makefile6
1 files changed, 4 insertions, 2 deletions
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 <bsd.port.pre.mk>
.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}