pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/go-md2man



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Sep 17 03:33:00 UTC 2024

Modified Files:
        pkgsrc/textproc/go-md2man: Makefile distinfo

Log Message:
textproc/go-md2man: update to 2.0.5

 - Add debugging output for renderer by @corhere in #123
 - Emit a NAME section properly formatted for whatis parsing by @corhere in #124
 - Fix rendering of lists by @corhere in #122


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/textproc/go-md2man/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/go-md2man/distinfo

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

Modified files:

Index: pkgsrc/textproc/go-md2man/Makefile
diff -u pkgsrc/textproc/go-md2man/Makefile:1.78 pkgsrc/textproc/go-md2man/Makefile:1.79
--- pkgsrc/textproc/go-md2man/Makefile:1.78     Fri Sep  6 18:48:59 2024
+++ pkgsrc/textproc/go-md2man/Makefile  Tue Sep 17 03:33:00 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.78 2024/09/06 18:48:59 bsiegert Exp $
+# $NetBSD: Makefile,v 1.79 2024/09/17 03:33:00 pin Exp $
 
-DISTNAME=      go-md2man-2.0.4
+DISTNAME=      go-md2man-2.0.5
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=cpuguy83/}
-PKGREVISION=   6
 CATEGORIES=    textproc
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 

Index: pkgsrc/textproc/go-md2man/distinfo
diff -u pkgsrc/textproc/go-md2man/distinfo:1.8 pkgsrc/textproc/go-md2man/distinfo:1.9
--- pkgsrc/textproc/go-md2man/distinfo:1.8      Tue Mar 19 10:12:12 2024
+++ pkgsrc/textproc/go-md2man/distinfo  Tue Sep 17 03:33:00 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2024/03/19 10:12:12 pin Exp $
+$NetBSD: distinfo,v 1.9 2024/09/17 03:33:00 pin Exp $
 
 BLAKE2s (github.com_russross_blackfriday_v2_@v_v2.1.0.mod) = f0bc812b934149988d4ab1dcc12c2c63777f0a0d18126b5cba0e35ea880b775b
 SHA512 (github.com_russross_blackfriday_v2_@v_v2.1.0.mod) = ac376a387fa39fe35dc4d073d8becd74e79f52e9d36b0a6628740dfe0e7c1f4fb6533fc262212663b105afcaa104082e055fa87d20cb3068359faae6dcba7738
@@ -6,6 +6,6 @@ Size (github.com_russross_blackfriday_v2
 BLAKE2s (github.com_russross_blackfriday_v2_@v_v2.1.0.zip) = 85686101dbbeab3cb9c505afd1304dbe587d6fd5c029748e5d8aaafba881f0c5
 SHA512 (github.com_russross_blackfriday_v2_@v_v2.1.0.zip) = 11e29cdd7a8baee7995009755582c26eb819efd715e9dfa1442b5743c7bf5752188f0fa8f5ddb3452f05f371a280324406410b683609f6a510277d3e03b30ca0
 Size (github.com_russross_blackfriday_v2_@v_v2.1.0.zip) = 122358 bytes
-BLAKE2s (go-md2man-2.0.4.tar.gz) = ccdf4c015f6b5544b4ac348a07cbfa75bb07f71bb1c7d04b54e8d6f09853034d
-SHA512 (go-md2man-2.0.4.tar.gz) = 2169f16a7ea769357511a72dff5f8a5728ec810ed4165e6a4b8c61ee2fa7bccab132bad94584a547c5ce4c63ca533a144a6c379d81f1977854eb22bfbe21e065
-Size (go-md2man-2.0.4.tar.gz) = 9902 bytes
+BLAKE2s (go-md2man-2.0.5.tar.gz) = 358a22b6589f904e85b75b122f1d4127347d6ef93b7195da443d629395d2af25
+SHA512 (go-md2man-2.0.5.tar.gz) = a6d17218660cd42ee4cbef6834ad751bbc8fe2b97c2f35604ca049f4794c1b2cbba74b50054fea74a6d86fd5d4ab929148ff6a0a6d33095b4f3319dcd664ecf8
+Size (go-md2man-2.0.5.tar.gz) = 10936 bytes



Home | Main Index | Thread Index | Old Index