svn commit: r551928 - branches/2020Q4/www/rt44

Mikael Urankar mikael at FreeBSD.org
Sat Oct 10 13:07:23 UTC 2020


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				\


More information about the svn-ports-all mailing list