Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robert Samoraj
Adélie Package Tree
Commits
e7bc6326
Verified
Commit
e7bc6326
authored
5 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/perl-xml-sax: bugfix bump to 1.02
parent
0d3225f7
Branches
emulators
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
user/perl-xml-sax/APKBUILD
+3
-6
3 additions, 6 deletions
user/perl-xml-sax/APKBUILD
user/perl-xml-sax/install-fix.patch
+1
-1
1 addition, 1 deletion
user/perl-xml-sax/install-fix.patch
with
4 additions
and
7 deletions
user/perl-xml-sax/APKBUILD
+
3
−
6
View file @
e7bc6326
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname
=
perl-xml-sax
pkgver
=
1.0
0
pkgver
=
1.0
2
pkgrel
=
0
pkgdesc
=
"Perl SAX parser"
url
=
"https://metacpan.org/release/XML-SAX"
...
...
@@ -17,21 +17,18 @@ source="https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-$pkgver.tar.gz
builddir
=
"
$srcdir
/XML-SAX-
$pkgver
"
build
()
{
cd
"
$builddir
"
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
make
}
check
()
{
cd
"
$builddir
"
make
test
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
sha512sums
=
"
95553c9693d8a310747b4b86d4e80a58d4056b18cfc334f6979c98d0e9034a34253b
fb
1
7d
aecfc5bb28b1bd65e6baf52136f5135a969fadba86aa4148ea9bc1d
XML-SAX-1.0
0
.tar.gz
a2177f0aa00bb31c41298f0c622f800ac0dddb1d30bc1bf86e035cfd8327fa8078baf46587ffd4a782c22fba0783709f2459c81b95a8ef86e1fd4e4058e3a166
install-fix.patch"
sha512sums
=
"
bb30ddbbcf27803825d2f0936257e102999a197cb14bd77fa8b7a469f3a24
fb7d
861ef4eb03230e5581e4ed88beb8676cbb907b2cb63e9ef1a64b2c211ebdc5a
XML-SAX-1.0
2
.tar.gz
3e9dad12d33111203153739326e784ffc3597ce78ef10cbfe9efa3151d892bac7aaaff085a92a2f9229b4fdcc0aeccbb3155ca1eebe4963b47fcd3ca16836c14
install-fix.patch"
This diff is collapsed.
Click to expand it.
user/perl-xml-sax/install-fix.patch
+
1
−
1
View file @
e7bc6326
--- XML-SAX-1.00/Makefile.PL.old 2018-02-15 09:44:15.000000000 +0000
+++ XML-SAX-1.00/Makefile.PL 2019-01-11 20:58:06.250000000 +0000
@@ -
2
3,7 +
2
3,7 @@
@@ -
3
3,7 +
3
3,7 @@
eval { require XML::SAX };
if ($@) {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment