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:           Sun Apr  9 05:30:16 UTC 2023

Modified Files:
        pkgsrc/print/tex-hyperref: Makefile distinfo
        pkgsrc/print/tex-hyperref-doc: Makefile distinfo

Log Message:
tex-hyperref{,-doc}: update to 7.00v

* if babel is loaded casing with \MakeUppercase and \MakeLowercase
  respects the rules of the current locale/language in the bookmarks.
* removed old amstex patch of \@seteqlabel
* added test for \hyper at nopatch@amsmath at tag to allow to suppress
  an amsmath patch
* added test for \hyper at nopatch@counter to allow to suppress
  redefinitions of counter commands
* added test for \hyper at nopatch@mathenv to suppress math related
  patches
* added test for \hyper at nopatch@toc to suppress redefinition of
  toc related commands.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/print/tex-hyperref/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/print/tex-hyperref/distinfo
cvs rdiff -u -r1.21 -r1.22 pkgsrc/print/tex-hyperref-doc/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/print/tex-hyperref-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-hyperref/Makefile
diff -u pkgsrc/print/tex-hyperref/Makefile:1.27 pkgsrc/print/tex-hyperref/Makefile:1.28
--- pkgsrc/print/tex-hyperref/Makefile:1.27     Thu Sep  1 04:11:18 2022
+++ pkgsrc/print/tex-hyperref/Makefile  Sun Apr  9 05:30:16 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2022/09/01 04:11:18 markd Exp $
+# $NetBSD: Makefile,v 1.28 2023/04/09 05:30:16 markd Exp $
 
 DISTNAME=      hyperref
-PKGNAME=       tex-${DISTNAME}-7.00s
-TEXLIVE_REV=   63665
+PKGNAME=       tex-${DISTNAME}-7.00v
+TEXLIVE_REV=   65758
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/hyperref
@@ -22,12 +22,11 @@ DEPENDS+=   tex-kvsetkeys-[0-9]*:../../pri
 DEPENDS+=      tex-latex-bin>=2009nb1:../../print/tex-latex-bin
 DEPENDS+=      tex-letltxmacro-[0-9]*:../../print/tex-letltxmacro
 DEPENDS+=      tex-ltxcmds-[0-9]*:../../print/tex-ltxcmds
-DEPENDS+=      tex-oberdiek>=2009nb1:../../print/tex-oberdiek
 DEPENDS+=      tex-pdfescape-[0-9]*:../../print/tex-pdfescape
 DEPENDS+=      tex-refcount-[0-9]*:../../print/tex-refcount
 DEPENDS+=      tex-rerunfilecheck-[0-9]*:../../print/tex-rerunfilecheck
 DEPENDS+=      tex-stringenc-[0-9]*:../../print/tex-stringenc
-DEPENDS+=      tex-url>=3.2:../../print/tex-url
+DEPENDS+=      tex-url-[0-9]*:../../print/tex-url
 DEPENDS+=      tex-zapfding-[0-9]*:../../fonts/tex-zapfding
 
 .include "../../print/texlive/package.mk"

Index: pkgsrc/print/tex-hyperref/distinfo
diff -u pkgsrc/print/tex-hyperref/distinfo:1.22 pkgsrc/print/tex-hyperref/distinfo:1.23
--- pkgsrc/print/tex-hyperref/distinfo:1.22     Thu Sep  1 04:11:18 2022
+++ pkgsrc/print/tex-hyperref/distinfo  Sun Apr  9 05:30:16 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2022/09/01 04:11:18 markd Exp $
+$NetBSD: distinfo,v 1.23 2023/04/09 05:30:16 markd Exp $
 
-BLAKE2s (hyperref.r63665.tar.xz) = 428e555eae4dccafd5c943905035e20f1a760c1f1ea4cad476baf03ef31ff3ca
-SHA512 (hyperref.r63665.tar.xz) = ea0085b89e9819d4c852f8aece9283356a9408cf284c23c59c382dd18f4b4ac3954952510276c8dd972e3cbce8970b61dabd402ea7d5e164baeac2bfd57d514a
-Size (hyperref.r63665.tar.xz) = 91032 bytes
+BLAKE2s (hyperref.r65758.tar.xz) = 6c1b76a10c90484337d1534eeb4fcb418d9261087265a960d463a2169b15f29e
+SHA512 (hyperref.r65758.tar.xz) = c30dfac04cd90487740189dca7bf596c43e6313b1382296b0f5cc4337e6504906cdb247870eb15af1fc1f8b9417dac2872ca82ec490b6e065f8148c35ecdcb21
+Size (hyperref.r65758.tar.xz) = 91152 bytes

Index: pkgsrc/print/tex-hyperref-doc/Makefile
diff -u pkgsrc/print/tex-hyperref-doc/Makefile:1.21 pkgsrc/print/tex-hyperref-doc/Makefile:1.22
--- pkgsrc/print/tex-hyperref-doc/Makefile:1.21 Thu Sep  1 04:11:18 2022
+++ pkgsrc/print/tex-hyperref-doc/Makefile      Sun Apr  9 05:30:16 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2022/09/01 04:11:18 markd Exp $
+# $NetBSD: Makefile,v 1.22 2023/04/09 05:30:16 markd Exp $
 
 DISTNAME=      hyperref.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-7.00s
-TEXLIVE_REV=   63665
+PKGNAME=       tex-${DISTNAME:S/./-/}-7.00v
+TEXLIVE_REV=   65758
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/hyperref

Index: pkgsrc/print/tex-hyperref-doc/distinfo
diff -u pkgsrc/print/tex-hyperref-doc/distinfo:1.22 pkgsrc/print/tex-hyperref-doc/distinfo:1.23
--- pkgsrc/print/tex-hyperref-doc/distinfo:1.22 Thu Sep  1 04:11:18 2022
+++ pkgsrc/print/tex-hyperref-doc/distinfo      Sun Apr  9 05:30:16 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2022/09/01 04:11:18 markd Exp $
+$NetBSD: distinfo,v 1.23 2023/04/09 05:30:16 markd Exp $
 
-BLAKE2s (hyperref.doc.r63665.tar.xz) = f539c57c207e80c17de3755b731a0617121d5df54efa34cf92cdf3747f8b7809
-SHA512 (hyperref.doc.r63665.tar.xz) = 1b7408d3b605976a4d4662cc97dc76f278b2672760565aa9b43f6093f9aec8182883b51b1fa5770eb6aec8d66a22492ce833cdd607d746ad82a8ffb27e927682
-Size (hyperref.doc.r63665.tar.xz) = 3681880 bytes
+BLAKE2s (hyperref.doc.r65758.tar.xz) = ad38c20611f8fbe9aa0843aa958b25f6f6fe983ce48326067f280dea32016da5
+SHA512 (hyperref.doc.r65758.tar.xz) = b54fa3cf90ad69d0aa0ac409b1372b438a1b07818d102b01e597f956d9a380fb9e99acbab14a4d87c30b5fd4343536c40b39eb4ff43e1f5a0704f31d38063f38
+Size (hyperref.doc.r65758.tar.xz) = 3687224 bytes



Home | Main Index | Thread Index | Old Index