svn commit: r492570 - head/textproc/p5-PDF-Reuse

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 10 00:08:22 UTC 2019


Author: sunpoet
Date: Sun Feb 10 00:08:16 2019
New Revision: 492570
URL: https://svnweb.freebsd.org/changeset/ports/492570

Log:
  Remove Perl core modules
  
  - While I'm here, sort *_DEPENDS
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/textproc/p5-PDF-Reuse/Makefile

Modified: head/textproc/p5-PDF-Reuse/Makefile
==============================================================================
--- head/textproc/p5-PDF-Reuse/Makefile	Sun Feb 10 00:08:11 2019	(r492569)
+++ head/textproc/p5-PDF-Reuse/Makefile	Sun Feb 10 00:08:16 2019	(r492570)
@@ -2,6 +2,7 @@
 
 PORTNAME=	PDF-Reuse
 DISTVERSION=	0.39
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,12 +13,9 @@ COMMENT=	Another perl module to reuse and mass produce
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-IO-Compress>=0:archivers/p5-IO-Compress \
-		p5-Exporter>=0:devel/p5-Exporter \
-		p5-AutoLoader>=0:devel/p5-AutoLoader \
-		p5-Carp>=0:devel/p5-Carp \
-		p5-Digest-MD5>=0:security/p5-Digest-MD5 \
-		p5-Font-TTF>=0:x11-fonts/p5-Font-TTF\
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Font-TTF>=0:x11-fonts/p5-Font-TTF\
+		p5-IO-Compress>=0:archivers/p5-IO-Compress \
 		p5-Text-PDF>=0:print/p5-Text-PDF
 
 USES=		perl5


More information about the svn-ports-all mailing list