svn commit: r353890 - head/devel/p5-Unix-Statgrab

Tim Bishop tdb at FreeBSD.org
Mon May 12 20:05:11 UTC 2014


Author: tdb
Date: Mon May 12 20:05:10 2014
New Revision: 353890
URL: http://svnweb.freebsd.org/changeset/ports/353890
QAT: https://qat.redports.org/buildarchive/r353890/

Log:
  - Update to 0.104 (compatible with libstatgrab 0.90)
  - This version handles pkg-config lookups internally

Modified:
  head/devel/p5-Unix-Statgrab/Makefile
  head/devel/p5-Unix-Statgrab/distinfo
  head/devel/p5-Unix-Statgrab/pkg-plist

Modified: head/devel/p5-Unix-Statgrab/Makefile
==============================================================================
--- head/devel/p5-Unix-Statgrab/Makefile	Mon May 12 20:01:59 2014	(r353889)
+++ head/devel/p5-Unix-Statgrab/Makefile	Mon May 12 20:05:10 2014	(r353890)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Unix-Statgrab
-PORTVERSION=	0.04
-PORTREVISION=	1
+PORTVERSION=	0.104
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,12 +10,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tdb at FreeBSD.org
 COMMENT=	Perl extension for collecting information about the machine
 
+BUILD_DEPENDS=	p5-Config-AutoConf>=0.19:${PORTSDIR}/devel/p5-Config-AutoConf
 LIB_DEPENDS=	libstatgrab.so:${PORTSDIR}/devel/libstatgrab
 
 USES=		perl5 pkgconfig
-USE_PERL5=	configure
-
-CONFIGURE_ARGS+=	INC="`pkg-config libstatgrab --cflags`" \
-			LIBS="`pkg-config libstatgrab --libs`"
+USE_PERL5=	configure modbuild
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Unix-Statgrab/distinfo
==============================================================================
--- head/devel/p5-Unix-Statgrab/distinfo	Mon May 12 20:01:59 2014	(r353889)
+++ head/devel/p5-Unix-Statgrab/distinfo	Mon May 12 20:05:10 2014	(r353890)
@@ -1,2 +1,2 @@
-SHA256 (Unix-Statgrab-0.04.tar.gz) = b99f353c9a4dd9113c4d5cea33b374c9b60d9a01653002b216d446315f5323e1
-SIZE (Unix-Statgrab-0.04.tar.gz) = 23653
+SHA256 (Unix-Statgrab-0.104.tar.gz) = f95351c590927380771b8ffd0c3f4a3bef5ef571a24c7aa37dc3cf1a247bb384
+SIZE (Unix-Statgrab-0.104.tar.gz) = 72480

Modified: head/devel/p5-Unix-Statgrab/pkg-plist
==============================================================================
--- head/devel/p5-Unix-Statgrab/pkg-plist	Mon May 12 20:01:59 2014	(r353889)
+++ head/devel/p5-Unix-Statgrab/pkg-plist	Mon May 12 20:05:10 2014	(r353890)
@@ -1,9 +1,11 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unix/Statgrab/Statgrab.so
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unix/Statgrab/Statgrab.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unix/Statgrab/autosplit.ix
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unix/Statgrab/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/Unix/Statgrab.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Unix/Statgrab/ConfigData.pm
 %%PERL5_MAN3%%/Unix::Statgrab.3.gz
+%%PERL5_MAN3%%/Unix::Statgrab::ConfigData.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unix/Statgrab
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unix
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Unix/Statgrab
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Unix


More information about the svn-ports-all mailing list