Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2020 13:07:22 +0000 (UTC)
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r551928 - branches/2020Q4/www/rt44
Message-ID:  <202010101307.09AD7MRK066999@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mikael
Date: Sat Oct 10 13:07:22 2020
New Revision: 551928
URL: https://svnweb.freebsd.org/changeset/ports/551928

Log:
  MFH: r551764
  
  www/rt44: add dependency on textproc/p5-Pod-Parse
  
  Add dependency on textproc/p5-Pod-Parse:
  RT::Shredder::POD uses Pod::Select, which is provided by textproc/p5-Pod-Parser
  
  PR:		250197
  Reported by:	David Siebörger
  
  Approved by:	portmgr (fix runtime blanket)

Modified:
  branches/2020Q4/www/rt44/Makefile
  branches/2020Q4/www/rt44/Makefile.cpan
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/www/rt44/Makefile
==============================================================================
--- branches/2020Q4/www/rt44/Makefile	Sat Oct 10 13:06:43 2020	(r551927)
+++ branches/2020Q4/www/rt44/Makefile	Sat Oct 10 13:07:22 2020	(r551928)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rt
 DISTVERSION=	4.4.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://download.bestpractical.com/pub/rt/release/
 PKGNAMESUFFIX=	44

Modified: branches/2020Q4/www/rt44/Makefile.cpan
==============================================================================
--- branches/2020Q4/www/rt44/Makefile.cpan	Sat Oct 10 13:06:43 2020	(r551927)
+++ branches/2020Q4/www/rt44/Makefile.cpan	Sat Oct 10 13:07:22 2020	(r551928)
@@ -138,6 +138,7 @@ CORE_DEPS=	p5-Apache-Session>=1.53:www/p5-Apache-Sessi
 		p5-Net-CIDR>0:net-mgmt/p5-Net-CIDR					\
 		p5-Net-IP>=0:net-mgmt/p5-Net-IP						\
 		p5-Plack>=1.0002:www/p5-Plack						\
+		p5-Pod-Parser>0:textproc/p5-Pod-Parser					\
 		p5-Starlet>0:www/p5-Starlet						\
 		p5-Regexp-Common-net-CIDR>0:textproc/p5-Regexp-Common-net-CIDR		\
 		p5-Regexp-Common>0:textproc/p5-Regexp-Common				\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010101307.09AD7MRK066999>