Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ntfs2btrfs: update to 20230501
@ 2023-06-03  3:07 foxlet
  2023-06-09  0:58 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: foxlet @ 2023-06-03  3:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/foxlet/void-packages ntfs2btrfs
https://github.com/void-linux/void-packages/pull/44236

ntfs2btrfs: update to 20230501
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/44236.patch is attached

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

From df86937133a810c3036b50b879be082912d27a65 Mon Sep 17 00:00:00 2001
From: Foxlet <foxlet@furcode.co>
Date: Fri, 2 Jun 2023 22:29:57 -0400
Subject: [PATCH] ntfs2btrfs: update to 20230501

---
 ...Use-GNUInstallDirs-to-determine-sbin.patch | 23 -------------------
 srcpkgs/ntfs2btrfs/template                   |  4 ++--
 2 files changed, 2 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/ntfs2btrfs/patches/0001-Use-GNUInstallDirs-to-determine-sbin.patch

diff --git a/srcpkgs/ntfs2btrfs/patches/0001-Use-GNUInstallDirs-to-determine-sbin.patch b/srcpkgs/ntfs2btrfs/patches/0001-Use-GNUInstallDirs-to-determine-sbin.patch
deleted file mode 100644
index 4f3412240f52..000000000000
--- a/srcpkgs/ntfs2btrfs/patches/0001-Use-GNUInstallDirs-to-determine-sbin.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From f97247434ecda2cd2c451da5c73c3af98dfaea35 Mon Sep 17 00:00:00 2001
-From: Mark Harmstone <mark@harmstone.com>
-Date: Thu, 7 Oct 2021 17:59:35 +0100
-Subject: [PATCH] CMakeLists.txt: use GNUInstallDirs to determine sbin location
-
----
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index cfaa571..17ded78 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -89,5 +89,5 @@ else()
-     target_compile_options(ntfs2btrfs PRIVATE -Wall -Wextra -Wno-address-of-packed-member -Wconversion -Wno-unknown-pragmas -Werror=pointer-arith)
- endif()
- 
--install(TARGETS ntfs2btrfs DESTINATION sbin)
-+install(TARGETS ntfs2btrfs DESTINATION ${CMAKE_INSTALL_SBINDIR})
- install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ntfs2btrfs.8 DESTINATION ${CMAKE_INSTALL_MANDIR}/man8)
--- 
-2.33.0
-
diff --git a/srcpkgs/ntfs2btrfs/template b/srcpkgs/ntfs2btrfs/template
index c87a81de187d..d8a5903a4e98 100644
--- a/srcpkgs/ntfs2btrfs/template
+++ b/srcpkgs/ntfs2btrfs/template
@@ -1,6 +1,6 @@
 # Template file for 'ntfs2btrfs'
 pkgname=ntfs2btrfs
-version=20210923
+version=20230501
 revision=1
 build_style=cmake
 configure_args="-DCMAKE_INSTALL_SBINDIR=bin"
@@ -11,4 +11,4 @@ maintainer="Foxlet <foxlet@furcode.co>"
 license="GPL-2.0-only"
 homepage="https://github.com/maharmstone/ntfs2btrfs"
 distfiles="https://github.com/maharmstone/ntfs2btrfs/archive/${version}.tar.gz"
-checksum=e07cc1cad634d59e58111bf993683f02a7504913fac1ef8dd33fd06ebf9140c1
+checksum=15924a22e9d80e4ca28bf5524708dd8f69d840df1e781a659ce953fee7d90730

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

* Re: [PR PATCH] [Merged]: ntfs2btrfs: update to 20230501
  2023-06-03  3:07 [PR PATCH] ntfs2btrfs: update to 20230501 foxlet
@ 2023-06-09  0:58 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-06-09  0:58 UTC (permalink / raw)
  To: ml

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

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

ntfs2btrfs: update to 20230501
https://github.com/void-linux/void-packages/pull/44236

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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] 2+ messages in thread

end of thread, other threads:[~2023-06-09  0:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-03  3:07 [PR PATCH] ntfs2btrfs: update to 20230501 foxlet
2023-06-09  0:58 ` [PR PATCH] [Merged]: " classabbyamp

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