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 Mar 19 10:12:12 UTC 2024

Modified Files:
        pkgsrc/textproc/go-md2man: Makefile distinfo go-modules.mk

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

What's Changed
    Clean up build stuff by @cpuguy83 in #77
    Bump actions/setup-go from 4 to 5 by @dependabot in #108
    Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in #114
    Prepend table preprocessor by @cpuguy83 in #111
    Fix trailing newline in code blocks by @cpuguy83 in #113
    Fix escape characters for content with newline by @cpuguy83 in #112


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/textproc/go-md2man/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/go-md2man/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/go-md2man/go-modules.mk

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.71 pkgsrc/textproc/go-md2man/Makefile:1.72
--- pkgsrc/textproc/go-md2man/Makefile:1.71     Wed Feb  7 14:51:01 2024
+++ pkgsrc/textproc/go-md2man/Makefile  Tue Mar 19 10:12:12 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.71 2024/02/07 14:51:01 bsiegert Exp $
+# $NetBSD: Makefile,v 1.72 2024/03/19 10:12:12 pin Exp $
 
-DISTNAME=      go-md2man-2.0.3
+DISTNAME=      go-md2man-2.0.4
 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.7 pkgsrc/textproc/go-md2man/distinfo:1.8
--- pkgsrc/textproc/go-md2man/distinfo:1.7      Fri Oct 13 12:31:43 2023
+++ pkgsrc/textproc/go-md2man/distinfo  Tue Mar 19 10:12:12 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2023/10/13 12:31:43 pin Exp $
+$NetBSD: distinfo,v 1.8 2024/03/19 10:12:12 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.3.tar.gz) = 68b985c641a4f0c9d9b28945d0fe187f9b4a6af55ee96446093e24c98b30bc94
-SHA512 (go-md2man-2.0.3.tar.gz) = 237e8039beea11b4efb7d0c75fb5826c17dea50057b0149b9533e72e2a5198811f9a3a5b264ea3788922d2f03b07cb57914448b2d4325d54d0f946fb42c42f40
-Size (go-md2man-2.0.3.tar.gz) = 64961 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

Index: pkgsrc/textproc/go-md2man/go-modules.mk
diff -u pkgsrc/textproc/go-md2man/go-modules.mk:1.2 pkgsrc/textproc/go-md2man/go-modules.mk:1.3
--- pkgsrc/textproc/go-md2man/go-modules.mk:1.2 Sat Sep  9 20:14:17 2023
+++ pkgsrc/textproc/go-md2man/go-modules.mk     Tue Mar 19 10:12:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: go-modules.mk,v 1.2 2023/09/09 20:14:17 pin Exp $
+# $NetBSD: go-modules.mk,v 1.3 2024/03/19 10:12:12 pin Exp $
 
 GO_MODULE_FILES+=      github.com/russross/blackfriday/v2/@v/v2.1.0.mod
 GO_MODULE_FILES+=      github.com/russross/blackfriday/v2/@v/v2.1.0.zip



Home | Main Index | Thread Index | Old Index