Skip to content

Commit

Permalink
Mk/Uses/perl5.mk: Remove outdated P5_POD_PARSER
Browse files Browse the repository at this point in the history
lang/perl5.30 has been removed in b3fb5d8.
  • Loading branch information
sunpoet committed Jun 3, 2022
1 parent ca747fc commit 699f62d
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 24 deletions.
6 changes: 0 additions & 6 deletions Mk/Uses/perl5.mk
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,6 @@ IGNORE= has unknown USE_PERL5 components: ${_USE_PERL5_UNKNOWN}

_USES_POST+= perl5

. if ${PERL_LEVEL} >= 503100
P5_POD_PARSER= p5-Pod-Parser>=1.63:textproc/p5-Pod-Parser
. else
P5_POD_PARSER=
. endif

.endif

.if defined(_POSTMKINCLUDED) && !defined(_INCLUDE_USES_PERL5_POST_MK)
Expand Down
4 changes: 2 additions & 2 deletions audio/mp3lint/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ COMMENT= Configurable tool to check collections of audio files
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= ${RUN_DEPENDS} \
${P5_POD_PARSER}
BUILD_DEPENDS= p5-Pod-Parser>=0:textproc/p5-Pod-Parser \
${RUN_DEPENDS}
RUN_DEPENDS= libmp3-archive-perl>=0:audio/libmp3-archive-perl

USES= perl5
Expand Down
2 changes: 1 addition & 1 deletion converters/p5-LaTeXML/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
p5-Text-Unidecode>=0:converters/p5-Text-Unidecode \
p5-IO-String>=0:devel/p5-IO-String \
p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent \
p5-Pod-Parser>=0:textproc/p5-Pod-Parser \
p5-Image-Size>=0:graphics/p5-Image-Size \
p5-URI>=0:net/p5-URI \
p5-File-Which>=0:sysutils/p5-File-Which \
p5-XML-LibXML>=1.62:textproc/p5-XML-LibXML \
p5-XML-LibXSLT>=1.58:textproc/p5-XML-LibXSLT \
${P5_POD_PARSER} \
p5-libwww>=0:www/p5-libwww

USES= perl5
Expand Down
4 changes: 2 additions & 2 deletions databases/p5-DBIx-Class-Migration/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ COMMENT= Perl extension to make migrating your DBIx::Class databases easier
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual

BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= \
p5-Class-Load>0.22:devel/p5-Class-Load \
p5-Config-MySQL>=0.02:devel/p5-Config-MySQL \
Expand All @@ -25,11 +26,10 @@ RUN_DEPENDS= \
p5-MooX-Attribute-ENV>=0.02:devel/p5-MooX-Attribute-ENV \
p5-MooX-Options>=4.103:devel/p5-MooX-Options \
p5-MooX-Traits>=0.005:devel/p5-MooX-Traits \
${P5_POD_PARSER} \
p5-Pod-Parser>=1.63:textproc/p5-Pod-Parser \
p5-SQL-Translator>=0.11021:databases/p5-SQL-Translator \
p5-Text-Brew>=0.02:textproc/p5-Text-Brew \
p5-version>=0.9924:devel/p5-version
BUILD_DEPENDS= ${RUN_DEPENDS}
TEST_DEPENDS= \
p5-Test-Most>=0.34:devel/p5-Test-Most \
p5-Test-Requires>=0.10:devel/p5-Test-Requires
Expand Down
2 changes: 1 addition & 1 deletion devel/p5-Pod-Coverage/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LICENSE_COMB= dual

BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Devel-Symdump>=2.01:devel/p5-Devel-Symdump \
${P5_POD_PARSER}
p5-Pod-Parser>=1.13:textproc/p5-Pod-Parser
TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod

USES= perl5
Expand Down
2 changes: 1 addition & 1 deletion graphics/darktable/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ONLY_FOR_ARCHS= aarch64 amd64 powerpc64le
ONLY_FOR_ARCHS_REASON= uses 64-bit address space

BUILD_DEPENDS= iso-codes>=0:misc/iso-codes \
${P5_POD_PARSER} \
p5-Pod-Parser>=0:textproc/p5-Pod-Parser \
po4a-translate:textproc/po4a \
xsltproc:textproc/libxslt \
bash:shells/bash
Expand Down
2 changes: 1 addition & 1 deletion lang/parrot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COMMENT= Virtual machine for dynamic languages
LICENSE= ART20

BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \
${P5_POD_PARSER} \
p5-Pod-Parser>=0:textproc/p5-Pod-Parser \
pcre-config:devel/pcre
LIB_DEPENDS= libgmp.so:math/gmp \
libicudata.so:devel/icu
Expand Down
2 changes: 1 addition & 1 deletion mail/sqlgrey/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING

RUN_DEPENDS= p5-Net-Server>=0:net/p5-Net-Server \
p5-IO-Multiplex>=0:devel/p5-IO-Multiplex \
${P5_POD_PARSER} \
p5-Pod-Parser>=0:textproc/p5-Pod-Parser \
${LOCALBASE}/bin/bash:shells/bash \
${LOCALBASE}/bin/gmd5sum:sysutils/coreutils

Expand Down
2 changes: 1 addition & 1 deletion math/PDL/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BROKEN_i386= ld: error: can't create dynamic relocation R_386_32 against local s
.endif

BUILD_DEPENDS= p5-Devel-CheckLib>=1.01:devel/p5-Devel-CheckLib \
${P5_POD_PARSER} \
p5-Pod-Parser>=0:textproc/p5-Pod-Parser \
${RUN_DEPENDS}
RUN_DEPENDS= p5-Astro-FITS-Header>=0:astro/p5-Astro-FITS-Header \
p5-Convert-UU>=0:converters/p5-Convert-UU \
Expand Down
2 changes: 1 addition & 1 deletion net/p5-URI-Fast/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-URI-Encode-XS>=0.11:net/p5-URI-Encode-XS \
p5-URI>=0:net/p5-URI \
p5-Unicode-LineBreak>=0:textproc/p5-Unicode-LineBreak
TEST_DEPENDS= ${P5_POD_PARSER} \
TEST_DEPENDS= p5-Pod-Parser>=0:textproc/p5-Pod-Parser \
p5-Test-LeakTrace>=0.16:devel/p5-Test-LeakTrace \
p5-Test2-Suite>=0.000141:devel/p5-Test2-Suite

Expand Down
2 changes: 1 addition & 1 deletion security/silktools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LICENSE_PERMS_GPLR= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

LIB_DEPENDS= libfixbuf.so:net/libfixbuf
BUILD_DEPENDS= p5-DBI>=0:databases/p5-DBI \
${P5_POD_PARSER}
p5-Pod-Parser>=0:textproc/p5-Pod-Parser
RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI

GNU_CONFIGURE= yes
Expand Down
2 changes: 1 addition & 1 deletion textproc/p5-Perl-Critic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN_DEPENDS= p5-B-Keywords>=1.05:devel/p5-B-Keywords \
p5-Readonly>=2:devel/p5-Readonly \
p5-String-Format>=1.13:textproc/p5-String-Format \
p5-Task-Weaken>=0:devel/p5-Task-Weaken \
${P5_POD_PARSER}
p5-Pod-Parser>=0:textproc/p5-Pod-Parser
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep

USES= perl5
Expand Down
2 changes: 1 addition & 1 deletion textproc/p5-pod2pdf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Getopt-ArgvFile>0:devel/p5-Getopt-ArgvFile \
p5-PDF-API2>=0.60:textproc/p5-PDF-API2 \
p5-Pod-Escapes>0:textproc/p5-Pod-Escapes \
${P5_POD_PARSER}
p5-Pod-Parser>=0:textproc/p5-Pod-Parser

USES= perl5
USE_PERL5= configure
Expand Down
2 changes: 1 addition & 1 deletion textproc/po4a/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= ${RUN_DEPENDS} \
${P5_POD_PARSER}
p5-Pod-Parser>=0:textproc/p5-Pod-Parser
RUN_DEPENDS= p5-Term-ReadKey>=2.30:devel/p5-Term-ReadKey \
p5-Text-WrapI18N>=0.06:textproc/p5-Text-WrapI18N \
p5-SGMLSpm>=1.03:textproc/p5-SGMLSpm \
Expand Down
2 changes: 1 addition & 1 deletion www/rt44/Makefile.cpan
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p5-Apache-Session \
p5-Net-IP>=0:net-mgmt/p5-Net-IP \
p5-Parallel-ForkManager>=0:devel/p5-Parallel-ForkManager \
p5-Plack>=1.0002:www/p5-Plack \
${P5_POD_PARSER} \
p5-Pod-Parser>=0:textproc/p5-Pod-Parser \
p5-Starlet>0:www/p5-Starlet \
p5-Regexp-Common-net-CIDR>0:textproc/p5-Regexp-Common-net-CIDR \
p5-Regexp-Common>0:textproc/p5-Regexp-Common \
Expand Down
2 changes: 1 addition & 1 deletion www/rt50/Makefile.cpan
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p5-Apache-Session \
p5-Net-IP>=0:net-mgmt/p5-Net-IP \
p5-Parallel-ForkManager>=0:devel/p5-Parallel-ForkManager \
p5-Plack>=1.0002:www/p5-Plack \
${P5_POD_PARSER} \
p5-Pod-Parser>=0:textproc/p5-Pod-Parser \
p5-Starlet>0:www/p5-Starlet \
p5-Regexp-Common-net-CIDR>0:textproc/p5-Regexp-Common-net-CIDR \
p5-Regexp-Common>0:textproc/p5-Regexp-Common \
Expand Down
2 changes: 1 addition & 1 deletion x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LICENSE= ART10 GPLv1+
LICENSE_COMB= dual

BUILD_DEPENDS= ${RUN_DEPENDS} \
${P5_POD_PARSER}
p5-Pod-Parser>=0:textproc/p5-Pod-Parser
RUN_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
p5-IO-Stringy>=0:devel/p5-IO-Stringy \
p5-Locale-gettext>=0:devel/p5-Locale-gettext \
Expand Down

0 comments on commit 699f62d

Please sign in to comment.