Date: Sat, 2 Oct 2010 13:12:03 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Cc: perl@FreeBSD.org Subject: [PATCH] devel/p5-Config-Model: update to 1.210 Message-ID: <20101002051203.EA7FC2AEC524@sunpoet.net>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Sunpoet Po-Chuan Hsieh >Organization: >Confidential: no >Synopsis: [PATCH] devel/p5-Config-Model: update to 1.210 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 8.1-STABLE amd64 >Environment: System: FreeBSD bonjour.sunpoet.net 8.1-STABLE FreeBSD 8.1-STABLE #0: Sun Jul 25 00:09:24 CST 2010 >Description: - Update to 1.210 Tinderbox logs: - https://sunpoet.net/tinderbox/logs/8-FreeBSD/p5-Config-Model-1.210.log - https://sunpoet.net/tinderbox/logs/7-FreeBSD/p5-Config-Model-1.210.log Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Config-Model-1.210.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Config-Model/Makefile,v retrieving revision 1.44 diff -u -u -r1.44 Makefile --- Makefile 25 Sep 2010 01:44:49 -0000 1.44 +++ Makefile 2 Oct 2010 04:53:34 -0000 @@ -7,7 +7,7 @@ # PORTNAME= Config-Model -PORTVERSION= 1.209 +PORTVERSION= 1.210 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -28,13 +28,19 @@ PERL_MODBUILD= 5.8.0+ -MAN1= config-edit.1 config-edit-dep5.1 config-edit-popcon.1 +MAN1= config-edit.1 \ + config-edit-dpkg-control.1 \ + config-edit-dpkg-copyright.1 \ + config-edit-popcon.1 -MAN3= Config::Model.3 Config::Model::AnyId.3 \ +MAN3= Config::Model.3 \ + Config::Model::AnyId.3 \ Config::Model::Annotation.3 \ Config::Model::AnyThing.3 Config::Model::AutoRead.3 \ Config::Model::Backend::Any.3 \ - Config::Model::Backend::Debian::Dep5.3 \ + Config::Model::Backend::Debian::DpkgSyntax.3 \ + Config::Model::Backend::Debian::Dpkg::Control.3 \ + Config::Model::Backend::Debian::Dpkg::Copyright.3 \ Config::Model::Backend::IniFile.3 \ Config::Model::Backend::ShellVar.3 \ Config::Model::Backend::Yaml.3 \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Config-Model/distinfo,v retrieving revision 1.41 diff -u -u -r1.41 distinfo --- distinfo 25 Sep 2010 01:44:49 -0000 1.41 +++ distinfo 2 Oct 2010 04:53:34 -0000 @@ -1,3 +1,3 @@ -MD5 (Config-Model-1.209.tar.gz) = 92d773b0feab6cbb478ebf59d9c8f365 -SHA256 (Config-Model-1.209.tar.gz) = 309485d7c2cd9f5e6ccba1bed2189af32bc030b090783a282c8638ac226138bf -SIZE (Config-Model-1.209.tar.gz) = 208837 +MD5 (Config-Model-1.210.tar.gz) = e9b7eed15c77ec48e0a4c19f567a8ddb +SHA256 (Config-Model-1.210.tar.gz) = 246a368635c05d9068f194c4e0d5d26a9d82a7789d96f92e4993111ca74f6862 +SIZE (Config-Model-1.210.tar.gz) = 218383 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/p5-Config-Model/pkg-plist,v retrieving revision 1.11 diff -u -u -r1.11 pkg-plist --- pkg-plist 25 Sep 2010 01:44:49 -0000 1.11 +++ pkg-plist 2 Oct 2010 04:53:34 -0000 @@ -1,5 +1,6 @@ bin/config-edit -bin/config-edit-dep5 +bin/config-edit-dpkg-control +bin/config-edit-dpkg-copyright bin/config-edit-popcon %%SITE_PERL%%/Config/Model.pm %%SITE_PERL%%/Config/Model/Annotation.pm @@ -7,7 +8,9 @@ %%SITE_PERL%%/Config/Model/AnyThing.pm %%SITE_PERL%%/Config/Model/AutoRead.pm %%SITE_PERL%%/Config/Model/Backend/Any.pm -%%SITE_PERL%%/Config/Model/Backend/Debian/Dep5.pm +%%SITE_PERL%%/Config/Model/Backend/Debian/Dpkg/Copyright.pm +%%SITE_PERL%%/Config/Model/Backend/Debian/Dpkg/Control.pm +%%SITE_PERL%%/Config/Model/Backend/Debian/DpkgSyntax.pm %%SITE_PERL%%/Config/Model/Backend/IniFile.pm %%SITE_PERL%%/Config/Model/Backend/ShellVar.pm %%SITE_PERL%%/Config/Model/Backend/Yaml.pm @@ -32,13 +35,19 @@ %%SITE_PERL%%/Config/Model/WarpedNode.pm %%SITE_PERL%%/Config/Model/WarpedThing.pm %%SITE_PERL%%/Config/Model/WizardHelper.pm -%%SITE_PERL%%/Config/Model/models/Debian/Dep5.pl -%%SITE_PERL%%/Config/Model/models/Debian/Dep5/Content.pl -%%SITE_PERL%%/Config/Model/models/Debian/Dep5/License.pl +%%SITE_PERL%%/Config/Model/models/Debian/Dpkg/Control.pl +%%SITE_PERL%%/Config/Model/models/Debian/Dpkg/Control/Source.pl +%%SITE_PERL%%/Config/Model/models/Debian/Dpkg/Control/Binary.pl +%%SITE_PERL%%/Config/Model/models/Debian/Dpkg/Copyright.pl +%%SITE_PERL%%/Config/Model/models/Debian/Dpkg/Copyright/Content.pl +%%SITE_PERL%%/Config/Model/models/Debian/Dpkg/Copyright/License.pl %%SITE_PERL%%/Config/Model/models/PopCon.pl -@dirrmtry %%SITE_PERL%%/Config/Model/models/Debian/Dep5 +@dirrmtry %%SITE_PERL%%/Config/Model/models/Debian/Dpkg/Copyright +@dirrmtry %%SITE_PERL%%/Config/Model/models/Debian/Dpkg/Control +@dirrmtry %%SITE_PERL%%/Config/Model/models/Debian/Dpkg @dirrmtry %%SITE_PERL%%/Config/Model/models/Debian @dirrmtry %%SITE_PERL%%/Config/Model/models +@dirrmtry %%SITE_PERL%%/Config/Model/Backend/Debian/Dpkg @dirrmtry %%SITE_PERL%%/Config/Model/Backend/Debian @dirrmtry %%SITE_PERL%%/Config/Model/Backend @dirrmtry %%SITE_PERL%%/Config/Model --- p5-Config-Model-1.210.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101002051203.EA7FC2AEC524>