diff options
author | sborrill <sborrill@pkgsrc.org> | 2022-02-15 16:16:53 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2022-02-15 16:16:53 +0000 |
commit | 0f15a78dc9f8ccf8b54bf162becf44fbfaf465ca (patch) | |
tree | 75f97981213c4c6db146fdd24ed692cd372def6b | |
parent | a2e9eff53c9452fa14a96d1fe7755b8cce4e8c39 (diff) | |
download | pkgsrc-0f15a78dc9f8ccf8b54bf162becf44fbfaf465ca.tar.gz |
graphviz: Use release tarballs, not tagged snapshots from gitlab.
The release tarballs contain prebuilt files (specifically documentation).
If using the tagged snapshots, the documentation needs to be built which
requires tcl as a build tool. If built with option -tcl, the package fails
to build.
-rw-r--r-- | graphics/graphviz/Makefile | 7 | ||||
-rw-r--r-- | graphics/graphviz/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 97738b66315..48a15cc04a4 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.243 2021/12/29 16:19:18 adam Exp $ +# $NetBSD: Makefile,v 1.244 2022/02/15 16:16:53 sborrill Exp $ DISTNAME= graphviz-2.50.0 +PKGREVISION= 1 CATEGORIES= graphics -MASTER_SITES= https://gitlab.com/graphviz/graphviz/-/archive/${PKGVERSION_NOREV}/ -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/${PKGVERSION_NOREV}/ +EXTRACT_SUFX= .tar.gz MAINTAINER= sno@NetBSD.org HOMEPAGE= https://www.graphviz.org/ diff --git a/graphics/graphviz/distinfo b/graphics/graphviz/distinfo index e41832a3d85..c41dd90197a 100644 --- a/graphics/graphviz/distinfo +++ b/graphics/graphviz/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.70 2021/12/29 16:19:18 adam Exp $ +$NetBSD: distinfo,v 1.71 2022/02/15 16:16:53 sborrill Exp $ -BLAKE2s (graphviz-2.50.0.tar.bz2) = 3c3334f2c967697136c1f6b9120fb9bd0478e1c43aa04826d22334c94f83613b -SHA512 (graphviz-2.50.0.tar.bz2) = 29c432056db602c4c1ab587cf2ef20818aa3e121c3310cfa39d4953ae77e07cb74def73dfcf15395e70483979e2724298dc3806dead57b3532ab30154490b0be -Size (graphviz-2.50.0.tar.bz2) = 27411388 bytes +BLAKE2s (graphviz-2.50.0.tar.gz) = 68f87db4ac9cc88af469f084c17bb5d95807f5bd535575672e9fbb8febc007b4 +SHA512 (graphviz-2.50.0.tar.gz) = cc19bb830773c6fcf2d166503e8a199cc521d7068d5dd8aa8e86e0137415936e70a1e0b1788b2f6b8afedab9ed8a9cc330f89d156c4be791d4d75ea9465aa2b7 +Size (graphviz-2.50.0.tar.gz) = 29761610 bytes SHA1 (patch-cmd_lefty_os_unix_io.c) = 48f91c79b97928b54ae24af59a9fea173f34dfe5 SHA1 (patch-config_config__perl.pl) = 85d535282a819c1055386244f7b520387d0ddbb1 SHA1 (patch-configure.ac) = 250105b7d21e16e0ad6ff77b291a969f4be86711 |