From owner-svn-ports-all@FreeBSD.ORG Fri Apr 26 02:53:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 703A845C; Fri, 26 Apr 2013 02:53:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 48C6B175B; Fri, 26 Apr 2013 02:53:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3Q2rNT5056568; Fri, 26 Apr 2013 02:53:23 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3Q2rMct056566; Fri, 26 Apr 2013 02:53:22 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201304260253.r3Q2rMct056566@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 26 Apr 2013 02:53:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316551 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 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, 26 Apr 2013 02:53:23 -0000 Author: sunpoet Date: Fri Apr 26 02:53:22 2013 New Revision: 316551 URL: http://svnweb.freebsd.org/changeset/ports/316551 Log: - Update to 0.44 - Remove outdated PERL_LEVEL check - Cleanup Makefile header Changes: http://search.cpan.org/dist/Module-Install-XSUtil/Changes Modified: head/devel/p5-Module-Install-XSUtil/Makefile (contents, props changed) head/devel/p5-Module-Install-XSUtil/distinfo (contents, props changed) Modified: head/devel/p5-Module-Install-XSUtil/Makefile ============================================================================== --- head/devel/p5-Module-Install-XSUtil/Makefile Fri Apr 26 02:47:48 2013 (r316550) +++ head/devel/p5-Module-Install-XSUtil/Makefile Fri Apr 26 02:53:22 2013 (r316551) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Module-Install-XSUtil -# Date created: 2011-08-15 -# Whom: Sunpoet Po-Chuan Hsieh -# +# Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ -# PORTNAME= Module-Install-XSUtil -PORTVERSION= 0.43 +PORTVERSION= 0.44 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GFUJI @@ -19,23 +15,11 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Module-Install>=0.91:${PORTSDIR}/devel/p5-Module-Install -RUN_DEPENDS= p5-Module-Install>=0.91:${PORTSDIR}/devel/p5-Module-Install +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-B-Hooks-OP-Annotation>=0.43:${PORTSDIR}/devel/p5-B-Hooks-OP-Annotation PERL_CONFIGURE= yes MAN3= Module::Install::XSUtil.3 -.include - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort \ - p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \ - p5-XSLoader>=0.10:${PORTSDIR}/devel/p5-XSLoader -.endif - -.if ${PERL_LEVEL} < 501200 -TEST_DEPENDS+= p5-ExtUtils-ParseXS>=2.21:${PORTSDIR}/devel/p5-ExtUtils-ParseXS -.endif - -.include +.include Modified: head/devel/p5-Module-Install-XSUtil/distinfo ============================================================================== --- head/devel/p5-Module-Install-XSUtil/distinfo Fri Apr 26 02:47:48 2013 (r316550) +++ head/devel/p5-Module-Install-XSUtil/distinfo Fri Apr 26 02:53:22 2013 (r316551) @@ -1,2 +1,2 @@ -SHA256 (Module-Install-XSUtil-0.43.tar.gz) = b268f2ecc9c1afe774cef4271f6ae7fb4390e54cc3cc95d7efe04b01ec3532cf -SIZE (Module-Install-XSUtil-0.43.tar.gz) = 29647 +SHA256 (Module-Install-XSUtil-0.44.tar.gz) = 0da2a5c658bf174e7253c564edf91a4bb8dc4de0511ea66fa8c238e4a22a63ad +SIZE (Module-Install-XSUtil-0.44.tar.gz) = 29512