Wed Apr 20 16:24:07 2022 UTC ()
print/tex-regexpatch-doc: Fix package version

Documentation is for version 0.2f of tex-regexpatch.


(micha)
diff -r1.1 -r1.2 pkgsrc/print/tex-regexpatch-doc/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/print/tex-regexpatch-doc/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-regexpatch-doc/Makefile 2022/03/30 16:14:00 1.1
+++ pkgsrc/print/tex-regexpatch-doc/Makefile 2022/04/20 16:24:07 1.2
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.1 2022/03/30 16:14:00 micha Exp $ 1# $NetBSD: Makefile,v 1.2 2022/04/20 16:24:07 micha Exp $
2 2
3DISTNAME= regexpatch.doc 3DISTNAME= regexpatch.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-0.3 4PKGNAME= tex-${DISTNAME:S/./-/}-0.2f
5TEXLIVE_REV= 58668 5TEXLIVE_REV= 58668
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/regexpatch 8HOMEPAGE= https://ctan.org/pkg/regexpatch
9COMMENT= Documentation for tex-regexpatch 9COMMENT= Documentation for tex-regexpatch
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12.include "../../print/texlive/package.mk" 12.include "../../print/texlive/package.mk"
13.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"