From owner-svn-ports-all@FreeBSD.ORG Mon May 12 20:05:11 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A0E6A3C4; Mon, 12 May 2014 20:05:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73D5929BC; Mon, 12 May 2014 20:05:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4CK5BGp028074; Mon, 12 May 2014 20:05:11 GMT (envelope-from tdb@svn.freebsd.org) Received: (from tdb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4CK5Axt028071; Mon, 12 May 2014 20:05:10 GMT (envelope-from tdb@svn.freebsd.org) Message-Id: <201405122005.s4CK5Axt028071@svn.freebsd.org> From: Tim Bishop Date: Mon, 12 May 2014 20:05:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353890 - head/devel/p5-Unix-Statgrab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 20:05:11 -0000 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@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 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 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Unix/Statgrab @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Unix