svn commit: r411480 - head/devel/p5-Devel-MAT

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 20 18:36:29 UTC 2016


Author: sunpoet
Date: Sun Mar 20 18:36:27 2016
New Revision: 411480
URL: https://svnweb.freebsd.org/changeset/ports/411480

Log:
  - Update to 0.22
  - Add LICENSE_FILE
  
  Changes:	http://search.cpan.org/dist/Devel-MAT/Changes

Modified:
  head/devel/p5-Devel-MAT/Makefile
  head/devel/p5-Devel-MAT/distinfo
  head/devel/p5-Devel-MAT/pkg-plist

Modified: head/devel/p5-Devel-MAT/Makefile
==============================================================================
--- head/devel/p5-Devel-MAT/Makefile	Sun Mar 20 18:36:23 2016	(r411479)
+++ head/devel/p5-Devel-MAT/Makefile	Sun Mar 20 18:36:27 2016	(r411480)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Devel-MAT
-PORTVERSION=	0.21
+PORTVERSION=	0.22
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,11 +12,12 @@ COMMENT=	Perl Memory Analysis Tool
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \
 		p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
 		p5-List-UtilsBy>=0:${PORTSDIR}/devel/p5-List-UtilsBy \
-		p5-Struct-Dumb>=0:${PORTSDIR}/devel/p5-Struct-Dumb
+		p5-Struct-Dumb>=0.07:${PORTSDIR}/devel/p5-Struct-Dumb
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Identity>=0:${PORTSDIR}/devel/p5-Test-Identity \
 		p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod

Modified: head/devel/p5-Devel-MAT/distinfo
==============================================================================
--- head/devel/p5-Devel-MAT/distinfo	Sun Mar 20 18:36:23 2016	(r411479)
+++ head/devel/p5-Devel-MAT/distinfo	Sun Mar 20 18:36:27 2016	(r411480)
@@ -1,2 +1,2 @@
-SHA256 (Devel-MAT-0.21.tar.gz) = 7cb2f7c6baac7da3a1484cc951bccf5378b3bb0f8cf3b2fe0e035c13c458e075
-SIZE (Devel-MAT-0.21.tar.gz) = 113827
+SHA256 (Devel-MAT-0.22.tar.gz) = 88069380312894545ae03477c291258e1bd6f7e69a5e411dffddff65760e6d1c
+SIZE (Devel-MAT-0.22.tar.gz) = 109680

Modified: head/devel/p5-Devel-MAT/pkg-plist
==============================================================================
--- head/devel/p5-Devel-MAT/pkg-plist	Sun Mar 20 18:36:23 2016	(r411479)
+++ head/devel/p5-Devel-MAT/pkg-plist	Sun Mar 20 18:36:27 2016	(r411480)
@@ -3,6 +3,7 @@ bin/pmat-cat-svpv
 bin/pmat-count
 bin/pmat-dump-symbols
 bin/pmat-explore-gtk
+bin/pmat-find-pv
 bin/pmat-identify-sv
 bin/pmat-largest-svs
 bin/pmat-list-dangling-ptrs


More information about the svn-ports-head mailing list