pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/stagit



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Mon Aug 17 20:59:54 UTC 2020

Modified Files:
        pkgsrc/www/stagit: Makefile distinfo

Log Message:
stagit: update to 0.9.4.

ChangeLog:

- fix a small memleak in writeatom()
- stagit-index: remove unveil support for argv
- fix submodule lookup in bare repos
- regression: do not show unset or empty tags
- refactor get reference, add another feed for tags/releases
- sort branches and tags by time (descending)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/stagit/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/stagit/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/stagit/Makefile
diff -u pkgsrc/www/stagit/Makefile:1.4 pkgsrc/www/stagit/Makefile:1.5
--- pkgsrc/www/stagit/Makefile:1.4      Mon Apr  6 08:34:23 2020
+++ pkgsrc/www/stagit/Makefile  Mon Aug 17 20:59:54 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/04/06 08:34:23 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2020/08/17 20:59:54 fcambus Exp $
 
-DISTNAME=      stagit-0.9.3
-PKGREVISION=   2
+DISTNAME=      stagit-0.9.4
 CATEGORIES=    www
 MASTER_SITES=  https://codemadness.org/releases/stagit/
 

Index: pkgsrc/www/stagit/distinfo
diff -u pkgsrc/www/stagit/distinfo:1.2 pkgsrc/www/stagit/distinfo:1.3
--- pkgsrc/www/stagit/distinfo:1.2      Sun Feb 23 21:38:49 2020
+++ pkgsrc/www/stagit/distinfo  Mon Aug 17 20:59:54 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/02/23 21:38:49 fcambus Exp $
+$NetBSD: distinfo,v 1.3 2020/08/17 20:59:54 fcambus Exp $
 
-SHA1 (stagit-0.9.3.tar.gz) = aa3f850e5012cd6e3341f27a4c9ae63b8202e5c0
-RMD160 (stagit-0.9.3.tar.gz) = 959755b089cb055125751c26c21b19d9470c2ac3
-SHA512 (stagit-0.9.3.tar.gz) = 94934fb94f2798155a036922394de3d8b80b01dd3199269715e4d1867b7911e3290e1b8bc175b83b0a42d307d6b3e1d75268fa51e576a0a1baf9b88434e8aca9
-Size (stagit-0.9.3.tar.gz) = 18464 bytes
+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



Home | Main Index | Thread Index | Old Index