Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2020 17:56:21 +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: r525871 - head/textproc/p5-Data-Report
Message-ID:  <202002111756.01BHuLNM058446@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Feb 11 17:56:20 2020
New Revision: 525871
URL: https://svnweb.freebsd.org/changeset/ports/525871

Log:
  Update to 1.001
  
  Changes:	https://metacpan.org/changes/distribution/Data-Report

Modified:
  head/textproc/p5-Data-Report/Makefile
  head/textproc/p5-Data-Report/distinfo

Modified: head/textproc/p5-Data-Report/Makefile
==============================================================================
--- head/textproc/p5-Data-Report/Makefile	Tue Feb 11 17:56:15 2020	(r525870)
+++ head/textproc/p5-Data-Report/Makefile	Tue Feb 11 17:56:20 2020	(r525871)
@@ -2,25 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	Data-Report
-PORTVERSION=	0.10
-PORTREVISION=	2
+PORTVERSION=	1.001
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl@FreeBSD.org
-COMMENT=	Data::Report - Framework for flexible reporting
+COMMENT=	Framework for flexible reporting
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-COMMON_DEPENDS=	p5-HTML-Parser>0:www/p5-HTML-Parser \
-		p5-Text-CSV_XS>0:textproc/p5-Text-CSV_XS
-BUILD_DEPENDS=	${COMMON_DEPENDS}
-RUN_DEPENDS=	${COMMON_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-HTML-Parser>=0:www/p5-HTML-Parser \
+		p5-Text-CSV_XS>=1.00:textproc/p5-Text-CSV_XS
 
-NO_ARCH=	yes
 USES=		perl5
-USE_PERL5=	modbuild
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-Data-Report/distinfo
==============================================================================
--- head/textproc/p5-Data-Report/distinfo	Tue Feb 11 17:56:15 2020	(r525870)
+++ head/textproc/p5-Data-Report/distinfo	Tue Feb 11 17:56:20 2020	(r525871)
@@ -1,2 +1,3 @@
-SHA256 (Data-Report-0.10.tar.gz) = e967b4135b6124f494de9bca5c7a57ed5916f01f17175bcf16327dc94dba2539
-SIZE (Data-Report-0.10.tar.gz) = 19581
+TIMESTAMP = 1581409676
+SHA256 (Data-Report-1.001.tar.gz) = d50c89dbd0eaebbaba31c0ede60356607ed56d5f7060d303550bfc2a72cc944d
+SIZE (Data-Report-1.001.tar.gz) = 19795



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