svn commit: r554633 - head/textproc/p5-pod2pdf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 8 17:49:28 UTC 2020


Author: sunpoet
Date: Sun Nov  8 17:49:22 2020
New Revision: 554633
URL: https://svnweb.freebsd.org/changeset/ports/554633

Log:
  Add missing dependency
  
  - Sort *_DEPENDS
  - Bump PORTREVISION for dependency change

Modified:
  head/textproc/p5-pod2pdf/Makefile

Modified: head/textproc/p5-pod2pdf/Makefile
==============================================================================
--- head/textproc/p5-pod2pdf/Makefile	Sun Nov  8 17:49:17 2020	(r554632)
+++ head/textproc/p5-pod2pdf/Makefile	Sun Nov  8 17:49:22 2020	(r554633)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pod2pdf
 PORTVERSION=	0.42
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:JONALLEN
@@ -13,9 +13,10 @@ MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Converts POD to PDF format
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-PDF-API2>=0.60:textproc/p5-PDF-API2 \
+RUN_DEPENDS=	p5-Getopt-ArgvFile>0:devel/p5-Getopt-ArgvFile \
+		p5-PDF-API2>=0.60:textproc/p5-PDF-API2 \
 		p5-Pod-Escapes>0:textproc/p5-Pod-Escapes \
-		p5-Getopt-ArgvFile>0:devel/p5-Getopt-ArgvFile
+		${P5_POD_PARSER}
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-head mailing list