pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Feb 14 19:41:04 UTC 2024

Modified Files:
        pkgsrc/print/tex-minted: Makefile distinfo
        pkgsrc/print/tex-minted-doc: Makefile PLIST distinfo

Log Message:
tex-minted{,-doc}: update to 2.9

changes unknown


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/print/tex-minted/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/tex-minted/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/print/tex-minted-doc/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-minted-doc/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/tex-minted-doc/distinfo

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

Modified files:

Index: pkgsrc/print/tex-minted/Makefile
diff -u pkgsrc/print/tex-minted/Makefile:1.16 pkgsrc/print/tex-minted/Makefile:1.17
--- pkgsrc/print/tex-minted/Makefile:1.16       Mon Aug 14 05:25:07 2023
+++ pkgsrc/print/tex-minted/Makefile    Wed Feb 14 19:41:04 2024
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.16 2023/08/14 05:25:07 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2024/02/14 19:41:04 markd Exp $
 
 DISTNAME=      minted
-PKGNAME=       tex-${DISTNAME}-2.7
-PKGREVISION=   1
-TEXLIVE_REV=   65252
+PKGNAME=       tex-${DISTNAME}-2.9
+TEXLIVE_REV=   69163
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/minted
 COMMENT=       Highlighted source code for LaTeX
-LICENSE=       lppl-1.3c
+LICENSE=       lppl-1.3c AND modified-bsd
 
 DEPENDS+=      tex-catchfile-[0-9]*:../../print/tex-catchfile
 DEPENDS+=      tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
@@ -20,6 +19,7 @@ DEPENDS+=     tex-graphics-[0-9]*:../../prin
 DEPENDS+=      tex-ifplatform-[0-9]*:../../print/tex-ifplatform
 DEPENDS+=      tex-kvoptions-[0-9]*:../../print/tex-kvoptions
 DEPENDS+=      tex-lineno-[0-9]*:../../print/tex-lineno
+DEPENDS+=      tex-newfloat-[0-9]*:../../print/tex-newfloat
 DEPENDS+=      tex-pdftexcmds-[0-9]*:../../print/tex-pdftexcmds
 DEPENDS+=      tex-tools-[0-9]*:../../print/tex-tools
 DEPENDS+=      tex-upquote-[0-9]*:../../print/tex-upquote

Index: pkgsrc/print/tex-minted/distinfo
diff -u pkgsrc/print/tex-minted/distinfo:1.11 pkgsrc/print/tex-minted/distinfo:1.12
--- pkgsrc/print/tex-minted/distinfo:1.11       Sat Apr  1 12:07:38 2023
+++ pkgsrc/print/tex-minted/distinfo    Wed Feb 14 19:41:04 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/04/01 12:07:38 markd Exp $
+$NetBSD: distinfo,v 1.12 2024/02/14 19:41:04 markd Exp $
 
-BLAKE2s (minted.r65252.tar.xz) = 37efd756dcd38d964b2a270a89b9cfc9780af0b35cfd0be445992c7495ef9ae8
-SHA512 (minted.r65252.tar.xz) = faf543c7f48371cca2a4af7d1e4e1e9b16c13673908417ec982d773dac561ab9e467f79bed230f5c0e359fc82c5cfff1f83e18cb6261279943d1e5a2f117ea2f
-Size (minted.r65252.tar.xz) = 10028 bytes
+BLAKE2s (minted.r69163.tar.xz) = 177ef4f0e2b840e5a9497507caf6a85b97e6b266d89ed5b6107f9f11b29241f2
+SHA512 (minted.r69163.tar.xz) = d9bf72028b4aeb2febd7e2ee8f44297f047b5eab76fca8265a56dbcde4d921946bce15af5a89bc110b8ba25d234925172822e045670cd9795f13e38cd0e90f18
+Size (minted.r69163.tar.xz) = 10148 bytes

Index: pkgsrc/print/tex-minted-doc/Makefile
diff -u pkgsrc/print/tex-minted-doc/Makefile:1.10 pkgsrc/print/tex-minted-doc/Makefile:1.11
--- pkgsrc/print/tex-minted-doc/Makefile:1.10   Sat Apr  1 12:07:38 2023
+++ pkgsrc/print/tex-minted-doc/Makefile        Wed Feb 14 19:41:04 2024
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.10 2023/04/01 12:07:38 markd Exp $
+# $NetBSD: Makefile,v 1.11 2024/02/14 19:41:04 markd Exp $
 
 DISTNAME=      minted.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-2.7
-TEXLIVE_REV=   65252
+PKGNAME=       tex-${DISTNAME:S/./-/}-2.9
+TEXLIVE_REV=   69163
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/minted
 COMMENT=       Documentation for tex-minted
-LICENSE=       lppl-1.3c
+LICENSE=       lppl-1.3c AND modified-bsd
 
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/tex-minted-doc/PLIST
diff -u pkgsrc/print/tex-minted-doc/PLIST:1.2 pkgsrc/print/tex-minted-doc/PLIST:1.3
--- pkgsrc/print/tex-minted-doc/PLIST:1.2       Thu Apr 14 02:48:26 2022
+++ pkgsrc/print/tex-minted-doc/PLIST   Wed Feb 14 19:41:04 2024
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/04/14 02:48:26 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/02/14 19:41:04 markd Exp $
+share/texmf-dist/doc/latex/minted/DEPENDS.txt
 share/texmf-dist/doc/latex/minted/README
 share/texmf-dist/doc/latex/minted/minted.pdf

Index: pkgsrc/print/tex-minted-doc/distinfo
diff -u pkgsrc/print/tex-minted-doc/distinfo:1.11 pkgsrc/print/tex-minted-doc/distinfo:1.12
--- pkgsrc/print/tex-minted-doc/distinfo:1.11   Sat Apr  1 12:07:38 2023
+++ pkgsrc/print/tex-minted-doc/distinfo        Wed Feb 14 19:41:04 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/04/01 12:07:38 markd Exp $
+$NetBSD: distinfo,v 1.12 2024/02/14 19:41:04 markd Exp $
 
-BLAKE2s (minted.doc.r65252.tar.xz) = 5177e530e99e6d8e3e58b05370b3807c2bbec68d2aca29ccf7499c936ca5cdc8
-SHA512 (minted.doc.r65252.tar.xz) = 41640837e53d5b9cdce55a8f29707fe4f654da19813efbc1770df39b8f00aabdf600032dd504a8cebe23b4ef91e226014a94e031c52d0458f0684c5a53bd276a
-Size (minted.doc.r65252.tar.xz) = 837736 bytes
+BLAKE2s (minted.doc.r69163.tar.xz) = dd810ed5f3f24453c85fcc78b69ecb75be14f7726480a67f68b222a60ce37cb0
+SHA512 (minted.doc.r69163.tar.xz) = 6ddf64e40d3d28ca2bedd8a8a9789f1839c63a96f5aee3f71155722876f8ddf0634c2022ae4c02e1e9336a76dc8477994654d20e9d5949f2054017fcd09a9146
+Size (minted.doc.r69163.tar.xz) = 850300 bytes



Home | Main Index | Thread Index | Old Index