Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sanoid: update to 2.0.2
@ 2019-09-21  2:04 voidlinux-github
  2019-09-21  2:31 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-21  2:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages sanoid-update-2.0.2
https://github.com/void-linux/void-packages/pull/14621

sanoid: update to 2.0.2


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sanoid-update-2.0.2-14621.patch --]
[-- Type: text/x-diff, Size: 1174 bytes --]

From 91fd9ad923c04ff4c54fdefb38f3c5918c3e9274 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Fri, 20 Sep 2019 20:02:34 -0600
Subject: [PATCH] sanoid: update to 2.0.2

---
 srcpkgs/sanoid/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sanoid/template b/srcpkgs/sanoid/template
index 94bd9574400..1fd12dd4706 100644
--- a/srcpkgs/sanoid/template
+++ b/srcpkgs/sanoid/template
@@ -1,15 +1,15 @@
 # Template file for 'sanoid'
 pkgname=sanoid
-version=2.0.1
+version=2.0.2
 revision=1
-depends="perl perl-Config-IniFiles"
+depends="perl perl-Config-IniFiles perl-Capture-Tiny"
 short_desc="Policy-driven snapshot management tool for ZFS filesystems"
 maintainer="Benjamin Slade <slade@jnanam.net>"
 license="GPL-3.0-or-later"
 homepage="http://www.openoid.net/products/"
 distfiles="https://github.com/jimsalterjrs/sanoid/archive/v$version.tar.gz"
 conf_files="/etc/sanoid/sanoid.conf /etc/sanoid/sanoid.defaults.conf"
-checksum=e28bd2ee372d777cd58e3a2ddd9c5c04210d07323b648c6c21030d0f7a22a464
+checksum=8937f1b3ef984e1b4d09603b005dcbf6a0315efd65d001aacbeaf56b67558605
 
 do_install() {
 	     vlicense LICENSE

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

* Re: [PR PATCH] [Updated] sanoid: update to 2.0.2
  2019-09-21  2:04 [PR PATCH] sanoid: update to 2.0.2 voidlinux-github
  2019-09-21  2:31 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-21  2:31 ` voidlinux-github
  2019-09-21 12:07 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-21  2:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages sanoid-update-2.0.2
https://github.com/void-linux/void-packages/pull/14621

sanoid: update to 2.0.2


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sanoid-update-2.0.2-14621.patch --]
[-- Type: text/x-diff, Size: 1294 bytes --]

From 6cf5c988619f7114e90a860288beca762b7988ba Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Fri, 20 Sep 2019 20:02:34 -0600
Subject: [PATCH] sanoid: update to 2.0.2

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

diff --git a/srcpkgs/sanoid/template b/srcpkgs/sanoid/template
index 94bd9574400..9ec3715aea8 100644
--- a/srcpkgs/sanoid/template
+++ b/srcpkgs/sanoid/template
@@ -1,18 +1,17 @@
 # Template file for 'sanoid'
 pkgname=sanoid
-version=2.0.1
+version=2.0.2
 revision=1
-depends="perl perl-Config-IniFiles"
+depends="perl perl-Config-IniFiles perl-Capture-Tiny"
 short_desc="Policy-driven snapshot management tool for ZFS filesystems"
 maintainer="Benjamin Slade <slade@jnanam.net>"
 license="GPL-3.0-or-later"
 homepage="http://www.openoid.net/products/"
 distfiles="https://github.com/jimsalterjrs/sanoid/archive/v$version.tar.gz"
 conf_files="/etc/sanoid/sanoid.conf /etc/sanoid/sanoid.defaults.conf"
-checksum=e28bd2ee372d777cd58e3a2ddd9c5c04210d07323b648c6c21030d0f7a22a464
+checksum=8937f1b3ef984e1b4d09603b005dcbf6a0315efd65d001aacbeaf56b67558605
 
 do_install() {
-	     vlicense LICENSE
 	     vdoc README.md
 	     vinstall sanoid.conf 644 etc/sanoid/
 	     vinstall sanoid.defaults.conf 644 etc/sanoid/

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

* Re: [PR PATCH] [Updated] sanoid: update to 2.0.2
  2019-09-21  2:04 [PR PATCH] sanoid: update to 2.0.2 voidlinux-github
@ 2019-09-21  2:31 ` voidlinux-github
  2019-09-21  2:31 ` voidlinux-github
  2019-09-21 12:07 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-21  2:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages sanoid-update-2.0.2
https://github.com/void-linux/void-packages/pull/14621

sanoid: update to 2.0.2


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sanoid-update-2.0.2-14621.patch --]
[-- Type: text/x-diff, Size: 1294 bytes --]

From 6cf5c988619f7114e90a860288beca762b7988ba Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Fri, 20 Sep 2019 20:02:34 -0600
Subject: [PATCH] sanoid: update to 2.0.2

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

diff --git a/srcpkgs/sanoid/template b/srcpkgs/sanoid/template
index 94bd9574400..9ec3715aea8 100644
--- a/srcpkgs/sanoid/template
+++ b/srcpkgs/sanoid/template
@@ -1,18 +1,17 @@
 # Template file for 'sanoid'
 pkgname=sanoid
-version=2.0.1
+version=2.0.2
 revision=1
-depends="perl perl-Config-IniFiles"
+depends="perl perl-Config-IniFiles perl-Capture-Tiny"
 short_desc="Policy-driven snapshot management tool for ZFS filesystems"
 maintainer="Benjamin Slade <slade@jnanam.net>"
 license="GPL-3.0-or-later"
 homepage="http://www.openoid.net/products/"
 distfiles="https://github.com/jimsalterjrs/sanoid/archive/v$version.tar.gz"
 conf_files="/etc/sanoid/sanoid.conf /etc/sanoid/sanoid.defaults.conf"
-checksum=e28bd2ee372d777cd58e3a2ddd9c5c04210d07323b648c6c21030d0f7a22a464
+checksum=8937f1b3ef984e1b4d09603b005dcbf6a0315efd65d001aacbeaf56b67558605
 
 do_install() {
-	     vlicense LICENSE
 	     vdoc README.md
 	     vinstall sanoid.conf 644 etc/sanoid/
 	     vinstall sanoid.defaults.conf 644 etc/sanoid/

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

* Re: [PR PATCH] [Merged]: sanoid: update to 2.0.2
  2019-09-21  2:04 [PR PATCH] sanoid: update to 2.0.2 voidlinux-github
  2019-09-21  2:31 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-21  2:31 ` voidlinux-github
@ 2019-09-21 12:07 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-21 12:07 UTC (permalink / raw)
  To: ml

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

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

sanoid: update to 2.0.2
https://github.com/void-linux/void-packages/pull/14621

Description:


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

end of thread, other threads:[~2019-09-21 12:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-21  2:04 [PR PATCH] sanoid: update to 2.0.2 voidlinux-github
2019-09-21  2:31 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-21  2:31 ` voidlinux-github
2019-09-21 12:07 ` [PR PATCH] [Merged]: " voidlinux-github

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