Github messages for voidlinux
 help / color / mirror / Atom feed
From: atweiden <atweiden@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] nilfs-utils: update to 2.2.9.
Date: Sun, 07 Aug 2022 13:48:21 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38517@inbox.vuxu.org> (raw)

[-- 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"

             reply	other threads:[~2022-08-07 11:48 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-07 11:48 atweiden [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38517@inbox.vuxu.org \
    --to=atweiden@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).