svn commit: r551764 - head/www/rt44

Mikael Urankar mikael at FreeBSD.org
Fri Oct 9 11:55:00 UTC 2020


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				\


More information about the svn-ports-head mailing list