From owner-svn-ports-head@FreeBSD.ORG Tue Dec 4 06:35:10 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C7C17B79; Tue, 4 Dec 2012 06:35:10 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A8D1C8FC0C; Tue, 4 Dec 2012 06:35:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB46ZAuW084155; Tue, 4 Dec 2012 06:35:10 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB46ZAxi084153; Tue, 4 Dec 2012 06:35:10 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201212040635.qB46ZAxi084153@svn.freebsd.org> From: Frederic Culot Date: Tue, 4 Dec 2012 06:35:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308202 - head/devel/p5-Exception-Class X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2012 06:35:10 -0000 Author: culot Date: Tue Dec 4 06:35:10 2012 New Revision: 308202 URL: http://svnweb.freebsd.org/changeset/ports/308202 Log: - Improve COMMENT Suggested by: glarkin@ Feature safe: yes Modified: head/devel/p5-Exception-Class/Makefile Modified: head/devel/p5-Exception-Class/Makefile ============================================================================== --- head/devel/p5-Exception-Class/Makefile Tue Dec 4 06:21:05 2012 (r308201) +++ head/devel/p5-Exception-Class/Makefile Tue Dec 4 06:35:10 2012 (r308202) @@ -7,7 +7,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Module that allows to declare real exception classes in Perl +COMMENT= Real exception classes in Perl LICENSE= ART20