Date: Fri, 30 Jun 2017 14:00:18 +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: r444753 - head/devel/p5-CPAN-Site Message-ID: <201706301400.v5UE0Ih2037970@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jun 30 14:00:18 2017 New Revision: 444753 URL: https://svnweb.freebsd.org/changeset/ports/444753 Log: Fix *_DEPENDS: add missing archivers/p5-Archive-Zip and www/p5-HTTP-Date With hat: perl Modified: head/devel/p5-CPAN-Site/Makefile Modified: head/devel/p5-CPAN-Site/Makefile ============================================================================== --- head/devel/p5-CPAN-Site/Makefile Fri Jun 30 13:45:11 2017 (r444752) +++ head/devel/p5-CPAN-Site/Makefile Fri Jun 30 14:00:18 2017 (r444753) @@ -14,8 +14,10 @@ COMMENT= Extend CPAN with private packages LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \ +BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ + p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \ p5-CPAN-Checksums>=0:devel/p5-CPAN-Checksums \ + p5-HTTP-Date>=0:www/p5-HTTP-Date \ p5-libwww>=0:www/p5-libwww \ p5-Log-Report>=0.25:devel/p5-Log-Report RUN_DEPENDS:= ${BUILD_DEPENDS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706301400.v5UE0Ih2037970>