From owner-svn-ports-all@FreeBSD.ORG Fri May 9 19:53:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0401316A; Fri, 9 May 2014 19:53:18 +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 CB637CD2; Fri, 9 May 2014 19:53:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s49JrHpN043228; Fri, 9 May 2014 19:53:17 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s49JrHBW043225; Fri, 9 May 2014 19:53:17 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201405091953.s49JrHBW043225@svn.freebsd.org> From: Steve Wills Date: Fri, 9 May 2014 19:53:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353508 - head/devel/p5-Module-Install 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: Fri, 09 May 2014 19:53:18 -0000 Author: swills Date: Fri May 9 19:53:16 2014 New Revision: 353508 URL: http://svnweb.freebsd.org/changeset/ports/353508 QAT: https://qat.redports.org/buildarchive/r353508/ Log: - Update to 1.08 PR: ports/189502 Submitted by: Bartek Rutkowski Modified: head/devel/p5-Module-Install/Makefile head/devel/p5-Module-Install/distinfo head/devel/p5-Module-Install/pkg-plist Modified: head/devel/p5-Module-Install/Makefile ============================================================================== --- head/devel/p5-Module-Install/Makefile Fri May 9 19:44:14 2014 (r353507) +++ head/devel/p5-Module-Install/Makefile Fri May 9 19:53:16 2014 (r353508) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-Install -PORTVERSION= 1.06 +PORTVERSION= 1.08 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,10 +12,9 @@ COMMENT= Standalone, extensible Perl mod BUILD_DEPENDS= p5-File-Remove>=1.42:${PORTSDIR}/devel/p5-File-Remove \ p5-JSON>=2.14:${PORTSDIR}/converters/p5-JSON \ - p5-Module-ScanDeps>=0.89:${PORTSDIR}/devel/p5-Module-ScanDeps \ + p5-Module-ScanDeps>=1.09:${PORTSDIR}/devel/p5-Module-ScanDeps \ p5-PAR-Dist>=0.29:${PORTSDIR}/devel/p5-PAR-Dist \ - p5-YAML-Tiny>=1.38:${PORTSDIR}/textproc/p5-YAML-Tiny \ - p5-libwww>=5.812:${PORTSDIR}/www/p5-libwww + p5-YAML-Tiny>=1.38:${PORTSDIR}/textproc/p5-YAML-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/devel/p5-Module-Install/distinfo ============================================================================== --- head/devel/p5-Module-Install/distinfo Fri May 9 19:44:14 2014 (r353507) +++ head/devel/p5-Module-Install/distinfo Fri May 9 19:53:16 2014 (r353508) @@ -1,2 +1,2 @@ -SHA256 (Module-Install-1.06.tar.gz) = de9ec8395b3b497d6d9629859b54086643c3911dff80cc7e0e22b380cb194519 -SIZE (Module-Install-1.06.tar.gz) = 135467 +SHA256 (Module-Install-1.08.tar.gz) = ed86782929208e63a35709ad6f53edd39e105fc1bcb7dcfc3fb7362af67bb514 +SIZE (Module-Install-1.08.tar.gz) = 126800 Modified: head/devel/p5-Module-Install/pkg-plist ============================================================================== --- head/devel/p5-Module-Install/pkg-plist Fri May 9 19:44:14 2014 (r353507) +++ head/devel/p5-Module-Install/pkg-plist Fri May 9 19:53:16 2014 (r353508) @@ -64,5 +64,3 @@ @dirrm %%SITE_PERL%%/inc/Module @dirrmtry %%SITE_PERL%%/inc @dirrmtry %%SITE_PERL%%/Module/Install -@dirrmtry %%SITE_PERL%%/Module -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module