svn commit: r406091 - head/devel/p5-Exporter-Lite

Adam Weinberger adamw at FreeBSD.org
Thu Jan 14 04:59:48 UTC 2016


Author: adamw
Date: Thu Jan 14 04:59:46 2016
New Revision: 406091
URL: https://svnweb.freebsd.org/changeset/ports/406091

Log:
  Change COMMENT and pkg-descr to better match the author's phrasing.
  While here, change WWW to the meta::cpan page, and adopt maintainership
  of this port.

Modified:
  head/devel/p5-Exporter-Lite/Makefile
  head/devel/p5-Exporter-Lite/pkg-descr

Modified: head/devel/p5-Exporter-Lite/Makefile
==============================================================================
--- head/devel/p5-Exporter-Lite/Makefile	Thu Jan 14 04:49:19 2016	(r406090)
+++ head/devel/p5-Exporter-Lite/Makefile	Thu Jan 14 04:59:46 2016	(r406091)
@@ -7,8 +7,8 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl at FreeBSD.org
-COMMENT=	Lightweight exporting of variables
+MAINTAINER=	adamw at FreeBSD.org
+COMMENT=	Lightweight exporting of functions and variables
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual

Modified: head/devel/p5-Exporter-Lite/pkg-descr
==============================================================================
--- head/devel/p5-Exporter-Lite/pkg-descr	Thu Jan 14 04:49:19 2016	(r406090)
+++ head/devel/p5-Exporter-Lite/pkg-descr	Thu Jan 14 04:59:46 2016	(r406091)
@@ -1,5 +1,5 @@
-This is an alternative to Exporter intended to provide a lightweight
-subset of its functionality. It supports import(), @EXPORT and @EXPORT_OK
-and not a whole lot else. 
+This is an alternative to Exporter intended to provide a lightweight subset of
+the most commonly-used functionality. It supports import(), @EXPORT and
+ at EXPORT_OK and not a whole lot else. 
 
-WWW: http://search.cpan.org/dist/Exporter-Lite/
+WWW: https://metacpan.org/pod/Exporter::Lite


More information about the svn-ports-head mailing list