mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
This commit is contained in:
@@ -14,10 +14,10 @@ COMMENT= Wrapper around Archive::Rar
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Archive-Any>=0:archivers/p5-Archive-Any \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Archive-Any>=0:archivers/p5-Archive-Any \
|
||||
p5-Archive-Rar>=0:archivers/p5-Archive-Rar \
|
||||
p5-lib-abs>=0.90:devel/p5-lib-abs
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,11 +14,11 @@ LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Archive-Zip>=1.07:archivers/p5-Archive-Zip \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Archive-Zip>=1.07:archivers/p5-Archive-Zip \
|
||||
p5-File-MMagic>=1.27:devel/p5-File-MMagic \
|
||||
p5-MIME-Types>=1.16:mail/p5-MIME-Types \
|
||||
p5-Module-Find>=0.05:devel/p5-Module-Find
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Perl-Critic>=0:textproc/p5-Test-Perl-Critic \
|
||||
p5-Test-Warn>=0:devel/p5-Test-Warn
|
||||
|
||||
|
||||
@@ -14,8 +14,8 @@ COMMENT= Generic archive extracting mechanism (using libarchive)
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Object-Tiny>=0:devel/p5-Object-Tiny
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Object-Tiny>=0:devel/p5-Object-Tiny
|
||||
TEST_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \
|
||||
p5-Path-Class>=0:devel/p5-Path-Class \
|
||||
p5-Test-Pod>=1.04:devel/p5-Test-Pod
|
||||
|
||||
@@ -14,10 +14,10 @@ COMMENT= Peek into archives without extracting them
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
|
||||
p5-Moose>=0:devel/p5-Moose \
|
||||
p5-MooseX-Types-Path-Class>=0:devel/p5-MooseX-Types-Path-Class
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Pod>=1.14:devel/p5-Test-Pod
|
||||
|
||||
USES= perl5
|
||||
|
||||
@@ -14,9 +14,9 @@ COMMENT= Interface with the 'rar' command
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-IPC-Run>=0:devel/p5-IPC-Run \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-IPC-Run>=0:devel/p5-IPC-Run \
|
||||
rar:archivers/rar
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
|
||||
@@ -14,9 +14,9 @@ COMMENT= Simple module for extract archives
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Archive-Rar>=2.02:archivers/p5-Archive-Rar \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Archive-Rar>=2.02:archivers/p5-Archive-Rar \
|
||||
p5-Archive-Zip>=1.30:archivers/p5-Archive-Zip
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod \
|
||||
p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage
|
||||
|
||||
|
||||
@@ -13,10 +13,10 @@ COMMENT= API wrapper around the 'tar' utility
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-File-Which>=0:sysutils/p5-File-Which \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-File-Which>=0:sysutils/p5-File-Which \
|
||||
p5-IPC-Run>=0:devel/p5-IPC-Run \
|
||||
p5-Log-Log4perl>=0:devel/p5-Log-Log4perl
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Dumbbench>=0.111:benchmarks/p5-Dumbbench
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
@@ -13,11 +13,11 @@ COMMENT= Pure perl implementation of LZW
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Moo>=1.001000:devel/p5-Moo \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Moo>=1.001000:devel/p5-Moo \
|
||||
p5-Type-Tiny>0:devel/p5-Type-Tiny \
|
||||
p5-namespace-clean>0:devel/p5-namespace-clean \
|
||||
p5-strictures>0:devel/p5-strictures
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
|
||||
@@ -13,9 +13,9 @@ COMMENT= Write lzf files / buffers
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Compress-LZF>=0:archivers/p5-Compress-LZF \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Compress-LZF>=0:archivers/p5-Compress-LZF \
|
||||
p5-IO-Compress>=${PORTVERSION}:archivers/p5-IO-Compress
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
@@ -13,9 +13,9 @@ COMMENT= Write lzma files / buffers
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Compress-Raw-Lzma>=${PORTVERSION}:archivers/p5-Compress-Raw-Lzma \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Compress-Raw-Lzma>=${PORTVERSION}:archivers/p5-Compress-Raw-Lzma \
|
||||
p5-IO-Compress>=${PORTVERSION}:archivers/p5-IO-Compress
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-IO-String>=0:devel/p5-IO-String \
|
||||
p5-Test-Pod>=1:devel/p5-Test-Pod \
|
||||
p7zip>=0:archivers/p7zip
|
||||
|
||||
@@ -13,9 +13,9 @@ COMMENT= Write lzop files / buffers
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Compress-LZO>=0:archivers/p5-Compress-LZO \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Compress-LZO>=0:archivers/p5-Compress-LZO \
|
||||
p5-IO-Compress>=${PORTVERSION}:archivers/p5-IO-Compress
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
@@ -13,9 +13,9 @@ COMMENT= Perl5 compression modules (bzip2, deflate, gzip, zlib, zip)
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Compress-Raw-Bzip2>=${PORTVERSION}:archivers/p5-Compress-Raw-Bzip2 \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Compress-Raw-Bzip2>=${PORTVERSION}:archivers/p5-Compress-Raw-Bzip2 \
|
||||
p5-Compress-Raw-Zlib>=${PORTVERSION}:archivers/p5-Compress-Raw-Zlib
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
@@ -14,9 +14,9 @@ LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Compress-Bzip2>=2.08:archivers/p5-Compress-Bzip2 \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Compress-Bzip2>=2.08:archivers/p5-Compress-Bzip2 \
|
||||
p5-POE>=0.38:devel/p5-POE
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
|
||||
@@ -14,9 +14,9 @@ LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Compress-LZF>=1.51:archivers/p5-Compress-LZF \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Compress-LZF>=1.51:archivers/p5-Compress-LZF \
|
||||
p5-POE>=0.38:devel/p5-POE
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,9 +14,9 @@ LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Compress-LZO>=1.08:archivers/p5-Compress-LZO \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Compress-LZO>=1.08:archivers/p5-Compress-LZO \
|
||||
p5-POE>=0.38:devel/p5-POE
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,9 +14,9 @@ LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Compress-LZW>=0:archivers/p5-Compress-LZW \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Compress-LZW>=0:archivers/p5-Compress-LZW \
|
||||
p5-POE>=0.38:devel/p5-POE
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,8 +14,8 @@ LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-POE>=0.38:devel/p5-POE
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-POE>=0.38:devel/p5-POE
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,8 +14,8 @@ COMMENT= Perl extension to provide a PerlIO layer to bzip2/bunzip2
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -13,8 +13,8 @@ COMMENT= OO Perl interface to the ADS abstract service
|
||||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-libwww>=0:www/p5-libwww
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
|
||||
@@ -13,13 +13,13 @@ COMMENT= Forecast satellite visibility
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Astro-SIMBAD-Client>=0:astro/p5-Astro-SIMBAD-Client \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Astro-SIMBAD-Client>=0:astro/p5-Astro-SIMBAD-Client \
|
||||
p5-Astro-satpass>=0.077:astro/p5-Astro-satpass \
|
||||
p5-Clone>=0:devel/p5-Clone \
|
||||
p5-File-HomeDir>=0.93:devel/p5-File-HomeDir \
|
||||
p5-IPC-System-Simple>=0:devel/p5-IPC-System-Simple \
|
||||
p5-Template-Toolkit>=2.21:www/p5-Template-Toolkit
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user