Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2019 20:05:36 +0000 (UTC)
From:      Tim Bishop <tdb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506782 - in head/devel/libstatgrab: . files
Message-ID:  <201907162005.x6GK5a5Q069373@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tdb
Date: Tue Jul 16 20:05:36 2019
New Revision: 506782
URL: https://svnweb.freebsd.org/changeset/ports/506782

Log:
  Update libstatgrab to 0.92
  
  The previous patch is now included in the upstream release.

Deleted:
  head/devel/libstatgrab/files/
Modified:
  head/devel/libstatgrab/Makefile
  head/devel/libstatgrab/distinfo
  head/devel/libstatgrab/pkg-descr
  head/devel/libstatgrab/pkg-plist

Modified: head/devel/libstatgrab/Makefile
==============================================================================
--- head/devel/libstatgrab/Makefile	Tue Jul 16 19:59:42 2019	(r506781)
+++ head/devel/libstatgrab/Makefile	Tue Jul 16 20:05:36 2019	(r506782)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	libstatgrab
-PORTVERSION=	0.91
-PORTREVISION=	1
+PORTVERSION=	0.92
 CATEGORIES=	devel
-MASTER_SITES=	http://ftp.mirrorservice.org/pub/i-scream/libstatgrab/ \
-		http://dl.ambiweb.de/mirrors/ftp.i-scream.org/libstatgrab/ \
+MASTER_SITES=	https://github.com/libstatgrab/libstatgrab/releases/download/LIBSTATGRAB_${PORTVERSION:S/./_/}/ \
+		http://ftp.mirrorservice.org/pub/i-scream/libstatgrab/ \
 		http://ftp.i-scream.org/pub/i-scream/libstatgrab/
 
 MAINTAINER=	tdb@FreeBSD.org
@@ -31,11 +30,5 @@ TOOLS_VARS=	SHEBANG_FILES+="src/statgrab/statgrab-make
 		LICENSE+=GPLv2 LICENSE_COMB=multi
 
 OPTIONS_SUB=	yes
-
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200016
-EXTRA_PATCHES=	${PATCHDIR}/extra-patch-src_libstatgrab_memory__stats.c
-.endif
 
 .include <bsd.port.mk>

Modified: head/devel/libstatgrab/distinfo
==============================================================================
--- head/devel/libstatgrab/distinfo	Tue Jul 16 19:59:42 2019	(r506781)
+++ head/devel/libstatgrab/distinfo	Tue Jul 16 20:05:36 2019	(r506782)
@@ -1,2 +1,3 @@
-SHA256 (libstatgrab-0.91.tar.gz) = 03e9328e4857c2c9dcc1b0347724ae4cd741a72ee11acc991784e8ef45b7f1ab
-SIZE (libstatgrab-0.91.tar.gz) = 776046
+TIMESTAMP = 1563293877
+SHA256 (libstatgrab-0.92.tar.gz) = 5bf1906aff9ffc3eeacf32567270f4d819055d8386d98b9c8c05519012d5a196
+SIZE (libstatgrab-0.92.tar.gz) = 815262

Modified: head/devel/libstatgrab/pkg-descr
==============================================================================
--- head/devel/libstatgrab/pkg-descr	Tue Jul 16 19:59:42 2019	(r506781)
+++ head/devel/libstatgrab/pkg-descr	Tue Jul 16 20:05:36 2019	(r506782)
@@ -6,4 +6,4 @@ Also part of the package are two tools; saidar provide
 interface to viewing live system statistics, and statgrab is a
 sysctl-like interface to the statistics.
 
-WWW: http://www.i-scream.org/libstatgrab/
+WWW: https://libstatgrab.org/

Modified: head/devel/libstatgrab/pkg-plist
==============================================================================
--- head/devel/libstatgrab/pkg-plist	Tue Jul 16 19:59:42 2019	(r506781)
+++ head/devel/libstatgrab/pkg-plist	Tue Jul 16 20:05:36 2019	(r506782)
@@ -6,7 +6,7 @@ include/statgrab.h
 lib/libstatgrab.a
 lib/libstatgrab.so
 lib/libstatgrab.so.10
-lib/libstatgrab.so.10.0.0
+lib/libstatgrab.so.10.0.1
 libdata/pkgconfig/libstatgrab.pc
 %%TOOLS%%man/man1/saidar.1.gz
 %%TOOLS%%man/man1/statgrab-make-mrtg-config.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907162005.x6GK5a5Q069373>