From a854d846b0eb33b04e8ea5b34ad104d72bbd68a9 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 25 Jul 2017 18:08:41 +0200 Subject: [PATCH] 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. --- dev-lang/perl/perl-5.26.0.recipe | 6 +++--- dev-perl/html_parser/html_parser-3.72.recipe | 2 +- dev-perl/xml_parser/xml_parser-2.44.recipe | 2 +- dev-vcs/git/git-2.13.3.recipe | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-lang/perl/perl-5.26.0.recipe b/dev-lang/perl/perl-5.26.0.recipe index 8d43bd007..bfea788d5 100644 --- a/dev-lang/perl/perl-5.26.0.recipe +++ b/dev-lang/perl/perl-5.26.0.recipe @@ -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 diff --git a/dev-perl/html_parser/html_parser-3.72.recipe b/dev-perl/html_parser/html_parser-3.72.recipe index 9acffc4c1..a434feb77 100644 --- a/dev-perl/html_parser/html_parser-3.72.recipe +++ b/dev-perl/html_parser/html_parser-3.72.recipe @@ -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" diff --git a/dev-perl/xml_parser/xml_parser-2.44.recipe b/dev-perl/xml_parser/xml_parser-2.44.recipe index 05d955ffe..a34cea221 100644 --- a/dev-perl/xml_parser/xml_parser-2.44.recipe +++ b/dev-perl/xml_parser/xml_parser-2.44.recipe @@ -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" diff --git a/dev-vcs/git/git-2.13.3.recipe b/dev-vcs/git/git-2.13.3.recipe index 0dbed1aaa..1913e7666 100644 --- a/dev-vcs/git/git-2.13.3.recipe +++ b/dev-vcs/git/git-2.13.3.recipe @@ -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"