Date: Sat, 10 Oct 2020 07:47:14 +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: r551902 - head/textproc/p5-PDF-Create Message-ID: <202010100747.09A7lEwl067930@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Oct 10 07:47:14 2020 New Revision: 551902 URL: https://svnweb.freebsd.org/changeset/ports/551902 Log: Update to 1.46 - Add missing RUN_DEPENDS - Add NO_ARCH - Sort PLIST Changes: https://metacpan.org/changes/distribution/PDF-Create Modified: head/textproc/p5-PDF-Create/Makefile head/textproc/p5-PDF-Create/distinfo head/textproc/p5-PDF-Create/pkg-plist Modified: head/textproc/p5-PDF-Create/Makefile ============================================================================== --- head/textproc/p5-PDF-Create/Makefile Sat Oct 10 07:47:09 2020 (r551901) +++ head/textproc/p5-PDF-Create/Makefile Sat Oct 10 07:47:14 2020 (r551902) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PDF-Create -PORTVERSION= 1.43 +PORTVERSION= 1.46 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,11 +13,14 @@ COMMENT= Perl script to convert text files to PDF file LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-File-ShareDir-Install>=0.10:devel/p5-File-ShareDir-Install \ - p5-File-Share>=0.25:devel/p5-File-Share \ - p5-Test-LeakTrace>=0.16:devel/p5-Test-LeakTrace +BUILD_DEPENDS= p5-File-ShareDir-Install>=0:devel/p5-File-ShareDir-Install \ + ${RUN_DEPENDS} +RUN_DEPENDS= p5-File-Share>=0.25:devel/p5-File-Share \ + p5-JSON>=0:converters/p5-JSON USES= perl5 USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/textproc/p5-PDF-Create/distinfo ============================================================================== --- head/textproc/p5-PDF-Create/distinfo Sat Oct 10 07:47:09 2020 (r551901) +++ head/textproc/p5-PDF-Create/distinfo Sat Oct 10 07:47:14 2020 (r551902) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527595521 -SHA256 (PDF-Create-1.43.tar.gz) = c0236787a19390b7075cb59353bbde72bbb7b81bc329c6d306fe73a9e71d8974 -SIZE (PDF-Create-1.43.tar.gz) = 120986 +TIMESTAMP = 1601996514 +SHA256 (PDF-Create-1.46.tar.gz) = 27a21cc1e4b817732b76faf4497ccaa0a7009dceead9d017696cea620fcecf58 +SIZE (PDF-Create-1.46.tar.gz) = 119051 Modified: head/textproc/p5-PDF-Create/pkg-plist ============================================================================== --- head/textproc/p5-PDF-Create/pkg-plist Sat Oct 10 07:47:09 2020 (r551901) +++ head/textproc/p5-PDF-Create/pkg-plist Sat Oct 10 07:47:14 2020 (r551902) @@ -1,10 +1,10 @@ bin/verify-char-width -%%SITE_PERL%%/PDF/Create/Page.pm -%%SITE_PERL%%/PDF/Create/Outline.pm %%SITE_PERL%%/PDF/Create.pm +%%SITE_PERL%%/PDF/Create/Outline.pm +%%SITE_PERL%%/PDF/Create/Page.pm +%%SITE_PERL%%/PDF/Font.pm %%SITE_PERL%%/PDF/Image/GIF.pm %%SITE_PERL%%/PDF/Image/JPEG.pm -%%SITE_PERL%%/PDF/Font.pm %%SITE_PERL%%/auto/share/dist/PDF-Create/courier-bold.json %%SITE_PERL%%/auto/share/dist/PDF-Create/courier-boldoblique.json %%SITE_PERL%%/auto/share/dist/PDF-Create/courier-oblique.json
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010100747.09A7lEwl067930>