Date: Thu, 16 Nov 2017 17:07:11 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454317 - head/devel/p5-Moo Message-ID: <201711161707.vAGH7BfL007631@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Thu Nov 16 17:07:11 2017 New Revision: 454317 URL: https://svnweb.freebsd.org/changeset/ports/454317 Log: Update to 2.003003 - test tweaks - fix handling of code refs stored directly in the stash (for perl 5.28) - consider inline packages with constants in them as being loaded - stubs will be treated as methods that exist when inflating to Moose - avoid loading overload.pm unless required Modified: head/devel/p5-Moo/Makefile head/devel/p5-Moo/distinfo Modified: head/devel/p5-Moo/Makefile ============================================================================== --- head/devel/p5-Moo/Makefile Thu Nov 16 17:05:28 2017 (r454316) +++ head/devel/p5-Moo/Makefile Thu Nov 16 17:07:11 2017 (r454317) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Moo -PORTVERSION= 2.003002 +PORTVERSION= 2.003003 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HAARG Modified: head/devel/p5-Moo/distinfo ============================================================================== --- head/devel/p5-Moo/distinfo Thu Nov 16 17:05:28 2017 (r454316) +++ head/devel/p5-Moo/distinfo Thu Nov 16 17:07:11 2017 (r454317) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490802668 -SHA256 (Moo-2.003002.tar.gz) = f3e9741e79baa63e89f5a08706cd80d18c0a5a37e3d898847e002310e06582f1 -SIZE (Moo-2.003002.tar.gz) = 96696 +TIMESTAMP = 1510851956 +SHA256 (Moo-2.003003.tar.gz) = 6d858dcb376186533cfb63e45963d0464ac12832cc06fc6ed8ae796bdd8d5504 +SIZE (Moo-2.003003.tar.gz) = 97527
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711161707.vAGH7BfL007631>