Commits

David B. Evans authored 5d709e72705
mod_perl2: add +perl5_30 variant

In preparation for adding perl 5.30 subports. See https://github.com/macports/macports-ports/pull/5457
No tags

www/mod_perl2/Portfile

Modified
26 26 homepage https://perl.apache.org/
27 27 master_sites apache:perl/
28 28 distname mod_perl-${version}
29 29
30 30 checksums rmd160 c96405de064cd378b3b69225ea20e5d950ddacd5 \
31 31 sha256 ca2a9e18cdf90f9c6023e786369d5ba75e8dac292ebfea9900c29bf42dc16f74 \
32 32 size 3848147
33 33
34 34 perl5.require_variant yes
35 35 perl5.conflict_variants yes
36 -perl5.branches 5.26 5.28
36 +perl5.branches 5.26 5.28 5.30
37 37 perl5.create_variants ${perl5.branches}
38 38
39 39 depends_lib port:apache2 \
40 40 port:perl${perl5.major}
41 41
42 42 worksrcdir mod_perl-${version}
43 43
44 44 if {[string match *clang* ${configure.compiler}]} {
45 45 patchfiles-append clang-compatibility_src-modules-perl-modperl_common_util.h.patch
46 46 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut