Date: Sun, 10 Feb 2019 00:08:16 +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: r492570 - head/textproc/p5-PDF-Reuse Message-ID: <201902100008.x1A08G3P085222@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902100008.x1A08G3P085222>