Date: Thu, 25 Aug 2011 12:19:13 -0400 (EDT) From: Steven Kreuzer <skreuzer@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: lippe@FreeBSD.org Subject: ports/160189: [PATCH] textproc/p5-Excel-Template: update to 0.33 Message-ID: <201108251619.p7PGJDYb075100@exit2shell.com> Resent-Message-ID: <201108251620.p7PGK7JF043860@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 160189 >Category: ports >Synopsis: [PATCH] textproc/p5-Excel-Template: update to 0.33 >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: Thu Aug 25 16:20:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Steven Kreuzer >Release: FreeBSD 7.3-STABLE amd64 >Organization: >Environment: System: FreeBSD slurry.exit2shell.com 7.3-STABLE FreeBSD 7.3-STABLE #5: Mon Sep 20 15:49:56 EDT 2010 >Description: - Update to 0.33 - Explicitly list required perl modules in RUN_DEPENDS - Add p5-Spreadsheet-WriteExcelXML to RUN_DEPENDS Port maintainer (lippe@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Excel-Template-0.33.patch begins here --- Index: Makefile =================================================================== RCS file: /usr/share/cvs/freebsd/ports/textproc/p5-Excel-Template/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 13 Feb 2011 12:00:07 -0000 1.8 +++ Makefile 25 Aug 2011 16:13:04 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Excel-Template -PORTVERSION= 0.32 +PORTVERSION= 0.33 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +19,10 @@ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ ${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \ ${SITE_PERL}/Test/Deep.pm:${PORTSDIR}/devel/p5-Test-Deep -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ + ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \ + ${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \ + p5-Spreadsheet-WriteExcelXML>=0.10:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcelXML PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /usr/share/cvs/freebsd/ports/textproc/p5-Excel-Template/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 13 Feb 2011 12:00:07 -0000 1.5 +++ distinfo 25 Aug 2011 16:00:01 -0000 @@ -1,2 +1,2 @@ -SHA256 (Excel-Template-0.32.tar.gz) = a95351040f60104ec94e619bc83c3fc260a89b10dc33838f157904a542aeb1c8 -SIZE (Excel-Template-0.32.tar.gz) = 62925 +SHA256 (Excel-Template-0.33.tar.gz) = 05fea14d0ad70a414b0c5004a1baf9b48c2bf5447d253a298d445d595538a0e7 +SIZE (Excel-Template-0.33.tar.gz) = 62662 --- p5-Excel-Template-0.33.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108251619.p7PGJDYb075100>