From owner-svn-ports-head@freebsd.org Mon Feb 29 23:21:25 2016 Return-Path: Delivered-To: svn-ports-head@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 69F4FAB8CDE; Mon, 29 Feb 2016 23:21:25 +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 204DD8D5; Mon, 29 Feb 2016 23:21:25 +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 u1TNLO1e032381; Mon, 29 Feb 2016 23:21:24 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1TNLN4w032378; Mon, 29 Feb 2016 23:21:23 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602292321.u1TNLN4w032378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 29 Feb 2016 23:21:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409833 - head/devel/p5-Moo 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.20 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: Mon, 29 Feb 2016 23:21:25 -0000 Author: adamw Date: Mon Feb 29 23:21:23 2016 New Revision: 409833 URL: https://svnweb.freebsd.org/changeset/ports/409833 Log: Update to 2.001000. Freshen pkg-descr with the text in Moo(3pm). Changes: https://metacpan.org/changes/distribution/Moo Modified: head/devel/p5-Moo/Makefile head/devel/p5-Moo/distinfo head/devel/p5-Moo/pkg-descr Modified: head/devel/p5-Moo/Makefile ============================================================================== --- head/devel/p5-Moo/Makefile Mon Feb 29 22:55:27 2016 (r409832) +++ head/devel/p5-Moo/Makefile Mon Feb 29 23:21:23 2016 (r409833) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Moo -PORTVERSION= 2.000002 +PORTVERSION= 2.001000 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HAARG Modified: head/devel/p5-Moo/distinfo ============================================================================== --- head/devel/p5-Moo/distinfo Mon Feb 29 22:55:27 2016 (r409832) +++ head/devel/p5-Moo/distinfo Mon Feb 29 23:21:23 2016 (r409833) @@ -1,2 +1,2 @@ -SHA256 (Moo-2.000002.tar.gz) = fb4bfa751f0dd06bd70f2e06e811f85a640501f263c228a8efafbf6b26691fd4 -SIZE (Moo-2.000002.tar.gz) = 94253 +SHA256 (Moo-2.001000.tar.gz) = c824d9adcf6add1475adb228d57bf4aa38c3662f6cf7203cce93bb6ffc88778c +SIZE (Moo-2.001000.tar.gz) = 97777 Modified: head/devel/p5-Moo/pkg-descr ============================================================================== --- head/devel/p5-Moo/pkg-descr Mon Feb 29 22:55:27 2016 (r409832) +++ head/devel/p5-Moo/pkg-descr Mon Feb 29 23:21:23 2016 (r409833) @@ -1,9 +1,13 @@ -This module is an extremely light-weight, high-performance Moose -replacement. It also avoids depending on any XS modules to allow -simple deployments. The name Moo is based on the idea that it -provides almost -but not quite- two thirds of Moose. +Moo is an extremely light-weight Object Orientation system. It allows +one to concisely define objects and roles with a convenient syntax that +avoids the details of Perl's object system. Moo contains a subset of +Moose and is optimised for rapid startup. -Unlike Mouse this module does not aim at full Moose compatibility. -See "INCOMPATIBILITIES" for more details. +The name Moo is based on the idea that it provides almost -- but not +quite -- two thirds of Moose. + +Unlike Mouse this module does not aim at full compatibility with +Moose's surface syntax, preferring instead to provide full +interoperability via metaclass inflation capabilities. WWW: http://search.cpan.org/dist/Moo/