Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dos2unix: Add changelog URL, update HTTP -> HTTPS
@ 2022-07-19 10:42 subnut
  2022-07-19 12:29 ` leahneukirchen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: subnut @ 2022-07-19 10:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subnut/void-packages dos2unix
https://github.com/void-linux/void-packages/pull/38139

dos2unix: Add changelog URL, update HTTP -> HTTPS
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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
-->

cc @leahneukirchen 

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

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

From 2c586ad7a3a098881de78c228ff65fb2349771f9 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Tue, 19 Jul 2022 15:52:10 +0530
Subject: [PATCH] dos2unix: Add changelog URL, update HTTP -> HTTPS

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

diff --git a/srcpkgs/dos2unix/template b/srcpkgs/dos2unix/template
index 7ae3c4a0337c..d79123367e36 100644
--- a/srcpkgs/dos2unix/template
+++ b/srcpkgs/dos2unix/template
@@ -7,8 +7,9 @@ hostmakedepends="gettext"
 short_desc="Text file format converter"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="BSD-2-Clause"
-homepage="http://waterlan.home.xs4all.nl/dos2unix.html"
-distfiles="http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${version}.tar.gz"
+homepage="https://waterlan.home.xs4all.nl/dos2unix.html"
+changelog="https://waterlan.home.xs4all.nl/dos2unix/NEWS.txt"
+distfiles="https://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${version}.tar.gz"
 checksum=b68db41956daf933828423aa30510e00c12d29ef5916e715e8d4e694fe66ca72
 
 post_install() {

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

* Re: dos2unix: Add changelog URL, update HTTP -> HTTPS
  2022-07-19 10:42 [PR PATCH] dos2unix: Add changelog URL, update HTTP -> HTTPS subnut
@ 2022-07-19 12:29 ` leahneukirchen
  2022-07-19 14:29 ` [PR PATCH] [Updated] " subnut
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2022-07-19 12:29 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/38139#issuecomment-1188992286

Comment:
Fix the tests too, with `checkdepends="perl"`.

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

* Re: [PR PATCH] [Updated] dos2unix: Add changelog URL, update HTTP -> HTTPS
  2022-07-19 10:42 [PR PATCH] dos2unix: Add changelog URL, update HTTP -> HTTPS subnut
  2022-07-19 12:29 ` leahneukirchen
@ 2022-07-19 14:29 ` subnut
  2022-07-19 14:29 ` subnut
  2022-07-19 15:26 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: subnut @ 2022-07-19 14:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subnut/void-packages dos2unix
https://github.com/void-linux/void-packages/pull/38139

dos2unix: Add changelog URL, update HTTP -> HTTPS
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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
-->

cc @leahneukirchen 

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

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

From 88dd7a3ae92b609eb6d452b7e52117a37abcaaea Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Tue, 19 Jul 2022 15:52:10 +0530
Subject: [PATCH] dos2unix: Fix tests and update URLs

---
 srcpkgs/dos2unix/template | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dos2unix/template b/srcpkgs/dos2unix/template
index 7ae3c4a0337c..8639b3b97b9a 100644
--- a/srcpkgs/dos2unix/template
+++ b/srcpkgs/dos2unix/template
@@ -4,11 +4,13 @@ version=7.4.3
 revision=1
 build_style=gnu-makefile
 hostmakedepends="gettext"
+checkdepends="perl"
 short_desc="Text file format converter"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="BSD-2-Clause"
-homepage="http://waterlan.home.xs4all.nl/dos2unix.html"
-distfiles="http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${version}.tar.gz"
+homepage="https://waterlan.home.xs4all.nl/dos2unix.html"
+changelog="https://waterlan.home.xs4all.nl/dos2unix/NEWS.txt"
+distfiles="https://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${version}.tar.gz"
 checksum=b68db41956daf933828423aa30510e00c12d29ef5916e715e8d4e694fe66ca72
 
 post_install() {

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

* Re: dos2unix: Add changelog URL, update HTTP -> HTTPS
  2022-07-19 10:42 [PR PATCH] dos2unix: Add changelog URL, update HTTP -> HTTPS subnut
  2022-07-19 12:29 ` leahneukirchen
  2022-07-19 14:29 ` [PR PATCH] [Updated] " subnut
@ 2022-07-19 14:29 ` subnut
  2022-07-19 15:26 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: subnut @ 2022-07-19 14:29 UTC (permalink / raw)
  To: ml

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

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/38139#issuecomment-1189127554

Comment:
Done.

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

* Re: [PR PATCH] [Merged]: dos2unix: Add changelog URL, update HTTP -> HTTPS
  2022-07-19 10:42 [PR PATCH] dos2unix: Add changelog URL, update HTTP -> HTTPS subnut
                   ` (2 preceding siblings ...)
  2022-07-19 14:29 ` subnut
@ 2022-07-19 15:26 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2022-07-19 15:26 UTC (permalink / raw)
  To: ml

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

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

dos2unix: Add changelog URL, update HTTP -> HTTPS
https://github.com/void-linux/void-packages/pull/38139

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

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

<!--
#### 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
-->

cc @leahneukirchen 

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

end of thread, other threads:[~2022-07-19 15:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-19 10:42 [PR PATCH] dos2unix: Add changelog URL, update HTTP -> HTTPS subnut
2022-07-19 12:29 ` leahneukirchen
2022-07-19 14:29 ` [PR PATCH] [Updated] " subnut
2022-07-19 14:29 ` subnut
2022-07-19 15:26 ` [PR PATCH] [Merged]: " leahneukirchen

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