Date: Thu, 2 Jul 2020 04:41:51 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541011 - head/devel/p5-CPAN-Uploader Message-ID: <202007020441.0624fp4g083705@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Thu Jul 2 04:41:51 2020 New Revision: 541011 URL: https://svnweb.freebsd.org/changeset/ports/541011 Log: In r458896, `devel/p5-File-HomeDir' had been added as TEST_DEPENDS, but actually it is required at run-time, hence move it over to RUN_DEPENDS. PR: 245021 Approved by: maintainer (timeout since 2020-03-24) Modified: head/devel/p5-CPAN-Uploader/Makefile Modified: head/devel/p5-CPAN-Uploader/Makefile ============================================================================== --- head/devel/p5-CPAN-Uploader/Makefile Thu Jul 2 03:56:38 2020 (r541010) +++ head/devel/p5-CPAN-Uploader/Makefile Thu Jul 2 04:41:51 2020 (r541011) @@ -3,6 +3,7 @@ PORTNAME= CPAN-Uploader PORTVERSION= 0.103013 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,12 +16,12 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Getopt-Long-Descriptive>=0.084:devel/p5-Getopt-Long-Descriptive \ +RUN_DEPENDS= p5-File-HomeDir>=0:devel/p5-File-HomeDir \ + p5-Getopt-Long-Descriptive>=0.084:devel/p5-Getopt-Long-Descriptive \ p5-HTTP-Message>=0:www/p5-HTTP-Message \ p5-LWP-Protocol-https>=1:www/p5-LWP-Protocol-https \ p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ p5-libwww>=0:www/p5-libwww -TEST_DEPENDS= p5-File-HomeDir>=0:devel/p5-File-HomeDir NO_ARCH= yes USES= perl5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007020441.0624fp4g083705>