Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2019 10:02:17 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502544 - head/textproc/p5-Pod-Spell
Message-ID:  <201905251002.x4PA2H46038154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May 25 10:02:16 2019
New Revision: 502544
URL: https://svnweb.freebsd.org/changeset/ports/502544

Log:
  Remove Perl core module
  
  - Bump PORTREVISION for dependency change

Modified:
  head/textproc/p5-Pod-Spell/Makefile

Modified: head/textproc/p5-Pod-Spell/Makefile
==============================================================================
--- head/textproc/p5-Pod-Spell/Makefile	Sat May 25 10:02:11 2019	(r502543)
+++ head/textproc/p5-Pod-Spell/Makefile	Sat May 25 10:02:16 2019	(r502544)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Pod-Spell
 PORTVERSION=	1.20
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,12 +17,12 @@ BUILD_DEPENDS=	${RUN_DEPENDS} \
 RUN_DEPENDS=	p5-Class-Tiny>=0:devel/p5-Class-Tiny \
 		p5-File-ShareDir>=0:devel/p5-File-ShareDir \
 		p5-Lingua-EN-Inflect>=0:textproc/p5-Lingua-EN-Inflect \
-		p5-Path-Tiny>=0:devel/p5-Path-Tiny \
-		p5-Pod-Escapes>=1.01:textproc/p5-Pod-Escapes
+		p5-Path-Tiny>=0:devel/p5-Path-Tiny
 TEST_DEPENDS=	p5-Test-Deep>=0:devel/p5-Test-Deep
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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