Date: Fri, 1 Feb 2013 21:33:12 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311401 - head/devel/p5-Module-Load Message-ID: <201302012133.r11LXCBj073281@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302012133.r11LXCBj073281>