Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nilfs-utils: update to 2.2.9.
@ 2022-08-07 11:48 atweiden
  2022-08-07 15:04 ` [PR REVIEW] " sgn
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: atweiden @ 2022-08-07 11:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages nilfs-utils
https://github.com/void-linux/void-packages/pull/38517

nilfs-utils: update to 2.2.9.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

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

From 6638b10d06c96d4fcdd34ccb6a7e6996240be847 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Sun, 7 Aug 2022 21:46:48 +1000
Subject: [PATCH] nilfs-utils: update to 2.2.9.

---
 srcpkgs/nilfs-utils/template | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/nilfs-utils/template b/srcpkgs/nilfs-utils/template
index c58b411bcdab..19f0f6aca870 100644
--- a/srcpkgs/nilfs-utils/template
+++ b/srcpkgs/nilfs-utils/template
@@ -1,36 +1,38 @@
 # Template file for 'nilfs-utils'
 pkgname=nilfs-utils
-version=2.2.8
+version=2.2.9
 revision=1
 build_style=gnu-configure
-configure_args="--sbindir=/usr/bin --enable-libmount"
+configure_args="--without-selinux"
 make_install_args="sbindir=/usr/bin"
 hostmakedepends="automake libtool"
-makedepends="libuuid-devel libmount-devel"
+makedepends="libblkid-devel libmount-devel libuuid-devel"
 conf_files="/etc/nilfs_cleanerd.conf"
 short_desc="Log-structured file system for Linux - userspace utils"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2.0-only, LGPL-2.1-only"
-homepage="http://nilfs.sourceforge.net/"
-distfiles="http://nilfs.sourceforge.net/download/$pkgname-$version.tar.bz2"
-checksum=5a29f8f59db03edf8dd1e68dfd80ff4713e0aa184cfa83a6326ac8af93d9bda6
+license="GPL-2.0-or-later, LGPL-2.1-or-later"
+homepage="https://nilfs.sourceforge.io/"
+distfiles="https://nilfs.sourceforge.io/download/${pkgname}-${version}.tar.bz2"
+checksum=5df63998c2084182c8c608a29b47b1771b825b4b5fa7916c12cca2fcb7577a97
 
 pre_configure() {
 	autoreconf -fi
 }
+
 post_install() {
 	mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin/
 }
 
 libnilfs_package() {
-	short_desc="NILFS userspace runtime libraries"
+	short_desc="Log-structured file system for Linux - userspace runtime libraries"
 	pkg_install() {
 		vmove "usr/lib/*.so.*"
 	}
 }
+
 nilfs-utils-devel_package() {
 	depends="${makedepends} libnilfs>=${version}_${revision}"
-	short_desc="NILFS userspace development files"
+	short_desc="Log-structured file system for Linux - userspace development files"
 	pkg_install() {
 		vmove usr/include
 		vmove "usr/lib/*.a"

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

end of thread, other threads:[~2022-08-08  5:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-07 11:48 [PR PATCH] nilfs-utils: update to 2.2.9 atweiden
2022-08-07 15:04 ` [PR REVIEW] " sgn
2022-08-07 15:04 ` sgn
2022-08-07 15:04 ` sgn
2022-08-07 15:04 ` sgn
2022-08-07 15:04 ` sgn
2022-08-08  0:03 ` atweiden
2022-08-08  0:10 ` [PR PATCH] [Updated] " atweiden
2022-08-08  0:23 ` [PR REVIEW] " sgn
2022-08-08  0:23 ` sgn
2022-08-08  0:25 ` sgn
2022-08-08  5:53 ` [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).