Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2008 04:48:58 GMT
From:      Felippe de Meirelles Motta <lippemail@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/120392: [UPDATE] textproc/p5-Excel-Template
Message-ID:  <200802080448.m184mwqw039887@www.freebsd.org>
Resent-Message-ID: <200802080500.m18502OE043737@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         120392
>Category:       ports
>Synopsis:       [UPDATE] textproc/p5-Excel-Template
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 08 05:00:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Updated to 0.31;
- Add missing B-Deps(p5-Test-Deep);
- Add missing MAN3 and file to pkg-plist.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-Excel-Template/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	8 Sep 2007 01:06:12 -0000	1.4
+++ Makefile	8 Feb 2008 04:48:44 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Excel-Template
-PORTVERSION=	0.28
+PORTVERSION=	0.31
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Excel
@@ -18,7 +18,8 @@
 BUILD_DEPENDS=	${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \
 		p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \
 		${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
-		${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel
+		${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \
+		${SITE_PERL}/Test/Deep.pm:${PORTSDIR}/devel/p5-Test-Deep
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_MODBUILD=	yes
@@ -48,6 +49,7 @@
 		Excel::Template::Element::Formula.3 \
 		Excel::Template::Element::FreezePanes.3 \
 		Excel::Template::Element::Image.3 \
+		Excel::Template::Element::MergeRange.3 \
 		Excel::Template::Element::Range.3 \
 		Excel::Template::Element::Var.3 \
 		Excel::Template::Factory.3 \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-Excel-Template/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	16 Aug 2006 06:31:14 -0000	1.3
+++ distinfo	8 Feb 2008 04:48:44 -0000
@@ -1,3 +1,3 @@
-MD5 (Excel-Template-0.28.tar.gz) = b3b0a112a6c9197c2abc5e146c0ec863
-SHA256 (Excel-Template-0.28.tar.gz) = 749d6d09ac3fdcb64860ffe9314acc886b9847be7dacf0d01c90de2aea15f534
-SIZE (Excel-Template-0.28.tar.gz) = 38424
+MD5 (Excel-Template-0.31.tar.gz) = dc7ad5cba7b61cd4cbfc337562cbffe0
+SHA256 (Excel-Template-0.31.tar.gz) = 98470c1e56b7722830e08b6d6744ca25e87366209f280ff63dcc01914ea694e0
+SIZE (Excel-Template-0.31.tar.gz) = 40444
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-Excel-Template/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	28 Jun 2006 14:04:46 -0000	1.2
+++ pkg-plist	8 Feb 2008 04:48:44 -0000
@@ -23,13 +23,14 @@
 %%SITE_PERL%%/Excel/Template/Element/Formula.pm
 %%SITE_PERL%%/Excel/Template/Element/FreezePanes.pm
 %%SITE_PERL%%/Excel/Template/Element/Image.pm
+%%SITE_PERL%%/Excel/Template/Element/MergeRange.pm
 %%SITE_PERL%%/Excel/Template/Element/Range.pm
 %%SITE_PERL%%/Excel/Template/Element/Var.pm
 %%SITE_PERL%%/Excel/Template/Factory.pm
 %%SITE_PERL%%/Excel/Template/Format.pm
 %%SITE_PERL%%/Excel/Template/Iterator.pm
 %%SITE_PERL%%/Excel/Template/TextObject.pm
-@dirrm %%SITE_PERL%%/Excel/Template/Element
-@dirrm %%SITE_PERL%%/Excel/Template/Container
-@dirrm %%SITE_PERL%%/Excel/Template
+@dirrmtry %%SITE_PERL%%/Excel/Template/Element
+@dirrmtry %%SITE_PERL%%/Excel/Template/Container
+@dirrmtry %%SITE_PERL%%/Excel/Template
 @dirrmtry %%SITE_PERL%%/Excel


>Release-Note:
>Audit-Trail:
>Unformatted:



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