From owner-svn-ports-all@freebsd.org Fri Dec 1 01:53:43 2017 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 0043FDF02DB; Fri, 1 Dec 2017 01:53:42 +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 BE8F97F170; Fri, 1 Dec 2017 01:53:42 +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 vB11rfAc057260; Fri, 1 Dec 2017 01:53:41 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB11rflZ057258; Fri, 1 Dec 2017 01:53:41 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201712010153.vB11rflZ057258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 1 Dec 2017 01:53:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455242 - head/devel/p5-Moo X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/devel/p5-Moo X-SVN-Commit-Revision: 455242 X-SVN-Commit-Repository: ports 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.25 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: Fri, 01 Dec 2017 01:53:43 -0000 Author: adamw Date: Fri Dec 1 01:53:41 2017 New Revision: 455242 URL: https://svnweb.freebsd.org/changeset/ports/455242 Log: Update to 2.003004 - re-allow stubs for attribute parameters like isa or coerce (RT#123753) - fix accidentally removed space in coderef error message (GH#33) - fix test errors with old Carp versions Modified: head/devel/p5-Moo/Makefile head/devel/p5-Moo/distinfo Modified: head/devel/p5-Moo/Makefile ============================================================================== --- head/devel/p5-Moo/Makefile Fri Dec 1 01:41:29 2017 (r455241) +++ head/devel/p5-Moo/Makefile Fri Dec 1 01:53:41 2017 (r455242) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Moo -PORTVERSION= 2.003003 +PORTVERSION= 2.003004 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HAARG Modified: head/devel/p5-Moo/distinfo ============================================================================== --- head/devel/p5-Moo/distinfo Fri Dec 1 01:41:29 2017 (r455241) +++ head/devel/p5-Moo/distinfo Fri Dec 1 01:53:41 2017 (r455242) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510851956 -SHA256 (Moo-2.003003.tar.gz) = 6d858dcb376186533cfb63e45963d0464ac12832cc06fc6ed8ae796bdd8d5504 -SIZE (Moo-2.003003.tar.gz) = 97527 +TIMESTAMP = 1512093150 +SHA256 (Moo-2.003004.tar.gz) = f8bbb625f8e963eabe05cff9048fdd72bdd26777404ff2c40bc690f558be91e1 +SIZE (Moo-2.003004.tar.gz) = 96141