perl: vendor_perl is compatible with $portVersion.

* rebuild recipes depending on vendor_perl.
* beware though, haikuporter might wrongly select both perl 5.18 and
perl 5.26 in the chroot to satisfy the dependencies.
This commit is contained in:
Jerome Duval
2017-07-25 18:08:41 +02:00
parent b1b4b46b7c
commit a854d846b0
4 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ HOMEPAGE="http://www.perl.org/"
COPYRIGHT="1993-2017 Larry Wall and others"
LICENSE="GNU GPL v1
Artistic"
REVISION="1"
REVISION="2"
SOURCE_URI="http://www.cpan.org/src/perl-$portVersion.tar.gz"
CHECKSUM_SHA256="ebe7c66906d4fb55449380ab1b7e004eeef52c38d3443fa301f8e17a1a4cb67f"
PATCHES="perl-$portVersion.patchset"
@@ -59,10 +59,10 @@ PROVIDES="
cmd:zipdetails = $portVersion compat >= 5
# vendor_perl refers to the path to packaged perl modules, which includes
# the full perl version, so it isn't backwards compatible to anything else.
vendor_perl = $portVersion
vendor_perl = $portVersion compat >= $portVersion
# It is unclear which kind of backwards compatibility libperl.so
# implements, so we assume none.
lib:libperl = $portVersion
lib:libperl = $portVersion compat >= $portVersion
"
REQUIRES="
haiku