pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts tex-mf2pt1{,-doc}: update to 2.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6127c7613bf
branches:  trunk
changeset: 446848:b6127c7613bf
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Feb 14 02:10:57 2021 +0000

description:
tex-mf2pt1{,-doc}: update to 2.6

Starting with version 2.6, mf2pt1 no longer automatically generates
a unique ID for the font.  Unique IDs frustrate reproducible builds
of fonts; mf2pt1 generated such IDs randomly, implying that there was
no guarantee of uniqueness; and Adobe has declared that unique IDs
are no longer necessary

In addition, a large number of external links in the mf2pt1
documentation have been updated to point to current locations.

diffstat:

 fonts/tex-mf2pt1-doc/Makefile |   7 +++----
 fonts/tex-mf2pt1-doc/distinfo |  10 +++++-----
 fonts/tex-mf2pt1/Makefile     |   8 +++-----
 fonts/tex-mf2pt1/distinfo     |  10 +++++-----
 4 files changed, 16 insertions(+), 19 deletions(-)

diffs (75 lines):

diff -r b0d752566878 -r b6127c7613bf fonts/tex-mf2pt1-doc/Makefile
--- a/fonts/tex-mf2pt1-doc/Makefile     Sun Feb 14 02:08:09 2021 +0000
+++ b/fonts/tex-mf2pt1-doc/Makefile     Sun Feb 14 02:10:57 2021 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 23:31:43 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2021/02/14 02:10:57 markd Exp $
 
 DISTNAME=      mf2pt1.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-2.5a
-TEXLIVE_REV=   33802
+PKGNAME=       tex-${DISTNAME:S/./-/}-2.6
+TEXLIVE_REV=   57018
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/mf2pt1
 COMMENT=       Documentation for tex-mf2pt1
 LICENSE=       lppl-1.3c
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r b0d752566878 -r b6127c7613bf fonts/tex-mf2pt1-doc/distinfo
--- a/fonts/tex-mf2pt1-doc/distinfo     Sun Feb 14 02:08:09 2021 +0000
+++ b/fonts/tex-mf2pt1-doc/distinfo     Sun Feb 14 02:10:57 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 20:45:10 agc Exp $
+$NetBSD: distinfo,v 1.3 2021/02/14 02:10:57 markd Exp $
 
-SHA1 (tex-mf2pt1-33802/mf2pt1.doc.tar.xz) = 9bac2295790e08195bc4fdf8712c7e77e87282ba
-RMD160 (tex-mf2pt1-33802/mf2pt1.doc.tar.xz) = 7bc8ebb2b0ff67363aee67c128e310807dcb80b1
-SHA512 (tex-mf2pt1-33802/mf2pt1.doc.tar.xz) = 096a41008ce3dbc3000e448e5c22bb9842dcd8bd2edef4fa016ec4da370975a093f99e5b478e87ee9a19769ff628e9247fd9e61ee91317f8665a53fed529bafa
-Size (tex-mf2pt1-33802/mf2pt1.doc.tar.xz) = 213304 bytes
+SHA1 (mf2pt1.doc.r57018.tar.xz) = f7b71fca662a853dbfeb49b3546978b4f4c68529
+RMD160 (mf2pt1.doc.r57018.tar.xz) = 368091e73bb5ac40d88d99e3719944e0e5ad395c
+SHA512 (mf2pt1.doc.r57018.tar.xz) = 5320e1d724fde19f8c0c1b85902e57609e938243baadd00edb8294867a1df792ac2f72bcd1bf7350f4a9efab1563c9fea4361e423079b1f75ab9ecdbf2da4b90
+Size (mf2pt1.doc.r57018.tar.xz) = 198696 bytes
diff -r b0d752566878 -r b6127c7613bf fonts/tex-mf2pt1/Makefile
--- a/fonts/tex-mf2pt1/Makefile Sun Feb 14 02:08:09 2021 +0000
+++ b/fonts/tex-mf2pt1/Makefile Sun Feb 14 02:10:57 2021 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2020/08/31 18:09:32 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2021/02/14 02:10:57 markd Exp $
 
 DISTNAME=      mf2pt1
-PKGNAME=       tex-${DISTNAME}-2.5a
-PKGREVISION=   5
-TEXLIVE_REV=   33802
+PKGNAME=       tex-${DISTNAME}-2.6
+TEXLIVE_REV=   57018
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/mf2pt1
@@ -15,7 +14,6 @@
 
 INSTALLATION_DIRS+=    bin
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 
 post-extract:
diff -r b0d752566878 -r b6127c7613bf fonts/tex-mf2pt1/distinfo
--- a/fonts/tex-mf2pt1/distinfo Sun Feb 14 02:08:09 2021 +0000
+++ b/fonts/tex-mf2pt1/distinfo Sun Feb 14 02:10:57 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 20:45:10 agc Exp $
+$NetBSD: distinfo,v 1.3 2021/02/14 02:10:57 markd Exp $
 
-SHA1 (tex-mf2pt1-33802/mf2pt1.tar.xz) = a40a58950ddfbd55caf32e425394ffb8ac9fece4
-RMD160 (tex-mf2pt1-33802/mf2pt1.tar.xz) = 7834ff0aec8a65a117d7a1e073dfe7d33eb6facb
-SHA512 (tex-mf2pt1-33802/mf2pt1.tar.xz) = b828f6a63daabe4ef6e67423b73cb0c6edaccf0b6752b0717afbe7fa85616fcc73c50f5f6a28bc1d82c2cc6008ac6f3f2a199a57d00c22760256120a70c7e2a1
-Size (tex-mf2pt1-33802/mf2pt1.tar.xz) = 14252 bytes
+SHA1 (mf2pt1.r57018.tar.xz) = 3f1e29c4c7da3ab24362b6a57991c737eec0a6c5
+RMD160 (mf2pt1.r57018.tar.xz) = d11a541e2ada2f87093fdc80c7940b1ac60d1c51
+SHA512 (mf2pt1.r57018.tar.xz) = 87df5858f4a383f4915d469479460d55a6975a841d31b9993c9e3c9af422965d5eb869eac82c2dda968c17160e96c794ce85760c56d3d931d09fd13425d3c508
+Size (mf2pt1.r57018.tar.xz) = 14288 bytes



Home | Main Index | Thread Index | Old Index