diff -ruN /usr/ports/devel/p5-Class-Declare/Makefile ./Makefile --- /usr/ports/devel/p5-Class-Declare/Makefile 2014-11-26 13:08:24.000000000 +0000 +++ ./Makefile 2015-10-09 11:12:49.369002000 +0000 @@ -2,7 +2,7 @@ # $FreeBSD: head/devel/p5-Class-Declare/Makefile 373448 2014-11-26 13:08:24Z mat $ PORTNAME= Class-Declare -PORTVERSION= 0.17 +PORTVERSION= 0.19 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN diff -ruN /usr/ports/devel/p5-Class-Declare/distinfo ./distinfo --- /usr/ports/devel/p5-Class-Declare/distinfo 2014-01-22 15:30:13.000000000 +0000 +++ ./distinfo 2015-10-09 11:12:49.369357000 +0000 @@ -1,2 +1,2 @@ -SHA256 (Class-Declare-0.17.tar.gz) = 5ccd5aabfc940fc950527403e6985a74079c6d6fbf82c911c9f4fac0e72387ab -SIZE (Class-Declare-0.17.tar.gz) = 76584 +SHA256 (Class-Declare-0.19.tar.gz) = 43a323521956303dfc26700ffd3967ecc4088f66f12e1d9074f73dd8e790fa01 +SIZE (Class-Declare-0.19.tar.gz) = 77805
A commit references this bug: Author: sunpoet Date: Fri Oct 9 18:33:00 UTC 2015 New revision: 398947 URL: https://svnweb.freebsd.org/changeset/ports/398947 Log: - Update to 0.19 - While I'm here: - Fix *_DEPENDS: Test::Exception is a test-only dependency - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Class-Declare/Changes PR: 203655 Submitted by: Sergey Karatkevich <simarg@gmail.com> (maintainer) Changes: head/devel/p5-Class-Declare/Makefile head/devel/p5-Class-Declare/distinfo head/devel/p5-Class-Declare/pkg-plist
Committed. Thanks!