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


(leot)
diff -r1.5 -r1.6 pkgsrc/net/stagit-gopher/Makefile
diff -r1.3 -r1.4 pkgsrc/net/stagit-gopher/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/net/stagit-gopher/Makefile (expand / switch to unified diff)

--- pkgsrc/net/stagit-gopher/Makefile 2020/08/17 21:21:48 1.5
+++ pkgsrc/net/stagit-gopher/Makefile 2021/03/14 19:10:46 1.6
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2020/08/17 21:21:48 leot Exp $ 1# $NetBSD: Makefile,v 1.6 2021/03/14 19:10:46 leot Exp $
2 2
3DISTNAME= stagit-gopher-0.9.4 3DISTNAME= stagit-gopher-0.9.5
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= https://codemadness.org/releases/stagit-gopher/ 5MASTER_SITES= https://codemadness.org/releases/stagit-gopher/
6 6
7MAINTAINER= leot@NetBSD.org 7MAINTAINER= leot@NetBSD.org
8HOMEPAGE= https://codemadness.org/git/stagit-gopher/file/README.html 8HOMEPAGE= https://codemadness.org/git/stagit-gopher/file/README.html
9COMMENT= Static git page generator for gopher 9COMMENT= Static git page generator for gopher
10LICENSE= mit 10LICENSE= mit
11 11
12USE_LANGUAGES= c99 12USE_LANGUAGES= c99
13 13
14MAKE_FLAGS+= PREFIX=${PREFIX} 14MAKE_FLAGS+= PREFIX=${PREFIX}
15MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR} 15MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR}
16MAKE_FLAGS+= LIBGIT_INC= 16MAKE_FLAGS+= LIBGIT_INC=

cvs diff -r1.3 -r1.4 pkgsrc/net/stagit-gopher/distinfo (expand / switch to unified diff)

--- pkgsrc/net/stagit-gopher/distinfo 2020/08/17 21:21:48 1.3
+++ pkgsrc/net/stagit-gopher/distinfo 2021/03/14 19:10:46 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2020/08/17 21:21:48 leot Exp $ 1$NetBSD: distinfo,v 1.4 2021/03/14 19:10:46 leot Exp $
2 2
3SHA1 (stagit-gopher-0.9.4.tar.gz) = fe6bbcb058556bb9afd02ad0968b61557f70980a 3SHA1 (stagit-gopher-0.9.5.tar.gz) = bcddc7a9901428a0217848d7317cff18b4c419ad
4RMD160 (stagit-gopher-0.9.4.tar.gz) = 5e945e477e3683cb604254b71ad10a8efce7f747 4RMD160 (stagit-gopher-0.9.5.tar.gz) = 6c23d5e0512ef7359d20b6f68e83ad7b6f905ea1
5SHA512 (stagit-gopher-0.9.4.tar.gz) = 160d23c880ca59570db016c1fe7bfade129ae4bbd34e7e5112b246dba43ee43df739b63786b6cde6faa8da8ea717bef08d15de8421e854c3e3dd4ea6e9ec5ab4 5SHA512 (stagit-gopher-0.9.5.tar.gz) = 98d252fc05ade27a316afbde98d90c69c16a155106b852aca0831cdc7750aec1c6d72b03110cf9d5f10503ccdf0e029df670a957acce26d27fcc230d69a0a2e3
6Size (stagit-gopher-0.9.4.tar.gz) = 17316 bytes 6Size (stagit-gopher-0.9.5.tar.gz) = 17658 bytes