summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorfcambus <fcambus@pkgsrc.org>2021-03-16 16:29:42 +0000
committerfcambus <fcambus@pkgsrc.org>2021-03-16 16:29:42 +0000
commit559b957979779a2dda22f2bf7aae0596ed004516 (patch)
treeb14edc2edbe8457d2554361d37bc2ef055069ddc /www
parenta1227e2f3398397c9035340d601577e5adb07ff9 (diff)
downloadpkgsrc-559b957979779a2dda22f2bf7aae0596ed004516.tar.gz
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 (limited to 'www')
-rw-r--r--www/stagit/Makefile4
-rw-r--r--www/stagit/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/www/stagit/Makefile b/www/stagit/Makefile
index 35ecb486842..9ec6c5db049 100644
--- a/www/stagit/Makefile
+++ b/www/stagit/Makefile
@@ -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 --git a/www/stagit/distinfo b/www/stagit/distinfo
index b1ae8c66a4b..3ab39ff7bce 100644
--- a/www/stagit/distinfo
+++ b/www/stagit/distinfo
@@ -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