diff options
Diffstat (limited to 'print/tex-textcase/Makefile')
-rw-r--r-- | print/tex-textcase/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/print/tex-textcase/Makefile b/print/tex-textcase/Makefile index 9427711a7a6..039912494c2 100644 --- a/print/tex-textcase/Makefile +++ b/print/tex-textcase/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.3 2020/01/18 23:34:56 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2020/05/05 12:01:04 markd Exp $ DISTNAME= textcase -PKGNAME= tex-${DISTNAME}-0.07 -TEXLIVE_REV= 15878 +PKGNAME= tex-${DISTNAME}-1.00 +TEXLIVE_REV= 52092 MAINTAINER= prlw1@cam.ac.uk -HOMEPAGE= https://www.ctan.org/tex-archive/macros/latex/contrib/textcase/ +HOMEPAGE= https://ctan.org/pkg/textcase COMMENT= Case conversion ignoring mathematics, etc LICENSE= lppl-1.3c DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin -TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |