From owner-svn-ports-all@FreeBSD.ORG Fri Feb 1 21:33:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7EDF059E; Fri, 1 Feb 2013 21:33:13 +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 4D3ABFC2; Fri, 1 Feb 2013 21:33:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r11LXDH4073284; Fri, 1 Feb 2013 21:33:13 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r11LXCBj073281; Fri, 1 Feb 2013 21:33:12 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201302012133.r11LXCBj073281@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Feb 2013 21:33:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311401 - head/devel/p5-Module-Load 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, 01 Feb 2013 21:33:13 -0000 Author: sunpoet Date: Fri Feb 1 21:33:12 2013 New Revision: 311401 URL: http://svnweb.freebsd.org/changeset/ports/311401 Log: - Update to 0.24 - Remove Module::Load from COMMENT - Cleanup Makefile header - Reformat pkg-descr Changes: http://search.cpan.org/dist/Module-Load/CHANGES Modified: head/devel/p5-Module-Load/Makefile (contents, props changed) head/devel/p5-Module-Load/distinfo (contents, props changed) head/devel/p5-Module-Load/pkg-descr (contents, props changed) Modified: head/devel/p5-Module-Load/Makefile ============================================================================== --- head/devel/p5-Module-Load/Makefile Fri Feb 1 21:31:41 2013 (r311400) +++ head/devel/p5-Module-Load/Makefile Fri Feb 1 21:33:12 2013 (r311401) @@ -1,18 +1,14 @@ -# New ports collection makefile for: devel/p5-Module-Load -# Date created: 15 December 2004 -# Whom: Anton Berezin -# +# Created by: Anton Berezin # $FreeBSD$ -# PORTNAME= Module-Load -PORTVERSION= 0.22 +PORTVERSION= 0.24 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Module::Load - runtime require of both modules and files +COMMENT= Runtime require of both modules and files LICENSE= ART10 GPLv1 LICENSE_COMB= dual Modified: head/devel/p5-Module-Load/distinfo ============================================================================== --- head/devel/p5-Module-Load/distinfo Fri Feb 1 21:31:41 2013 (r311400) +++ head/devel/p5-Module-Load/distinfo Fri Feb 1 21:33:12 2013 (r311401) @@ -1,2 +1,2 @@ -SHA256 (Module-Load-0.22.tar.gz) = 76561f39480332f2a54843ce1315db97c5011c33fc172a2942e790d5be5115f2 -SIZE (Module-Load-0.22.tar.gz) = 6021 +SHA256 (Module-Load-0.24.tar.gz) = da16ec02899d39e0e7aeeced876350fb530d811f3468a64298f085db8ca56a82 +SIZE (Module-Load-0.24.tar.gz) = 6089 Modified: head/devel/p5-Module-Load/pkg-descr ============================================================================== --- head/devel/p5-Module-Load/pkg-descr Fri Feb 1 21:31:41 2013 (r311400) +++ head/devel/p5-Module-Load/pkg-descr Fri Feb 1 21:33:12 2013 (r311401) @@ -1,4 +1,4 @@ -load() eliminates the need to know whether you are trying to require -either a file or a module. +load() eliminates the need to know whether you are trying to require either a +file or a module. WWW: http://search.cpan.org/dist/Module-Load/