Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] opendkim: add perl to depends
@ 2022-07-13 20:28 tranzystorek-io
  2022-07-13 20:32 ` [PR PATCH] [Updated] " tranzystorek-io
  2022-07-14 14:00 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: tranzystorek-io @ 2022-07-13 20:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages opendkim-perl
https://github.com/void-linux/void-packages/pull/38052

opendkim: add perl to depends
<!-- Uncomment relevant sections and delete options which are not applicable -->

Fixes #38036 

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-opendkim-perl-38052.patch --]
[-- Type: text/x-diff, Size: 966 bytes --]

From a97ff7624907284f05ed20206b461138fff1a871 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 13 Jul 2022 22:12:08 +0200
Subject: [PATCH] opendkim: add perl to depends

---
 srcpkgs/opendkim/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/opendkim/template b/srcpkgs/opendkim/template
index c9d0abfda66c..b19dc02b182b 100644
--- a/srcpkgs/opendkim/template
+++ b/srcpkgs/opendkim/template
@@ -1,11 +1,12 @@
 # Template file for 'opendkim'
 pkgname=opendkim
 version=2.10.3
-revision=12
+revision=13
 build_style=gnu-configure
 configure_args="--with-milter=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="pkg-config automake gettext libtool"
-makedepends="libbsd-devel openssl-devel libmilter-devel"
+makedepends="libbsd-devel openssl-devel libmd-devel libmilter-devel"
+depends="perl"
 short_desc="DKIM library"
 maintainer="John Regan <john@jrjrtech.com>"
 license="BSD-3-Clause, Sendmail"

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

* Re: [PR PATCH] [Updated] opendkim: add perl to depends
  2022-07-13 20:28 [PR PATCH] opendkim: add perl to depends tranzystorek-io
@ 2022-07-13 20:32 ` tranzystorek-io
  2022-07-14 14:00 ` [PR PATCH] [Merged]: " sgn
  1 sibling, 0 replies; 3+ messages in thread
From: tranzystorek-io @ 2022-07-13 20:32 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by tranzystorek-io against master on the void-packages repository

https://github.com/tranzystorek-io/void-packages opendkim-perl
https://github.com/void-linux/void-packages/pull/38052

opendkim: add perl to depends
<!-- Uncomment relevant sections and delete options which are not applicable -->

Fixes #38036 

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-opendkim-perl-38052.patch --]
[-- Type: text/x-diff, Size: 1247 bytes --]

From 9f9eb15c8051fcdf2c480d2e5915e7bb51c1219f Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 13 Jul 2022 22:12:08 +0200
Subject: [PATCH] opendkim: add perl to depends

---
 srcpkgs/opendkim/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/opendkim/template b/srcpkgs/opendkim/template
index c9d0abfda66c..b724166619cf 100644
--- a/srcpkgs/opendkim/template
+++ b/srcpkgs/opendkim/template
@@ -1,18 +1,19 @@
 # Template file for 'opendkim'
 pkgname=opendkim
 version=2.10.3
-revision=12
+revision=13
 build_style=gnu-configure
 configure_args="--with-milter=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="pkg-config automake gettext libtool"
-makedepends="libbsd-devel openssl-devel libmilter-devel"
+makedepends="libbsd-devel openssl-devel libmd-devel libmilter-devel"
+depends="perl"
 short_desc="DKIM library"
 maintainer="John Regan <john@jrjrtech.com>"
 license="BSD-3-Clause, Sendmail"
 homepage="http://www.opendkim.org"
 distfiles="${SOURCEFORGE_SITE}/project/${pkgname}/${pkgname}-${version}.tar.gz"
 checksum=43a0ba57bf942095fe159d0748d8933c6b1dd1117caf0273fa9a0003215e681b
-python_version=2 #unverified
+python_version=2
 
 pre_configure() {
 	 autoreconf -fi

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

* Re: [PR PATCH] [Merged]: opendkim: add perl to depends
  2022-07-13 20:28 [PR PATCH] opendkim: add perl to depends tranzystorek-io
  2022-07-13 20:32 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-07-14 14:00 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2022-07-14 14:00 UTC (permalink / raw)
  To: ml

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

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

opendkim: add perl to depends
https://github.com/void-linux/void-packages/pull/38052

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

Fixes #38036 

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-07-14 14:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-13 20:28 [PR PATCH] opendkim: add perl to depends tranzystorek-io
2022-07-13 20:32 ` [PR PATCH] [Updated] " tranzystorek-io
2022-07-14 14:00 ` [PR PATCH] [Merged]: " sgn

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).