svn commit: r502544 - head/textproc/p5-Pod-Spell

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 25 10:02:21 UTC 2019


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>


More information about the svn-ports-head mailing list