Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pam, perl-XML-Twig: remove version restriction from checkdepends
@ 2023-04-11 17:16 Chocimier
  2023-04-11 17:28 ` [PR PATCH] [Merged]: " Chocimier
  0 siblings, 1 reply; 2+ messages in thread
From: Chocimier @ 2023-04-11 17:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 385 bytes --]

There is a new pull request by Chocimier against master on the void-packages repository

https://github.com/Chocimier/void-packages-org version-restriction
https://github.com/void-linux/void-packages/pull/43392

pam, perl-XML-Twig: remove version restriction from checkdepends
Thanks, @Piraty 

A patch file from https://github.com/void-linux/void-packages/pull/43392.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-version-restriction-43392.patch --]
[-- Type: text/x-diff, Size: 1810 bytes --]

From 005cedcafb8343b1a9380e8dd688b29149c5d197 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Tue, 11 Apr 2023 19:13:26 +0200
Subject: [PATCH 1/2] pam: remove version restriction from checkdepends

---
 srcpkgs/pam/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pam/template b/srcpkgs/pam/template
index 70d87f00af90..6ae5d7c91beb 100644
--- a/srcpkgs/pam/template
+++ b/srcpkgs/pam/template
@@ -11,7 +11,7 @@ hostmakedepends="gettext-devel pkg-config"
 makedepends="libfl-devel db-devel"
 # version of pam-base that doesn't include removed modules
 depends="pam-base>=0.4_1"
-checkdepends="${depends}"
+checkdepends="pam-base"
 conf_files="
 	/etc/environment
 	/etc/security/access.conf

From acf4f8797045d8e6151225c4fd5f5ead11b22893 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Tue, 11 Apr 2023 19:13:44 +0200
Subject: [PATCH 2/2] perl-XML-Twig: remove version restriction from
 checkdepends

---
 srcpkgs/perl-XML-Twig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/perl-XML-Twig/template b/srcpkgs/perl-XML-Twig/template
index 4007059721a7..0d234a3af22b 100644
--- a/srcpkgs/perl-XML-Twig/template
+++ b/srcpkgs/perl-XML-Twig/template
@@ -6,7 +6,7 @@ build_style=perl-module
 hostmakedepends="perl"
 makedepends="$hostmakedepends"
 depends="perl>=5.20 perl-XML-Parser"
-checkdepends="$depends perl-IO-CaptureOutput perl-LWP perl-Test-Pod perl-XML-Simple perl-XML-XPath"
+checkdepends="perl-XML-Parser perl-IO-CaptureOutput perl-LWP perl-Test-Pod perl-XML-Simple perl-XML-XPath"
 short_desc="Perl module for processing huge XML documents in tree mode"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: pam, perl-XML-Twig: remove version restriction from checkdepends
  2023-04-11 17:16 [PR PATCH] pam, perl-XML-Twig: remove version restriction from checkdepends Chocimier
@ 2023-04-11 17:28 ` Chocimier
  0 siblings, 0 replies; 2+ messages in thread
From: Chocimier @ 2023-04-11 17:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 214 bytes --]

There's a merged pull request on the void-packages repository

pam, perl-XML-Twig: remove version restriction from checkdepends
https://github.com/void-linux/void-packages/pull/43392

Description:
Thanks, @Piraty 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-11 17:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-11 17:16 [PR PATCH] pam, perl-XML-Twig: remove version restriction from checkdepends Chocimier
2023-04-11 17:28 ` [PR PATCH] [Merged]: " Chocimier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).