pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/got



Module Name:    pkgsrc
Committed By:   vins
Date:           Mon Aug 31 16:33:27 UTC 2026

Modified Files:
        pkgsrc/devel/got: Makefile distinfo

Log Message:
devel/got: update to 0.127

# changes

* got 0.127; 2026-07-20
- re-add cmdline tests to 'make regress' target (regression from 0.126)
- add version flag (-V, --version) to gotd, gotwebd, and gotsysd
- make 'got merge' accept tags as merge source argument
- do not raise errors when unversioned files are found during got rm -k
- add rm -s ? option for deleting unversioned files from the work tree
- add rm -I option for also deleting ignored unversioned files with rm -s ?
- make 'tog log' reload the work tree's base-commit info during Ctrl-L refresh
- fix failures due to trailing slashes in checkout -p path-prefix argument
- gotwebd: use <meta http-equiv="refresh"> tag to redirect browser after login
- gotwebd.conf: add option which restores legacy redirect using http status 307


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/got/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/got/distinfo

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

Modified files:

Index: pkgsrc/devel/got/Makefile
diff -u pkgsrc/devel/got/Makefile:1.29 pkgsrc/devel/got/Makefile:1.30
--- pkgsrc/devel/got/Makefile:1.29      Sun Jun  7 08:13:45 2026
+++ pkgsrc/devel/got/Makefile   Mon Aug 31 16:33:27 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2026/06/07 08:13:45 vins Exp $
+# $NetBSD: Makefile,v 1.30 2026/08/31 16:33:27 vins Exp $
 
-DISTNAME=      got-portable-0.126
+DISTNAME=      got-portable-0.127
 PKGNAME=       ${DISTNAME:S/-portable//}
 CATEGORIES=    devel
 MASTER_SITES=  https://gameoftrees.org/releases/portable/

Index: pkgsrc/devel/got/distinfo
diff -u pkgsrc/devel/got/distinfo:1.22 pkgsrc/devel/got/distinfo:1.23
--- pkgsrc/devel/got/distinfo:1.22      Sun Jun  7 08:13:45 2026
+++ pkgsrc/devel/got/distinfo   Mon Aug 31 16:33:27 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.22 2026/06/07 08:13:45 vins Exp $
+$NetBSD: distinfo,v 1.23 2026/08/31 16:33:27 vins Exp $
 
-BLAKE2s (got-portable-0.126.tar.gz) = 587226d7fa2da6cea09fc15d9beaadca8c208ded912d637fa7012898a3674b7b
-SHA512 (got-portable-0.126.tar.gz) = 8ee909d788031abcff97ba35e478c3f08d1187a4d2a1a4f14c5af8735aaee8972b2b18b50c548c2a816427a3a74e319131ea7dc55fcdecee741a5994e6e53845
-Size (got-portable-0.126.tar.gz) = 2628997 bytes
+BLAKE2s (got-portable-0.127.tar.gz) = 27903838e2b527fff9ef5a46ad7e17e1250325dffdd5113aad6c47d16f4324f4
+SHA512 (got-portable-0.127.tar.gz) = 94fa9602cd38bd1be18529669ac781039252b989db4515a9a05cc3cb25488403b163f178c33595306b84f7931e89183873eb586b4ec9048677fabf5bab37a0b6
+Size (got-portable-0.127.tar.gz) = 1746471 bytes
 SHA1 (patch-gotd_log.h) = f978464fe9a16d3b51051aed0611e73308251dfe
 SHA1 (patch-tog_tog.c) = 78d4c26c92f3958e3be02f60407354ae2752eb8c



Home | Main Index | Thread Index | Old Index