From owner-svn-ports-head@FreeBSD.ORG Tue Feb 4 16:14:03 2014 Return-Path: Delivered-To: svn-ports-head@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 2780E145; Tue, 4 Feb 2014 16:14:03 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 126FB1CCD; Tue, 4 Feb 2014 16:14:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s14GE2wG039530; Tue, 4 Feb 2014 16:14:02 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s14GE2CP039527; Tue, 4 Feb 2014 16:14:02 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402041614.s14GE2CP039527@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 4 Feb 2014 16:14:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342548 - head/devel/p5-Module-Install-XSUtil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 16:14:03 -0000 Author: sunpoet Date: Tue Feb 4 16:14:02 2014 New Revision: 342548 URL: http://svnweb.freebsd.org/changeset/ports/342548 QAT: https://qat.redports.org/buildarchive/r342548/ Log: - Update to 0.45 Changes: http://search.cpan.org/dist/Module-Install-XSUtil/Changes Modified: head/devel/p5-Module-Install-XSUtil/Makefile head/devel/p5-Module-Install-XSUtil/distinfo Modified: head/devel/p5-Module-Install-XSUtil/Makefile ============================================================================== --- head/devel/p5-Module-Install-XSUtil/Makefile Tue Feb 4 16:07:07 2014 (r342547) +++ head/devel/p5-Module-Install-XSUtil/Makefile Tue Feb 4 16:14:02 2014 (r342548) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-Install-XSUtil -PORTVERSION= 0.44 +PORTVERSION= 0.45 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GFUJI @@ -21,4 +21,11 @@ TEST_DEPENDS= p5-B-Hooks-OP-Annotation>= USE_PERL5= configure USES= perl5 -.include +.include + +.if ${PERL_LEVEL} < 501800 +BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=3.18:${PORTSDIR}/devel/p5-ExtUtils-ParseXS +RUN_DEPENDS+= p5-ExtUtils-ParseXS>=3.18:${PORTSDIR}/devel/p5-ExtUtils-ParseXS +.endif + +.include Modified: head/devel/p5-Module-Install-XSUtil/distinfo ============================================================================== --- head/devel/p5-Module-Install-XSUtil/distinfo Tue Feb 4 16:07:07 2014 (r342547) +++ head/devel/p5-Module-Install-XSUtil/distinfo Tue Feb 4 16:14:02 2014 (r342548) @@ -1,2 +1,2 @@ -SHA256 (Module-Install-XSUtil-0.44.tar.gz) = 0da2a5c658bf174e7253c564edf91a4bb8dc4de0511ea66fa8c238e4a22a63ad -SIZE (Module-Install-XSUtil-0.44.tar.gz) = 29512 +SHA256 (Module-Install-XSUtil-0.45.tar.gz) = fe71e53320bee13197749a0b17609aa263f71ff46e5e2c130e94742ea6abdf56 +SIZE (Module-Install-XSUtil-0.45.tar.gz) = 29742