pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
graphviz: Use gzip compressed source archive
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By: micha
Date: Mon Apr 15 10:08:31 2024 +0200
Changeset: 4c0b021ba5d3e65b3a5bddab24ec4cb7a61c7c98
Modified Files:
graphviz/Makefile
graphviz/distinfo
Log Message:
graphviz: Use gzip compressed source archive
Remove parenthesis as suggested by pkglint.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4c0b021ba5d3e65b3a5bddab24ec4cb7a61c7c98
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
graphviz/Makefile | 4 ++--
graphviz/distinfo | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs:
diff --git a/graphviz/Makefile b/graphviz/Makefile
index 3265f3c468..92ce323083 100644
--- a/graphviz/Makefile
+++ b/graphviz/Makefile
@@ -3,7 +3,7 @@
DISTNAME= graphviz-10.0.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITLAB:=api/v4/projects/4207231/packages/generic/graphviz-releases/${PKGVERSION_NOREV}/}
-EXTRACT_SUFX= .tar.xz
+#EXTRACT_SUFX= .tar.xz
MAINTAINER= micha%NetBSD.org@localhost
HOMEPAGE= https://www.graphviz.org/
@@ -98,7 +98,7 @@ REPLACE_PERL+= tclpkg/gv/demo/modgraph.pl contrib/dotmcl.pl \
# Override Xaw type configured by user
XAW_TYPE= standard
-.if (${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "powerpc")
+.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "powerpc"
# Forces link with -lgomp directly instead of via dlopen()
# so we don't overflow thread-local storage in ld.elf_so
CFLAGS+= -fopenmp
diff --git a/graphviz/distinfo b/graphviz/distinfo
index cdec0365dc..25bb1f8d5c 100644
--- a/graphviz/distinfo
+++ b/graphviz/distinfo
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.82 2023/07/07 13:38:11 micha Exp $
-BLAKE2s (graphviz-10.0.1.tar.xz) = 7fdf6be370be702dba267f5b0895aa69a3cf3fcc53fd951a6358602ad5264d48
-SHA512 (graphviz-10.0.1.tar.xz) = 5e6a195357d38aa93fbd231c854b25e4ae4b0efd011de1e37550bc77b2137c98d72fdf7b0df0e8f3e9ba70849461e85cbd591b0064eccfc8788fcf532b7ae2c1
-Size (graphviz-10.0.1.tar.xz) = 21297808 bytes
+BLAKE2s (graphviz-10.0.1.tar.gz) = 2aaa4a0d7f7a408cd9df96893f51864e4d6a9ea385dc98fdf3c70566b20159cc
+SHA512 (graphviz-10.0.1.tar.gz) = c8d3653fa8aa5748e7efda1c417c9b35221aa2fefb7b872b4b103b9140423803a5945e55743a336d4c11677428d0a7a74fdb9e533a3b4357bd35656d7c9d15a3
+Size (graphviz-10.0.1.tar.gz) = 27286181 bytes
SHA1 (patch-config_config__perl.pl) = 430acb7d7ee3e149de0af9832c5a29602884f83e
SHA1 (patch-configure.ac) = e76919fc4705194e2ebe0f71f2d19d95c692b9f4
SHA1 (patch-lib_gvc_Makefile.am) = 180b45f810e5bb3948509d50b5be3b159b38a78f
Home |
Main Index |
Thread Index |
Old Index