pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libstatgrab



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Mar 24 16:54:37 UTC 2020

Modified Files:
        pkgsrc/devel/libstatgrab: Makefile distinfo

Log Message:
libstatgrab: Update to 0.92

libstatgrab 0.92 (16 July 2019)
 * Fix various file descriptor leaks.
 * On Linux, read process thread name from comm where available (fixes
   FreeScale ARM BSP).
 * Add more process stat information on MacOS/Darwin.
 * Fix build on Alpine Linux and NetBSD 8.
 * Fix build on FreeBSD 12 without COMPAT_FREEBSD11.
 * Improve collection of data for non-standard Solaris interfaces.
 * Improve detection of interface link status on Solaris.
 * Various configure and build fixes.
 * Ensure modern log4cplus is used correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/libstatgrab/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/libstatgrab/distinfo

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

Modified files:

Index: pkgsrc/devel/libstatgrab/Makefile
diff -u pkgsrc/devel/libstatgrab/Makefile:1.35 pkgsrc/devel/libstatgrab/Makefile:1.36
--- pkgsrc/devel/libstatgrab/Makefile:1.35      Sun Aug 11 13:18:46 2019
+++ pkgsrc/devel/libstatgrab/Makefile   Tue Mar 24 16:54:37 2020
@@ -1,21 +1,16 @@
-# $NetBSD: Makefile,v 1.35 2019/08/11 13:18:46 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2020/03/24 16:54:37 nia Exp $
 
-DISTNAME=      libstatgrab-0.91
-PKGREVISION=   3
+DISTNAME=      libstatgrab-0.92
 CATEGORIES=    devel
-MASTER_SITES=  ftp://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/
-MASTER_SITES+= ftp://ftp.i-scream.org/pub/i-scream/libstatgrab/
-MASTER_SITES+= http://ftp.i-scream.org/pub/i-scream/libstatgrab/
-MASTER_SITES+= http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/
-MASTER_SITES+= http://dl.ambiweb.de/mirrors/ftp.i-scream.org/libstatgrab/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=libstatgrab/}
+GITHUB_PROJECT=        libstatgrab
+GITHUB_RELEASE=        LIBSTATGRAB_${PKGVERSION_NOREV:S/./_/g}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://www.i-scream.org/libstatgrab/
+HOMEPAGE=      https://libstatgrab.org/
 COMMENT=       Provides a useful interface to system statistics
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2
 
-.include "options.mk"
-
 CPPFLAGS.NetBSD+=      -D_KERNTYPES
 
 USE_TOOLS+=            pkg-config perl:run
@@ -37,5 +32,6 @@ CHECK_BUILTIN.pthread:= yes
 .include "../../mk/pthread.builtin.mk"
 CHECK_BUILTIN.pthread:= no
 
+.include "options.mk"
 .include "../../devel/log4cplus/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/libstatgrab/distinfo
diff -u pkgsrc/devel/libstatgrab/distinfo:1.14 pkgsrc/devel/libstatgrab/distinfo:1.15
--- pkgsrc/devel/libstatgrab/distinfo:1.14      Wed Jul  5 19:43:52 2017
+++ pkgsrc/devel/libstatgrab/distinfo   Tue Mar 24 16:54:37 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2017/07/05 19:43:52 wiedi Exp $
+$NetBSD: distinfo,v 1.15 2020/03/24 16:54:37 nia Exp $
 
-SHA1 (libstatgrab-0.91.tar.gz) = dd443de8556ca4760c7e33f384208167b266b9cd
-RMD160 (libstatgrab-0.91.tar.gz) = cc2b99cc8be559b2253088a8091b2ae71908c690
-SHA512 (libstatgrab-0.91.tar.gz) = f360f2e1b185bf9603b1d9c50649b0050e9502128ff81a9f4de88457e2f5203deafe7fd7ac13ebc4cc56e6ecd1bdf8aacae64987bdf36af0c9929e30626915f6
-Size (libstatgrab-0.91.tar.gz) = 776046 bytes
+SHA1 (libstatgrab-0.92.tar.gz) = e929bf6d4566ad2cf30a878eb972c8583deef959
+RMD160 (libstatgrab-0.92.tar.gz) = 34d0e0fbfbff6879e866a79cfd02c4649f87317a
+SHA512 (libstatgrab-0.92.tar.gz) = a99c6be56d930779d0d8f6f81e64e2f31e19423009c39e925b39116a42aa2c6037651992ac2168c43a5c6ecadf3e4a58486ab6148cf96118c429b04fdcf65192
+Size (libstatgrab-0.92.tar.gz) = 815262 bytes
 SHA1 (patch-src_libstatgrab_tools.h) = 873a7f8e067561b0c4184fb9d4cbecbc59690b73



Home | Main Index | Thread Index | Old Index