mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user