pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Feb 15 11:00:38 UTC 2021

Modified Files:
        pkgsrc/graphics/tex-pst-circ: Makefile distinfo
        pkgsrc/graphics/tex-pst-circ-doc: Makefile distinfo

Log Message:
tex-pst-circ{,-doc}: update to 2.17

This version allows color names in "xcolor" notation


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/tex-pst-circ/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/tex-pst-circ/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/tex-pst-circ-doc/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/tex-pst-circ-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/graphics/tex-pst-circ/Makefile
diff -u pkgsrc/graphics/tex-pst-circ/Makefile:1.8 pkgsrc/graphics/tex-pst-circ/Makefile:1.9
--- pkgsrc/graphics/tex-pst-circ/Makefile:1.8   Sat Jan 18 23:32:31 2020
+++ pkgsrc/graphics/tex-pst-circ/Makefile       Mon Feb 15 11:00:37 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2020/01/18 23:32:31 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2021/02/15 11:00:37 markd Exp $
 
 DISTNAME=      pst-circ
-PKGNAME=       tex-${DISTNAME}-2.16
-TEXLIVE_REV=   49791
+PKGNAME=       tex-${DISTNAME}-2.17
+TEXLIVE_REV=   55289
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/pst-circ
@@ -14,6 +14,5 @@ DEPENDS+=     tex-pst-node-[0-9]*:../../grap
 DEPENDS+=      tex-pstricks-[0-9]*:../../graphics/tex-pstricks
 DEPENDS+=      tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/tex-pst-circ/distinfo
diff -u pkgsrc/graphics/tex-pst-circ/distinfo:1.7 pkgsrc/graphics/tex-pst-circ/distinfo:1.8
--- pkgsrc/graphics/tex-pst-circ/distinfo:1.7   Fri Feb  1 21:25:24 2019
+++ pkgsrc/graphics/tex-pst-circ/distinfo       Mon Feb 15 11:00:37 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/02/01 21:25:24 markd Exp $
+$NetBSD: distinfo,v 1.8 2021/02/15 11:00:37 markd Exp $
 
-SHA1 (tex-pst-circ-49791/pst-circ.tar.xz) = 00eaec6a997e57d7b3a040b4be58dd989d0420ea
-RMD160 (tex-pst-circ-49791/pst-circ.tar.xz) = e84b61576bf3278c302120af81c375e938bd002a
-SHA512 (tex-pst-circ-49791/pst-circ.tar.xz) = 9b14f9adda46a7c7117d50592d6c4362dc755ae404690d3c12def325daf4deca12db410eb3c03bad8440be424df471556a648b31c8a9d78be8617c4b2afab79b
-Size (tex-pst-circ-49791/pst-circ.tar.xz) = 24332 bytes
+SHA1 (pst-circ.r55289.tar.xz) = 6dae1234884217a5ffcfb97dd79d8062e3c83e13
+RMD160 (pst-circ.r55289.tar.xz) = 6130803d0ad74b2cc0ebeaa4b85d74e6850258ee
+SHA512 (pst-circ.r55289.tar.xz) = ff5ea04128d8d7646484849fb0539af8cbd8638442de65f9cfebfc874a71f85b534488ef516129346984d31a01e44521c29d7c5293c30ea315a986fde6a953bb
+Size (pst-circ.r55289.tar.xz) = 24300 bytes

Index: pkgsrc/graphics/tex-pst-circ-doc/Makefile
diff -u pkgsrc/graphics/tex-pst-circ-doc/Makefile:1.8 pkgsrc/graphics/tex-pst-circ-doc/Makefile:1.9
--- pkgsrc/graphics/tex-pst-circ-doc/Makefile:1.8       Sat Jan 18 23:32:31 2020
+++ pkgsrc/graphics/tex-pst-circ-doc/Makefile   Mon Feb 15 11:00:37 2021
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.8 2020/01/18 23:32:31 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2021/02/15 11:00:37 markd Exp $
 
 DISTNAME=      pst-circ.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-2.16
-TEXLIVE_REV=   49791
+PKGNAME=       tex-${DISTNAME:S/./-/}-2.17
+TEXLIVE_REV=   55289
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/pst-circ
 COMMENT=       Documentation for tex-pst-circ
 LICENSE=       lppl-1.3c
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/tex-pst-circ-doc/distinfo
diff -u pkgsrc/graphics/tex-pst-circ-doc/distinfo:1.7 pkgsrc/graphics/tex-pst-circ-doc/distinfo:1.8
--- pkgsrc/graphics/tex-pst-circ-doc/distinfo:1.7       Fri Feb  1 21:25:24 2019
+++ pkgsrc/graphics/tex-pst-circ-doc/distinfo   Mon Feb 15 11:00:37 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/02/01 21:25:24 markd Exp $
+$NetBSD: distinfo,v 1.8 2021/02/15 11:00:37 markd Exp $
 
-SHA1 (tex-pst-circ-49791/pst-circ.doc.tar.xz) = 96011e31d133c64db861ca653e3ea9c6d168d8f6
-RMD160 (tex-pst-circ-49791/pst-circ.doc.tar.xz) = d99124d8ced09ed99f339ea4a2c4fff61f88533c
-SHA512 (tex-pst-circ-49791/pst-circ.doc.tar.xz) = 64a053ff43ee252f10255f8006fe9014c5c376fbd7b065114d8db59b6ceaa41134da2a68f2b602311511672a990ba5a8be560d3915580adeea1497f6672fe295
-Size (tex-pst-circ-49791/pst-circ.doc.tar.xz) = 498540 bytes
+SHA1 (pst-circ.doc.r55289.tar.xz) = 4069d3200a82d295bc0455fe54e7328e4bf77c1e
+RMD160 (pst-circ.doc.r55289.tar.xz) = 88c1559081ca2c569ddeb32417f864c0e4da11b0
+SHA512 (pst-circ.doc.r55289.tar.xz) = a3991c3c7fb781f6735de799c325bc19ef82cdc4ef31f2d4b5ec22ab3961e2bc450084285176172bf583869ebc2d7d35800ac75caf0caa99ed3c050c48f49960
+Size (pst-circ.doc.r55289.tar.xz) = 499776 bytes



Home | Main Index | Thread Index | Old Index