Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/stagit-gopher stagit-gopher: Update to 0.9.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b8ff949b8de
branches:  trunk
changeset: 437155:5b8ff949b8de
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Aug 17 21:21:48 2020 +0000

description:
stagit-gopher: Update to 0.9.4

Changes:
0.9.4
-----
- Fix for showing the entry on the files page of submodules for bare
  repositories, thanks kst!
- There is now a separate Atom feed for tags called "tags.xml". This should make
  it easier to track only software releases if using an RSS/Atom reader.
- The ordering of tags are now by commit date (descending). So it will now sort
  by most recent first. The previous behaviour was to sort alphabetically by tag
  name, but many projects use numeric versions which don't sort in a useful/clear
  order.
- For OpenBSD: remove unveil(2) for stagit-index, because unveil(2) has an
  argument limit. Now more than ~128 repositories for the index are supported.
  Per repository stagit will still use unveil(2).

diffstat:

 net/stagit-gopher/Makefile |   5 ++---
 net/stagit-gopher/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (28 lines):

diff -r 8fe995b62b79 -r 5b8ff949b8de net/stagit-gopher/Makefile
--- a/net/stagit-gopher/Makefile        Mon Aug 17 21:00:14 2020 +0000
+++ b/net/stagit-gopher/Makefile        Mon Aug 17 21:21:48 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/04/06 08:34:23 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2020/08/17 21:21:48 leot Exp $
 
-DISTNAME=      stagit-gopher-0.9.3
-PKGREVISION=   2
+DISTNAME=      stagit-gopher-0.9.4
 CATEGORIES=    net
 MASTER_SITES=  https://codemadness.org/releases/stagit-gopher/
 
diff -r 8fe995b62b79 -r 5b8ff949b8de net/stagit-gopher/distinfo
--- a/net/stagit-gopher/distinfo        Mon Aug 17 21:00:14 2020 +0000
+++ b/net/stagit-gopher/distinfo        Mon Aug 17 21:21:48 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/02/23 20:55:45 leot Exp $
+$NetBSD: distinfo,v 1.3 2020/08/17 21:21:48 leot Exp $
 
-SHA1 (stagit-gopher-0.9.3.tar.gz) = fbaf33dc35658d84c6c7f9c672c0b21b2f83c749
-RMD160 (stagit-gopher-0.9.3.tar.gz) = 78e988ef84c92a045503fdba03dc51038d47f7dc
-SHA512 (stagit-gopher-0.9.3.tar.gz) = 608a230b9ec56b3673a796ab2e5217fe08b19332e82c57c99860175e04d2c412427defac900b5ac39126d9aac8b103f98ddf19bfb4e09751c961859ca48cd99b
-Size (stagit-gopher-0.9.3.tar.gz) = 16808 bytes
+SHA1 (stagit-gopher-0.9.4.tar.gz) = fe6bbcb058556bb9afd02ad0968b61557f70980a
+RMD160 (stagit-gopher-0.9.4.tar.gz) = 5e945e477e3683cb604254b71ad10a8efce7f747
+SHA512 (stagit-gopher-0.9.4.tar.gz) = 160d23c880ca59570db016c1fe7bfade129ae4bbd34e7e5112b246dba43ee43df739b63786b6cde6faa8da8ea717bef08d15de8421e854c3e3dd4ea6e9ec5ab4
+Size (stagit-gopher-0.9.4.tar.gz) = 17316 bytes



Home | Main Index | Thread Index | Old Index