pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/stagit-gopher



Module Name:    pkgsrc
Committed By:   leot
Date:           Mon Aug 17 21:21:48 UTC 2020

Modified Files:
        pkgsrc/net/stagit-gopher: Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/stagit-gopher/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/stagit-gopher/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/stagit-gopher/Makefile
diff -u pkgsrc/net/stagit-gopher/Makefile:1.4 pkgsrc/net/stagit-gopher/Makefile:1.5
--- pkgsrc/net/stagit-gopher/Makefile:1.4       Mon Apr  6 08:34:23 2020
+++ pkgsrc/net/stagit-gopher/Makefile   Mon Aug 17 21:21:48 2020
@@ -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/
 

Index: pkgsrc/net/stagit-gopher/distinfo
diff -u pkgsrc/net/stagit-gopher/distinfo:1.2 pkgsrc/net/stagit-gopher/distinfo:1.3
--- pkgsrc/net/stagit-gopher/distinfo:1.2       Sun Feb 23 20:55:45 2020
+++ pkgsrc/net/stagit-gopher/distinfo   Mon Aug 17 21:21:48 2020
@@ -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