svn commit: r395211 - head/devel/p5-Module-Runtime

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Aug 25 03:09:42 UTC 2015


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 at FreeBSD.org
-COMMENT=	Perl module for runtime module handling
+MAINTAINER=	sunpoet at 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/


More information about the svn-ports-all mailing list