Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2015 03:09:42 +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: r395211 - head/devel/p5-Module-Runtime
Message-ID:  <201508250309.t7P39gcR082744@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Aug 25 03:09:41 2015
New Revision: 395211
URL: https://svnweb.freebsd.org/changeset/ports/395211

Log:
  - Simplify COMMENT
  - Reformat pkg-descr
  - Take maintainership

Modified:
  head/devel/p5-Module-Runtime/Makefile
  head/devel/p5-Module-Runtime/pkg-descr

Modified: head/devel/p5-Module-Runtime/Makefile
==============================================================================
--- head/devel/p5-Module-Runtime/Makefile	Tue Aug 25 03:09:35 2015	(r395210)
+++ head/devel/p5-Module-Runtime/Makefile	Tue Aug 25 03:09:41 2015	(r395211)
@@ -8,13 +8,13 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Perl module for runtime module handling
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Runtime module handling
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-USES=		perl5
 USE_PERL5=	modbuild
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Module-Runtime/pkg-descr
==============================================================================
--- head/devel/p5-Module-Runtime/pkg-descr	Tue Aug 25 03:09:35 2015	(r395210)
+++ head/devel/p5-Module-Runtime/pkg-descr	Tue Aug 25 03:09:41 2015	(r395211)
@@ -1,4 +1,4 @@
-The functions exported by this module deal with runtime handling
-of Perl modules, which are normally handled at compile time.
+The functions exported by this module deal with runtime handling of Perl
+modules, which are normally handled at compile time.
 
 WWW: http://search.cpan.org/dist/Module-Runtime/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508250309.t7P39gcR082744>