svn commit: r443817 - head/www/rt44

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 18 05:52:25 UTC 2017


Author: sunpoet
Date: Sun Jun 18 05:52:24 2017
New Revision: 443817
URL: https://svnweb.freebsd.org/changeset/ports/443817

Log:
  Remove Perl core modules
  
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

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

Modified: head/www/rt44/Makefile
==============================================================================
--- head/www/rt44/Makefile	Sun Jun 18 05:52:19 2017	(r443816)
+++ head/www/rt44/Makefile	Sun Jun 18 05:52:24 2017	(r443817)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rt
 DISTVERSION=	4.4.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITES=	http://download.bestpractical.com/pub/rt/release/
 PKGNAMESUFFIX=	44

Modified: head/www/rt44/Makefile.cpan
==============================================================================
--- head/www/rt44/Makefile.cpan	Sun Jun 18 05:52:19 2017	(r443816)
+++ head/www/rt44/Makefile.cpan	Sun Jun 18 05:52:24 2017	(r443817)
@@ -111,7 +111,6 @@ CORE_DEPS=	p5-Apache-Session>=1.53:www/p5-Apache-Sessi
 		p5-Devel-StackTrace>=1.30:devel/p5-Devel-StackTrace				\
 		p5-Email-Address>=1.897:mail/p5-Email-Address				\
 		p5-Email-Address-List>=0.03:mail/p5-Email-Address-List			\
-		p5-Encode>=2.64:converters/p5-Encode					\
 		p5-File-ShareDir>0:devel/p5-File-ShareDir					\
 		p5-HTML-FormatText-WithLinks-AndTables>0:textproc/p5-HTML-FormatText-WithLinks-AndTables	\
 		p5-HTML-FormatText-WithLinks>=0.14:textproc/p5-HTML-FormatText-WithLinks	\
@@ -138,7 +137,6 @@ 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