pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/stagit stagit: update to 0.9.5.
details: https://anonhg.NetBSD.org/pkgsrc/rev/31df6f465467
branches: trunk
changeset: 448852:31df6f465467
user: fcambus <fcambus%pkgsrc.org@localhost>
date: Tue Mar 16 16:29:42 2021 +0000
description:
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
diffstat:
www/stagit/Makefile | 4 ++--
www/stagit/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 6e5c0b8ae484 -r 31df6f465467 www/stagit/Makefile
--- a/www/stagit/Makefile Tue Mar 16 16:25:31 2021 +0000
+++ b/www/stagit/Makefile Tue Mar 16 16:29:42 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/08/17 20:59:54 fcambus Exp $
+# $NetBSD: Makefile,v 1.6 2021/03/16 16:29:42 fcambus Exp $
-DISTNAME= stagit-0.9.4
+DISTNAME= stagit-0.9.5
CATEGORIES= www
MASTER_SITES= https://codemadness.org/releases/stagit/
diff -r 6e5c0b8ae484 -r 31df6f465467 www/stagit/distinfo
--- a/www/stagit/distinfo Tue Mar 16 16:25:31 2021 +0000
+++ b/www/stagit/distinfo Tue Mar 16 16:29:42 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/08/17 20:59:54 fcambus Exp $
+$NetBSD: distinfo,v 1.4 2021/03/16 16:29:42 fcambus Exp $
-SHA1 (stagit-0.9.4.tar.gz) = 4597beb3f65cb009d69ab81822ff1d175cf44d89
-RMD160 (stagit-0.9.4.tar.gz) = 8278c51c554b4be5ca4ab217eb72e23f27c26fa5
-SHA512 (stagit-0.9.4.tar.gz) = 12ef71123a12a77f5d5c2245ae54f0ed6a97c80f8b97c9654f086eca88ab7945ce599afdb526b2db843becf86d48b018181a5068e09c32bfceefad1d50b98c94
-Size (stagit-0.9.4.tar.gz) = 18912 bytes
+SHA1 (stagit-0.9.5.tar.gz) = e4e8c201119733bf44a721fa2bebb868c274bfc9
+RMD160 (stagit-0.9.5.tar.gz) = 9dba8f86477fd9fe6152f82b56e26ee067e1643b
+SHA512 (stagit-0.9.5.tar.gz) = a215815f1e748fca86ea8e8c22d24488c7e0d3b5168748afb58a0ce14295a976ae2e82824e48cd16f83f4a98dca31fb6cc5a8c9498001ba035da81f0f87fd61f
+Size (stagit-0.9.5.tar.gz) = 19115 bytes
Home |
Main Index |
Thread Index |
Old Index