mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +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
|
||||
|
||||
@@ -8,7 +8,7 @@ COPYRIGHT="1995-2009 Gisle Aas
|
||||
1999-2000 Michael A. Chase"
|
||||
LICENSE="GNU GPL v1
|
||||
Artistic"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/gisle/html-parser/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="3ac0ef2ed3cf0a7affe46e1e9cffff500d7b22ae59d9b47669dc7efd8ca36d07"
|
||||
SOURCE_FILENAME="html_parser-$portVersion.tar.gz"
|
||||
|
||||
@@ -3,7 +3,7 @@ DESCRIPTION="XML-Parser - A perl module for parsing XML documents."
|
||||
HOMEPAGE="http://search.cpan.org/~toddr/XML-Parser-2.44/"
|
||||
COPYRIGHT="1998-2000 Larry Wall and Clark Cooper"
|
||||
LICENSE="Artistic"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/XML-Parser-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="1ae9d07ee9c35326b3d9aad56eae71a6730a73a116b9fe9e8a4758b7cc033216"
|
||||
SOURCE_DIR="XML-Parser-$portVersion"
|
||||
|
||||
@@ -10,7 +10,7 @@ workflows."
|
||||
HOMEPAGE="https://git-scm.com/"
|
||||
COPYRIGHT="2005-2017 Git Authors (see git web site for list)"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
|
||||
SOURCE_URI="https://www.kernel.org/pub/software/scm/git/git-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="91aa23be428f67eb19616f43fa0229d567e9acf4f08fba33eb0b627e4d323e62"
|
||||
|
||||
Reference in New Issue
Block a user