From owner-svn-ports-head@FreeBSD.ORG Thu Dec 18 18:35:36 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33C1770F; Thu, 18 Dec 2014 18:35:36 +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 1FB792B02; Thu, 18 Dec 2014 18:35:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBIIZZ6u010845; Thu, 18 Dec 2014 18:35:35 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBIIZZCR010844; Thu, 18 Dec 2014 18:35:35 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201412181835.sBIIZZCR010844@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Thu, 18 Dec 2014 18:35:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374914 - 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: Thu, 18 Dec 2014 18:35:36 -0000 Author: ohauer Date: Thu Dec 18 18:35:34 2014 New Revision: 374914 URL: https://svnweb.freebsd.org/changeset/ports/374914 QAT: https://qat.redports.org/buildarchive/r374914/ Log: - 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@ Modified: head/devel/bugzilla44/Makefile Modified: head/devel/bugzilla44/Makefile ============================================================================== --- head/devel/bugzilla44/Makefile Thu Dec 18 17:09:44 2014 (r374913) +++ head/devel/bugzilla44/Makefile Thu Dec 18 18:35:34 2014 (r374914) @@ -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 .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}