pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-xkeyval{,-doc}: update to 2.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a46cd8bdcf5
branches:  trunk
changeset: 384465:1a46cd8bdcf5
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Sep 01 05:52:07 2022 +0000

description:
tex-xkeyval{,-doc}: update to 2.9

fix for package options with braces

diffstat:

 print/tex-xkeyval-doc/DESCR    |   2 +-
 print/tex-xkeyval-doc/Makefile |   6 +++---
 print/tex-xkeyval-doc/distinfo |   8 ++++----
 print/tex-xkeyval/DESCR        |  13 +++++++------
 print/tex-xkeyval/Makefile     |   6 +++---
 print/tex-xkeyval/distinfo     |   8 ++++----
 6 files changed, 22 insertions(+), 21 deletions(-)

diffs (79 lines):

diff -r 99b819206ee6 -r 1a46cd8bdcf5 print/tex-xkeyval-doc/DESCR
--- a/print/tex-xkeyval-doc/DESCR       Thu Sep 01 05:49:54 2022 +0000
+++ b/print/tex-xkeyval-doc/DESCR       Thu Sep 01 05:52:07 2022 +0000
@@ -1,1 +1,1 @@
-This is documentation for tex-xkeyval.
+Documentation for tex-xkeyval.
diff -r 99b819206ee6 -r 1a46cd8bdcf5 print/tex-xkeyval-doc/Makefile
--- a/print/tex-xkeyval-doc/Makefile    Thu Sep 01 05:49:54 2022 +0000
+++ b/print/tex-xkeyval-doc/Makefile    Thu Sep 01 05:52:07 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2021/02/13 11:40:09 markd Exp $
+# $NetBSD: Makefile,v 1.7 2022/09/01 05:52:07 markd Exp $
 
 DISTNAME=      xkeyval.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-2.8
-TEXLIVE_REV=   57006
+PKGNAME=       tex-${DISTNAME:S/./-/}-2.9
+TEXLIVE_REV=   63616
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/xkeyval
diff -r 99b819206ee6 -r 1a46cd8bdcf5 print/tex-xkeyval-doc/distinfo
--- a/print/tex-xkeyval-doc/distinfo    Thu Sep 01 05:49:54 2022 +0000
+++ b/print/tex-xkeyval-doc/distinfo    Thu Sep 01 05:52:07 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:15:09 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/09/01 05:52:07 markd Exp $
 
-BLAKE2s (xkeyval.doc.r57006.tar.xz) = 4253287ba4d5aab26ade48cf8d2a37cb54b2c2a3398cf158b7fe7ee465edba5a
-SHA512 (xkeyval.doc.r57006.tar.xz) = 58a64143df3ca2cfd5b8260dbe5df4900586d3131f7914ea1da9b0a8f53c84e2ce49a6e36c03be3c3a508b4a9f26e61c167c600e73105709d6f36b2acdb6bd2e
-Size (xkeyval.doc.r57006.tar.xz) = 392804 bytes
+BLAKE2s (xkeyval.doc.r63616.tar.xz) = 8c711f5b05c9e3b0592426f8fa78975efbec54a5ad03c409ee6effab44ffbe87
+SHA512 (xkeyval.doc.r63616.tar.xz) = f7948832c943d3746c3115950259430724abee49316aaac0343e0959ddce796ab8064583d048f71ad39332df966557da9a2ec3c2752c16b333cc55bcd2cf3c7e
+Size (xkeyval.doc.r63616.tar.xz) = 422472 bytes
diff -r 99b819206ee6 -r 1a46cd8bdcf5 print/tex-xkeyval/DESCR
--- a/print/tex-xkeyval/DESCR   Thu Sep 01 05:49:54 2022 +0000
+++ b/print/tex-xkeyval/DESCR   Thu Sep 01 05:52:07 2022 +0000
@@ -1,6 +1,7 @@
-This package is an extension of the keyval package and offers additional
-macros for setting keys and declaring and setting class or package options.
-The package allows the programmer to specify a prefix to the name of the
-macros it defines for keys, and to define families of key definitions;
-these all help use in documents where several packages define their own
-sets of keys.
+This package is an extension of the keyval package and offers
+additional macros for setting keys and declaring and setting
+class or package options. The package allows the programmer to
+specify a prefix to the name of the macros it defines for keys,
+and to define families of key definitions; these all help use
+in documents where several packages define their own sets of
+keys.
diff -r 99b819206ee6 -r 1a46cd8bdcf5 print/tex-xkeyval/Makefile
--- a/print/tex-xkeyval/Makefile        Thu Sep 01 05:49:54 2022 +0000
+++ b/print/tex-xkeyval/Makefile        Thu Sep 01 05:52:07 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2021/02/13 11:40:09 markd Exp $
+# $NetBSD: Makefile,v 1.10 2022/09/01 05:52:07 markd Exp $
 
 DISTNAME=      xkeyval
-PKGNAME=       tex-${DISTNAME}-2.8
-TEXLIVE_REV=   57006
+PKGNAME=       tex-${DISTNAME}-2.9
+TEXLIVE_REV=   63616
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/xkeyval
diff -r 99b819206ee6 -r 1a46cd8bdcf5 print/tex-xkeyval/distinfo
--- a/print/tex-xkeyval/distinfo        Thu Sep 01 05:49:54 2022 +0000
+++ b/print/tex-xkeyval/distinfo        Thu Sep 01 05:52:07 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 11:15:09 nia Exp $
+$NetBSD: distinfo,v 1.10 2022/09/01 05:52:07 markd Exp $
 
-BLAKE2s (xkeyval.r57006.tar.xz) = 040dca28e9727aa81038f3b0aae1c4c2a04d4cdeedfd50b0c570eefdb32ca838
-SHA512 (xkeyval.r57006.tar.xz) = 39ae2a2d595c6808aab31a1f97caf31418e8aad6c05bec8812b0fca4a69c19eeb88e559940f952309f69a4b2d6342cce804f7d4d2b6270878be51c9b3cdf4ee1
-Size (xkeyval.r57006.tar.xz) = 8976 bytes
+BLAKE2s (xkeyval.r63616.tar.xz) = 2b85db88862aa9d4b0f48f432a0d6639c7005f72662633e553a179949c8bf592
+SHA512 (xkeyval.r63616.tar.xz) = e7f8355a0dd505af021d413b7e1ec605c083b9e552382eec48de85a1d037937696fc0a5949a4a8cebb065dd339c70742863991bc855c1ffc82177571c16cd313
+Size (xkeyval.r63616.tar.xz) = 8996 bytes



Home | Main Index | Thread Index | Old Index