Date: Sat, 18 Jan 2014 08:09:09 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340149 - head/textproc/p5-OpenOffice-OODoc Message-ID: <201401180809.s0I8995V044216@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Sat Jan 18 08:09:08 2014 New Revision: 340149 URL: http://svnweb.freebsd.org/changeset/ports/340149 QAT: https://qat.redports.org/buildarchive/r340149/ Log: - Update to 2.125 [1] - Support staging - Add LICENSE (LGPL 2.1) - Enforce dependencies' minimum required version - Remove leading article from COMMENT Changes: http://search.cpan.org/dist/OpenOffice-OODoc/Changes PR: ports/185804 [1] Submitted by: Matthias Meyser <Meyser@xenet.de> (maintainer) Modified: head/textproc/p5-OpenOffice-OODoc/Makefile head/textproc/p5-OpenOffice-OODoc/distinfo (contents, props changed) head/textproc/p5-OpenOffice-OODoc/pkg-plist (contents, props changed) Modified: head/textproc/p5-OpenOffice-OODoc/Makefile ============================================================================== --- head/textproc/p5-OpenOffice-OODoc/Makefile Sat Jan 18 07:47:24 2014 (r340148) +++ head/textproc/p5-OpenOffice-OODoc/Makefile Sat Jan 18 08:09:08 2014 (r340149) @@ -2,29 +2,21 @@ # $FreeBSD$ PORTNAME= OpenOffice-OODoc -PORTVERSION= 2.124 +PORTVERSION= 2.125 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= meyser@xenet.de -COMMENT= The Perl Open OpenDocument Connector +COMMENT= Perl Open OpenDocument Connector -RUN_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ - p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig +LICENSE= LGPL21 + +RUN_DEPENDS= p5-Archive-Zip>=1.18:${PORTSDIR}/archivers/p5-Archive-Zip \ + p5-XML-Twig>=3.32:${PORTSDIR}/textproc/p5-XML-Twig USES= perl5 USE_PERL5= configure CONFIGURE_ARGS+= --noprompt -MAN1= odf2pod.1 odf_set_fields.1 odf_set_title.1 odfbuild.1 \ - odfextract.1 odffilesearch.1 odffindbasic.1 odfhighlight.1 \ - odfmetadoc.1 odfsearch.1 oodoc_test.1 text2odf.1 text2table.1 -MAN3= OpenOffice::OODoc.3 OpenOffice::OODoc::Document.3 \ - OpenOffice::OODoc::File.3 OpenOffice::OODoc::Image.3 \ - OpenOffice::OODoc::Intro.3 OpenOffice::OODoc::Manifest.3 \ - OpenOffice::OODoc::Meta.3 OpenOffice::OODoc::Styles.3 \ - OpenOffice::OODoc::Text.3 OpenOffice::OODoc::XPath.3 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/textproc/p5-OpenOffice-OODoc/distinfo ============================================================================== --- head/textproc/p5-OpenOffice-OODoc/distinfo Sat Jan 18 07:47:24 2014 (r340148) +++ head/textproc/p5-OpenOffice-OODoc/distinfo Sat Jan 18 08:09:08 2014 (r340149) @@ -1,2 +1,2 @@ -SHA256 (OpenOffice-OODoc-2.124.tar.gz) = 722fed3b16a1929ca0c02d26b778d0af92a982e30d55f9cc17b48e3fa0b4cc2b -SIZE (OpenOffice-OODoc-2.124.tar.gz) = 306197 +SHA256 (OpenOffice-OODoc-2.125.tar.gz) = c11448970693c42a8b9e93da48cac913516ce33a9d44a6468400f7ad8791dab6 +SIZE (OpenOffice-OODoc-2.125.tar.gz) = 306347 Modified: head/textproc/p5-OpenOffice-OODoc/pkg-plist ============================================================================== --- head/textproc/p5-OpenOffice-OODoc/pkg-plist Sat Jan 18 07:47:24 2014 (r340148) +++ head/textproc/p5-OpenOffice-OODoc/pkg-plist Sat Jan 18 08:09:08 2014 (r340149) @@ -28,6 +28,16 @@ %%SITE_PERL%%/OpenOffice/OODoc/templates/template.sxd %%SITE_PERL%%/OpenOffice/OODoc/templates/template.odg %%SITE_PERL%%/OpenOffice/OODoc/data/image.png +%%PERL5_MAN3%%/OpenOffice::OODoc.3.gz +%%PERL5_MAN3%%/OpenOffice::OODoc::Document.3.gz +%%PERL5_MAN3%%/OpenOffice::OODoc::File.3.gz +%%PERL5_MAN3%%/OpenOffice::OODoc::Image.3.gz +%%PERL5_MAN3%%/OpenOffice::OODoc::Intro.3.gz +%%PERL5_MAN3%%/OpenOffice::OODoc::Manifest.3.gz +%%PERL5_MAN3%%/OpenOffice::OODoc::Meta.3.gz +%%PERL5_MAN3%%/OpenOffice::OODoc::Styles.3.gz +%%PERL5_MAN3%%/OpenOffice::OODoc::Text.3.gz +%%PERL5_MAN3%%/OpenOffice::OODoc::XPath.3.gz bin/oodoc_test bin/odfhighlight bin/odf_set_title @@ -42,6 +52,19 @@ bin/odffilesearch bin/text2odf bin/odffindbasic bin/odfextract +man/man1/odf2pod.1.gz +man/man1/odf_set_fields.1.gz +man/man1/odf_set_title.1.gz +man/man1/odfbuild.1.gz +man/man1/odfextract.1.gz +man/man1/odffilesearch.1.gz +man/man1/odffindbasic.1.gz +man/man1/odfhighlight.1.gz +man/man1/odfmetadoc.1.gz +man/man1/odfsearch.1.gz +man/man1/oodoc_test.1.gz +man/man1/text2odf.1.gz +man/man1/text2table.1.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenOffice/OODoc @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenOffice @dirrm %%SITE_PERL%%/OpenOffice/OODoc/data
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401180809.s0I8995V044216>