From owner-svn-ports-all@freebsd.org Thu Jan 14 04:59:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EC0CA82187; Thu, 14 Jan 2016 04:59:48 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F00781A4D; Thu, 14 Jan 2016 04:59:47 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0E4xkv3046245; Thu, 14 Jan 2016 04:59:46 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0E4xk86046243; Thu, 14 Jan 2016 04:59:46 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201601140459.u0E4xk86046243@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 14 Jan 2016 04:59:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406091 - head/devel/p5-Exporter-Lite 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.20 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: Thu, 14 Jan 2016 04:59:48 -0000 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@FreeBSD.org -COMMENT= Lightweight exporting of variables +MAINTAINER= adamw@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 +@EXPORT_OK and not a whole lot else. -WWW: http://search.cpan.org/dist/Exporter-Lite/ +WWW: https://metacpan.org/pod/Exporter::Lite