ports/98924: [PATCH] textproc/p5-Excel-Template: update to 0.26

Aaron Dalton aaron at FreeBSD.org
Wed Jun 14 05:50:14 UTC 2006


>Number:         98924
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Excel-Template: update to 0.26
>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:   Wed Jun 14 05:50:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May  8 10:21:06 UTC
>Description:
- Update to 0.26

Port maintainer (espen at tagestad.no) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Excel-Template-0.26.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Excel-Template/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	7 Dec 2005 15:03:07 -0000	1.1
+++ Makefile	14 Jun 2006 05:41:31 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Excel-Template
-PORTVERSION=	0.25
+PORTVERSION=	0.26
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Excel
@@ -16,11 +16,11 @@
 COMMENT=	Perl module for templating Excel files
 
 BUILD_DEPENDS=	${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \
+		${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
 		${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-PERL_CONFIGURE=	yes
+PERL_MODBUILD=	yes
 
 MAN3=		Excel::Template.3 \
 		Excel::Template::Base.3 \
@@ -45,6 +45,8 @@
 		Excel::Template::Element::Backref.3 \
 		Excel::Template::Element::Cell.3 \
 		Excel::Template::Element::Formula.3 \
+		Excel::Template::Element::FreezePanes.3 \
+		Excel::Template::Element::Image.3 \
 		Excel::Template::Element::Range.3 \
 		Excel::Template::Element::Var.3 \
 		Excel::Template::Factory.3 \
@@ -54,8 +56,11 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500806
-IGNORE=		needs Perl 5.8.6 or above (lang/perl5.8)
+.if ${PERL_LEVEL} < 500600 # as required by vendor
+IGNORE=		requires at least Perl 5.6.  Please install lang/perl5.8 and try again
+.elif ${PERL_LEVEL} < 500800
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String
+CONFIGURE_ARGS+=	USE_UNICODE=1
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Excel-Template/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	7 Dec 2005 15:03:07 -0000	1.1
+++ distinfo	14 Jun 2006 05:41:31 -0000
@@ -1,3 +1,3 @@
-MD5 (Excel-Template-0.25.tar.gz) = 4f4079b1da9dbd6d73fcab35b1cccf3c
-SHA256 (Excel-Template-0.25.tar.gz) = 12bdb07837c68e4460bd6acf5836a55143b7fc6ba9e036959028e76162c4c046
-SIZE (Excel-Template-0.25.tar.gz) = 36832
+MD5 (Excel-Template-0.26.tar.gz) = 25a83142e5029c43006ff0e4f0e8578a
+SHA256 (Excel-Template-0.26.tar.gz) = 2097cd56e8379c5c5f9a84dd90b8c292756ff16770af246247d8e7508d0f37bd
+SIZE (Excel-Template-0.26.tar.gz) = 37753
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Excel-Template/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	7 Dec 2005 15:03:07 -0000	1.1
+++ pkg-plist	14 Jun 2006 05:41:31 -0000
@@ -21,16 +21,15 @@
 %%SITE_PERL%%/Excel/Template/Element/Backref.pm
 %%SITE_PERL%%/Excel/Template/Element/Cell.pm
 %%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/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
-%%SITE_PERL%%/mach/auto/Excel/Template/.packlist
- at dirrm %%SITE_PERL%%/mach/auto/Excel/Template
- at dirrm %%SITE_PERL%%/mach/auto/Excel
 @dirrm %%SITE_PERL%%/Excel/Template/Element
 @dirrm %%SITE_PERL%%/Excel/Template/Container
 @dirrm %%SITE_PERL%%/Excel/Template
- at dirrm %%SITE_PERL%%/Excel
+ at dirrmtry %%SITE_PERL%%/Excel
--- p5-Excel-Template-0.26.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list