pkgsrc-WIP-changes archive

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

mtr-graph: bump to 0.85.185



Module Name:	pkgsrc-wip
Committed By:	vsyakovetsky <vsyakovetsky%gmail.com@localhost>
Pushed By:	vsyakovetsky
Date:		Sat Nov 9 18:01:40 2024 +0200
Changeset:	c056ba767e0a5ba10e97e931b5ccfe328ad18baa

Modified Files:
	mtr-graph/Makefile
	mtr-graph/distinfo
	mtr-graph/options.mk

Log Message:
mtr-graph: bump to 0.85.185

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c056ba767e0a5ba10e97e931b5ccfe328ad18baa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mtr-graph/Makefile   |  4 ++--
 mtr-graph/distinfo   |  6 +++---
 mtr-graph/options.mk | 11 -----------
 3 files changed, 5 insertions(+), 16 deletions(-)

diffs:
diff --git a/mtr-graph/Makefile b/mtr-graph/Makefile
index 98c46fca3a..e39d4d88cc 100644
--- a/mtr-graph/Makefile
+++ b/mtr-graph/Makefile
@@ -2,14 +2,14 @@
 
 CATEGORIES=	net
 PKGBASE=	mtr085
-PKGVERSION=	181
+PKGVERSION=	185
 PKGREVISION=	1
 PKGNAME=	${PKGBASE}-${PKGVERSION}
 DISTNAME=	${PKGBASE}-${GITHUB_HASH}
 MASTER_SITES=	${MASTER_SITE_GITHUB:=${GITHUB_USER}/}/${PKGBASE}/tarball/${GITHUB_HASH}/
 WRKSRC=		${WRKDIR}/${GITHUB_USER}-${PKGBASE}-${GITHUB_HASH}
 
-GITHUB_HASH=	ca965b8
+GITHUB_HASH=	998e7e1
 GITHUB_USER=	yvs2014
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
diff --git a/mtr-graph/distinfo b/mtr-graph/distinfo
index 7348251eae..efa6a1de0b 100644
--- a/mtr-graph/distinfo
+++ b/mtr-graph/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (mtr085-ca965b8.tar.gz) = 79d4e59092fc216a041a3ede5b30e38571d4fc34df95b87bb6e1b0d3b42ec510
-SHA512 (mtr085-ca965b8.tar.gz) = bf9c1c373dacfa04058abc96630d1a88e2fdb528fd1b733f51ea0fb03cbac778822e673152d7ea6af22217606fd7cb3c00b6e02ae5a32f6d0865fe66d8f363c0
-Size (mtr085-ca965b8.tar.gz) = 103666 bytes
+BLAKE2s (mtr085-998e7e1.tar.gz) = 482a91e1b5be981049c073995f5326f4e7493cfec19813a204dab12028c9af35
+SHA512 (mtr085-998e7e1.tar.gz) = 2896fe6aa5e9f51248ad03d8b56a07d55e27ac9cac4ac66fc75e02d7e413a5ae764a3c1be45c52d92e447581d3785eedd1e8622f6939469b7b5107702f12b20f
+Size (mtr085-998e7e1.tar.gz) = 88551 bytes
diff --git a/mtr-graph/options.mk b/mtr-graph/options.mk
index 5cb93e5dc3..816c6f4123 100644
--- a/mtr-graph/options.mk
+++ b/mtr-graph/options.mk
@@ -8,7 +8,6 @@ PKG_SUPPORTED_OPTIONS+=		unicode
 PKG_SUPPORTED_OPTIONS+=		ipinfo
 PKG_SUPPORTED_OPTIONS+=		inet6
 PKG_SUPPORTED_OPTIONS+=		mpls
-PKG_SUPPORTED_OPTIONS+=		graph
 
 PKG_SUGGESTED_OPTIONS+=	dns
 PKG_SUGGESTED_OPTIONS+=	idn
@@ -37,18 +36,8 @@ MESON_ARGS+=	-DMPLS=false
 MESON_ARGS+=	-DIPINFO=false
 .endif
 
-.if !empty(PKG_OPTIONS:Mgraph)
-.include "../../graphics/cairo/buildlink3.mk"
-.include "../../devel/pango/buildlink3.mk"
-.include "../../x11/libxcb/buildlink3.mk"
-.include "../../x11/xcb-util-keysyms/buildlink3.mk"
-MESON_ARGS+=	-DGRAPH=true
-.endif
-
 .if !empty(PKG_OPTIONS:Midn)
 .include "../../devel/libidn2/buildlink3.mk"
-.else
-MESON_ARGS+=	-DIDN=false
 .endif
 
 .if empty(PKG_OPTIONS:Municode)


Home | Main Index | Thread Index | Old Index