pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/graphviz



Module Name:    pkgsrc
Committed By:   sborrill
Date:           Tue Feb 15 16:16:53 UTC 2022

Modified Files:
        pkgsrc/graphics/graphviz: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 pkgsrc/graphics/graphviz/Makefile
cvs rdiff -u -r1.70 -r1.71 pkgsrc/graphics/graphviz/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/graphviz/Makefile
diff -u pkgsrc/graphics/graphviz/Makefile:1.243 pkgsrc/graphics/graphviz/Makefile:1.244
--- pkgsrc/graphics/graphviz/Makefile:1.243     Wed Dec 29 16:19:18 2021
+++ pkgsrc/graphics/graphviz/Makefile   Tue Feb 15 16:16:53 2022
@@ -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@localhost
 HOMEPAGE=      https://www.graphviz.org/

Index: pkgsrc/graphics/graphviz/distinfo
diff -u pkgsrc/graphics/graphviz/distinfo:1.70 pkgsrc/graphics/graphviz/distinfo:1.71
--- pkgsrc/graphics/graphviz/distinfo:1.70      Wed Dec 29 16:19:18 2021
+++ pkgsrc/graphics/graphviz/distinfo   Tue Feb 15 16:16:53 2022
@@ -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



Home | Main Index | Thread Index | Old Index