mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
perl: update compatibility string for libperl.
no need to rebuild libperl reverse 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"
|
||||
perlShortVersion="${portVersion%.*}"
|
||||
SOURCE_URI="http://www.cpan.org/src/perl-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="572f9cea625d6062f8a63b5cee9d3ee840800a001d2bb201a41b9a177ab7f70d"
|
||||
@@ -61,9 +61,7 @@ PROVIDES="
|
||||
# vendor_perl refers to the path to packaged perl modules, which includes
|
||||
# the short perl version, so it is backwards compatible up this one.
|
||||
vendor_perl = $perlShortVersion compat >= $perlShortVersion
|
||||
# It is unclear which kind of backwards compatibility libperl.so
|
||||
# implements, so we assume none.
|
||||
lib:libperl = $portVersion compat >= $portVersion
|
||||
lib:libperl = $portVersion compat >= $perlShortVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
|
||||
Reference in New Issue
Block a user