From owner-svn-ports-all@freebsd.org Wed Nov 4 20:11:27 2015 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 C7CCDA266C3; Wed, 4 Nov 2015 20:11:27 +0000 (UTC) (envelope-from sunpoet@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 7E2BF1D11; Wed, 4 Nov 2015 20:11:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA4KBQRv058579; Wed, 4 Nov 2015 20:11:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA4KBQWM058577; Wed, 4 Nov 2015 20:11:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511042011.tA4KBQWM058577@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Nov 2015 20:11:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400763 - head/devel/p5-Devel-MAT X-SVN-Group: ports-head 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.20 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: Wed, 04 Nov 2015 20:11:27 -0000 Author: sunpoet Date: Wed Nov 4 20:11:26 2015 New Revision: 400763 URL: https://svnweb.freebsd.org/changeset/ports/400763 Log: - Update to 0.21 and unbreak this port on Perl 5.22+ Changes: http://search.cpan.org/dist/Devel-MAT/Changes Modified: head/devel/p5-Devel-MAT/Makefile head/devel/p5-Devel-MAT/distinfo Modified: head/devel/p5-Devel-MAT/Makefile ============================================================================== --- head/devel/p5-Devel-MAT/Makefile Wed Nov 4 20:11:21 2015 (r400762) +++ head/devel/p5-Devel-MAT/Makefile Wed Nov 4 20:11:26 2015 (r400763) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-MAT -PORTVERSION= 0.20 +PORTVERSION= 0.21 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -34,10 +34,6 @@ BUILD_DEPENDS+= p5-Module-Pluggable>=0:$ RUN_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable .endif -.if ${PERL_LEVEL} >= 502200 -BROKEN= fails to build with Perl 5.22 or above, see https://rt.cpan.org/Public/Bug/Display.html?id=100458 for further information -.endif - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/Dumper/Dumper.so ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/MAT.so Modified: head/devel/p5-Devel-MAT/distinfo ============================================================================== --- head/devel/p5-Devel-MAT/distinfo Wed Nov 4 20:11:21 2015 (r400762) +++ head/devel/p5-Devel-MAT/distinfo Wed Nov 4 20:11:26 2015 (r400763) @@ -1,2 +1,2 @@ -SHA256 (Devel-MAT-0.20.tar.gz) = ba610857f2d98e7b5b230003fe46f57386e2c443d04ca725b6937111c7b096a8 -SIZE (Devel-MAT-0.20.tar.gz) = 110656 +SHA256 (Devel-MAT-0.21.tar.gz) = 7cb2f7c6baac7da3a1484cc951bccf5378b3bb0f8cf3b2fe0e035c13c458e075 +SIZE (Devel-MAT-0.21.tar.gz) = 113827