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:           Sun Mar 14 19:10:46 UTC 2021

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

Log Message:
stagit-gopher: Update to 0.9.5

Changes:
0.9.5
-----
* Fix warning with libgit2 v0.99+, remain compatible with older versions.
  Adapted from a patch by Augustin Fabre, thanks!
* Add abbreviated commit hash to submodule file, by Oscar Benedito
* Add an -u option to make URLs in Atom feeds absolute. Feed URLs should be
  absolute according to the RFC, thanks to adc for the idea.
* A few performance micro-optimizations.
* Some code-style improvements.
* Atom feeds: remove the wrong content-type for <link> (was text/html).
* UTF-8 text padding:
  * Fix potential byte-seek issue with negative width codepoints in the range
    >= 127 on some systems.
  * Improve padded printing and printing invalid unicode characters.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/stagit-gopher/Makefile
cvs rdiff -u -r1.3 -r1.4 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.5 pkgsrc/net/stagit-gopher/Makefile:1.6
--- pkgsrc/net/stagit-gopher/Makefile:1.5       Mon Aug 17 21:21:48 2020
+++ pkgsrc/net/stagit-gopher/Makefile   Sun Mar 14 19:10:46 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/08/17 21:21:48 leot Exp $
+# $NetBSD: Makefile,v 1.6 2021/03/14 19:10:46 leot Exp $
 
-DISTNAME=      stagit-gopher-0.9.4
+DISTNAME=      stagit-gopher-0.9.5
 CATEGORIES=    net
 MASTER_SITES=  https://codemadness.org/releases/stagit-gopher/
 

Index: pkgsrc/net/stagit-gopher/distinfo
diff -u pkgsrc/net/stagit-gopher/distinfo:1.3 pkgsrc/net/stagit-gopher/distinfo:1.4
--- pkgsrc/net/stagit-gopher/distinfo:1.3       Mon Aug 17 21:21:48 2020
+++ pkgsrc/net/stagit-gopher/distinfo   Sun Mar 14 19:10:46 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/08/17 21:21:48 leot Exp $
+$NetBSD: distinfo,v 1.4 2021/03/14 19:10:46 leot Exp $
 
-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
+SHA1 (stagit-gopher-0.9.5.tar.gz) = bcddc7a9901428a0217848d7317cff18b4c419ad
+RMD160 (stagit-gopher-0.9.5.tar.gz) = 6c23d5e0512ef7359d20b6f68e83ad7b6f905ea1
+SHA512 (stagit-gopher-0.9.5.tar.gz) = 98d252fc05ade27a316afbde98d90c69c16a155106b852aca0831cdc7750aec1c6d72b03110cf9d5f10503ccdf0e029df670a957acce26d27fcc230d69a0a2e3
+Size (stagit-gopher-0.9.5.tar.gz) = 17658 bytes



Home | Main Index | Thread Index | Old Index