Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 10:37:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344512 - head/devel/p5-Data-Printer
Message-ID:  <201402161037.s1GAb0kO061858@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb 16 10:36:59 2014
New Revision: 344512
URL: http://svnweb.freebsd.org/changeset/ports/344512
QAT: https://qat.redports.org/buildarchive/r344512/

Log:
  - Update to 0.35
  - Add LICENSE
  - Remove outdated PERL_LEVEL check
  - Fix PLIST
  
  Changes:	http://search.cpan.org/dist/Data-Printer/Changes

Modified:
  head/devel/p5-Data-Printer/Makefile
  head/devel/p5-Data-Printer/distinfo
  head/devel/p5-Data-Printer/pkg-plist

Modified: head/devel/p5-Data-Printer/Makefile
==============================================================================
--- head/devel/p5-Data-Printer/Makefile	Sun Feb 16 10:10:59 2014	(r344511)
+++ head/devel/p5-Data-Printer/Makefile	Sun Feb 16 10:36:59 2014	(r344512)
@@ -2,19 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	Data-Printer
-PORTVERSION=	0.30
+PORTVERSION=	0.35
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:C/0$//}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Colored pretty-print of Perl data structures and objects
 
-BUILD_DEPENDS=	p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Clone-PP>=0:${PORTSDIR}/devel/p5-Clone-PP \
 		p5-File-HomeDir>=0.91:${PORTSDIR}/devel/p5-File-HomeDir \
-		p5-Hash-FieldHash>=0:${PORTSDIR}/devel/p5-Hash-FieldHash \
-		p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \
+		p5-Package-Stash>=0.30:${PORTSDIR}/devel/p5-Package-Stash \
 		p5-Sort-Naturally>=0:${PORTSDIR}/textproc/p5-Sort-Naturally
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \
@@ -25,11 +26,4 @@ TEST_DEPENDS=	p5-Capture-Tiny>=0:${PORTS
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+=	p5-Term-ANSIColor>=3:${PORTSDIR}/devel/p5-Term-ANSIColor
-RUN_DEPENDS+=	p5-Term-ANSIColor>=3:${PORTSDIR}/devel/p5-Term-ANSIColor
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-Data-Printer/distinfo
==============================================================================
--- head/devel/p5-Data-Printer/distinfo	Sun Feb 16 10:10:59 2014	(r344511)
+++ head/devel/p5-Data-Printer/distinfo	Sun Feb 16 10:36:59 2014	(r344512)
@@ -1,2 +1,2 @@
-SHA256 (Data-Printer-0.3.tar.gz) = d1f1cbcc0673e1fae0afb1d0522cd6237dd31fa1d6db0c3f3cfe7685845199c5
-SIZE (Data-Printer-0.3.tar.gz) = 44800
+SHA256 (Data-Printer-0.35.tar.gz) = 2b601fbd15a79aa46755a2944f5b56a6c9c56036e7181b0fa612f4b678409c55
+SIZE (Data-Printer-0.35.tar.gz) = 52812

Modified: head/devel/p5-Data-Printer/pkg-plist
==============================================================================
--- head/devel/p5-Data-Printer/pkg-plist	Sun Feb 16 10:10:59 2014	(r344511)
+++ head/devel/p5-Data-Printer/pkg-plist	Sun Feb 16 10:36:59 2014	(r344512)
@@ -3,14 +3,16 @@
 %%SITE_PERL%%/Data/Printer/Filter.pm
 %%SITE_PERL%%/Data/Printer/Filter/DB.pm
 %%SITE_PERL%%/Data/Printer/Filter/DateTime.pm
+%%SITE_PERL%%/Data/Printer/Filter/Digest.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Printer/.packlist
+%%PERL5_MAN3%%/DDP.3.gz
 %%PERL5_MAN3%%/Data::Printer.3.gz
 %%PERL5_MAN3%%/Data::Printer::Filter.3.gz
 %%PERL5_MAN3%%/Data::Printer::Filter::DB.3.gz
 %%PERL5_MAN3%%/Data::Printer::Filter::DateTime.3.gz
+%%PERL5_MAN3%%/Data::Printer::Filter::Digest.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Printer
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
 @dirrm %%SITE_PERL%%/Data/Printer/Filter
 @dirrm %%SITE_PERL%%/Data/Printer
 @dirrmtry %%SITE_PERL%%/Data



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402161037.s1GAb0kO061858>