Date: Fri, 30 Jul 2021 13:18:54 GMT From: Mikael Urankar <mikael@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 6640ded6a99e - 2021Q3 - www/rt50: add missing dependency Message-ID: <202107301318.16UDIswG058271@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=6640ded6a99e1ad0c4445c35c3f40e4feba4a026 commit 6640ded6a99e1ad0c4445c35c3f40e4feba4a026 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2021-07-30 13:17:48 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2021-07-30 13:18:50 +0000 www/rt50: add missing dependency Text::WordDiff is required (cherry picked from commit b6371e5ee5e8e9ed088fe373e0f6c114239c4c3b) --- www/rt50/Makefile | 1 + www/rt50/Makefile.cpan | 2 ++ 2 files changed, 3 insertions(+) diff --git a/www/rt50/Makefile b/www/rt50/Makefile index ef580c89dead..79807f2ffea7 100644 --- a/www/rt50/Makefile +++ b/www/rt50/Makefile @@ -1,5 +1,6 @@ PORTNAME= rt DISTVERSION= 5.0.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ PKGNAMESUFFIX= 50 diff --git a/www/rt50/Makefile.cpan b/www/rt50/Makefile.cpan index b4168293974d..e63d74d57bf9 100644 --- a/www/rt50/Makefile.cpan +++ b/www/rt50/Makefile.cpan @@ -83,6 +83,7 @@ ### Text::Quoted 2.07 ### Text::Template 1.44 ### Text::WikiFormat 0.76 +### Text::WordDiff ### Text::Wrapper ### Time::HiRes perl std ### Time::ParseDate @@ -160,6 +161,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p5-Apache-Session \ p5-Text-Quoted>=2.07:textproc/p5-Text-Quoted \ p5-Text-Template>=1.44:textproc/p5-Text-Template \ p5-Text-WikiFormat>=0.76:textproc/p5-Text-WikiFormat \ + p5-Text-WordDiff>0:textproc/p5-Text-WordDiff \ p5-Text-Wrapper>0:textproc/p5-Text-Wrapper \ p5-Time-modules>0:devel/p5-Time-modules \ p5-Tree-Simple>=1.04:devel/p5-Tree-Simple \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107301318.16UDIswG058271>