Tue Mar 16 16:29:42 2021 UTC ()
stagit: update to 0.9.5.

ChangeLog:

- change STAGIT_BASEURL to an -u option and also update the example script
- add $STAGIT_BASEURL environment variable to make Atom links absolute
- README: mention tags.xml feature
- micro-optimization: fputc (function) -> putc (macro/inline function)
- fix warning with libgit2 v0.99+, remain compatible with older versions
- add abbreviated commit hash to submodule file
- add meta viewport for scaling on mobile
- style.css: improve contrast
- use size_t to count lines
- avoid shadowed `name' global variable
- refs_cmp: remove unneeded cast
- use LEN() macros for arrays


(fcambus)
diff -r1.5 -r1.6 pkgsrc/www/stagit/Makefile
diff -r1.3 -r1.4 pkgsrc/www/stagit/distinfo

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

--- pkgsrc/www/stagit/Makefile 2020/08/17 20:59:54 1.5
+++ pkgsrc/www/stagit/Makefile 2021/03/16 16:29:42 1.6
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2020/08/17 20:59:54 fcambus Exp $ 1# $NetBSD: Makefile,v 1.6 2021/03/16 16:29:42 fcambus Exp $
2 2
3DISTNAME= stagit-0.9.4 3DISTNAME= stagit-0.9.5
4CATEGORIES= www 4CATEGORIES= www
5MASTER_SITES= https://codemadness.org/releases/stagit/ 5MASTER_SITES= https://codemadness.org/releases/stagit/
6 6
7MAINTAINER= fcambus@NetBSD.org 7MAINTAINER= fcambus@NetBSD.org
8HOMEPAGE= https://codemadness.org/git/stagit/file/README.html 8HOMEPAGE= https://codemadness.org/git/stagit/file/README.html
9COMMENT= Static git page generator 9COMMENT= Static git page generator
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/www/stagit/distinfo (expand / switch to unified diff)

--- pkgsrc/www/stagit/distinfo 2020/08/17 20:59:54 1.3
+++ pkgsrc/www/stagit/distinfo 2021/03/16 16:29:42 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2020/08/17 20:59:54 fcambus Exp $ 1$NetBSD: distinfo,v 1.4 2021/03/16 16:29:42 fcambus Exp $
2 2
3SHA1 (stagit-0.9.4.tar.gz) = 4597beb3f65cb009d69ab81822ff1d175cf44d89 3SHA1 (stagit-0.9.5.tar.gz) = e4e8c201119733bf44a721fa2bebb868c274bfc9
4RMD160 (stagit-0.9.4.tar.gz) = 8278c51c554b4be5ca4ab217eb72e23f27c26fa5 4RMD160 (stagit-0.9.5.tar.gz) = 9dba8f86477fd9fe6152f82b56e26ee067e1643b
5SHA512 (stagit-0.9.4.tar.gz) = 12ef71123a12a77f5d5c2245ae54f0ed6a97c80f8b97c9654f086eca88ab7945ce599afdb526b2db843becf86d48b018181a5068e09c32bfceefad1d50b98c94 5SHA512 (stagit-0.9.5.tar.gz) = a215815f1e748fca86ea8e8c22d24488c7e0d3b5168748afb58a0ce14295a976ae2e82824e48cd16f83f4a98dca31fb6cc5a8c9498001ba035da81f0f87fd61f
6Size (stagit-0.9.4.tar.gz) = 18912 bytes 6Size (stagit-0.9.5.tar.gz) = 19115 bytes