Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] stagit: update to 0.9.2.
@ 2019-10-06  8:06 voidlinux-github
  2019-10-06 10:25 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-10-06  8:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/krkk/void-packages stagit
https://github.com/void-linux/void-packages/pull/15166

stagit: update to 0.9.2.


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

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

From 81b13bd22c9c90c9d643f7edd19ee7c3c1d16af7 Mon Sep 17 00:00:00 2001
From: Karol Kosek <krkkx@protonmail.com>
Date: Thu, 3 Oct 2019 16:28:58 +0200
Subject: [PATCH] stagit: update to 0.9.2.

---
 srcpkgs/stagit/patches/libgit2-0.28.patch | 27 -----------------------
 srcpkgs/stagit/template                   | 10 ++++-----
 2 files changed, 5 insertions(+), 32 deletions(-)
 delete mode 100644 srcpkgs/stagit/patches/libgit2-0.28.patch

diff --git a/srcpkgs/stagit/patches/libgit2-0.28.patch b/srcpkgs/stagit/patches/libgit2-0.28.patch
deleted file mode 100644
index 84481bce0de..00000000000
--- a/srcpkgs/stagit/patches/libgit2-0.28.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --git a/stagit-index.c b/stagit-index.c
-index e019793..6b25969 100644
---- stagit-index.c
-+++ stagit-index.c
-@@ -174,7 +174,7 @@ main(int argc, char *argv[])
- 
- 		if (git_repository_open_ext(&repo, repodir,
- 		    GIT_REPOSITORY_OPEN_NO_SEARCH, NULL)) {
--			e = giterr_last();
-+			e = git_error_last();
- 			fprintf(stderr, "%s: %s\n", argv[0], e->message);
- 			ret = 1;
- 			continue;
-diff --git a/stagit.c b/stagit.c
-index 093cdab..25be042 100644
---- stagit.c
-+++ stagit.c
-@@ -1101,7 +1101,7 @@ main(int argc, char *argv[])
- 
- 	if (git_repository_open_ext(&repo, repodir,
- 		GIT_REPOSITORY_OPEN_NO_SEARCH, NULL) < 0) {
--		e = giterr_last();
-+		e = git_error_last();
- 		fprintf(stderr, "%s: %s\n", argv[0], e->message);
- 		return 1;
- 	}
-
diff --git a/srcpkgs/stagit/template b/srcpkgs/stagit/template
index eab367ae840..c087227f26c 100644
--- a/srcpkgs/stagit/template
+++ b/srcpkgs/stagit/template
@@ -1,16 +1,16 @@
 # Template file for 'stagit'
 pkgname=stagit
-version=0.9
-revision=2
+version=0.9.2
+revision=1
 build_style=gnu-makefile
 make_install_args="MANPREFIX=/usr/share/man"
 makedepends="libgit2-devel"
 short_desc="Static git page generator"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="MIT"
-homepage="http://git.2f30.org/stagit"
-distfiles="http://dl.2f30.org/releases/${pkgname}-${version}.tar.gz"
-checksum=09e585c5908bee0208c9b2d457a716d2679d89ca7485da42ca8a06bd78bc2293
+homepage="https://codemadness.org/git/stagit/log.html"
+distfiles="https://codemadness.org/releases/stagit/${pkgname}-${version}.tar.gz"
+checksum=721cd7cfac479008e803eff5afd0c95ff9dbc640450afa5b844be82d8dfe0cba
 LDFLAGS="-lgit2"
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: stagit: update to 0.9.2.
  2019-10-06  8:06 [PR PATCH] stagit: update to 0.9.2 voidlinux-github
@ 2019-10-06 10:25 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-10-06 10:25 UTC (permalink / raw)
  To: ml

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

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

stagit: update to 0.9.2.
https://github.com/void-linux/void-packages/pull/15166

Description:


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

end of thread, other threads:[~2019-10-06 10:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-06  8:06 [PR PATCH] stagit: update to 0.9.2 voidlinux-github
2019-10-06 10:25 ` [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).