Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 2020 11:54:59 +0000 (UTC)
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551764 - head/www/rt44
Message-ID:  <202010091154.099BsxO4018244@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mikael
Date: Fri Oct  9 11:54:59 2020
New Revision: 551764
URL: https://svnweb.freebsd.org/changeset/ports/551764

Log:
  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
  MFH:		2020Q4 (blanket: runtime fix)

Modified:
  head/www/rt44/Makefile
  head/www/rt44/Makefile.cpan

Modified: head/www/rt44/Makefile
==============================================================================
--- head/www/rt44/Makefile	Fri Oct  9 11:51:12 2020	(r551763)
+++ head/www/rt44/Makefile	Fri Oct  9 11:54:59 2020	(r551764)
@@ -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: head/www/rt44/Makefile.cpan
==============================================================================
--- head/www/rt44/Makefile.cpan	Fri Oct  9 11:51:12 2020	(r551763)
+++ head/www/rt44/Makefile.cpan	Fri Oct  9 11:54:59 2020	(r551764)
@@ -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?202010091154.099BsxO4018244>