From owner-freebsd-perl@FreeBSD.ORG Sat Oct 2 05:13:16 2010 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 670DA1065670; Sat, 2 Oct 2010 05:13:16 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 417B58FC0C; Sat, 2 Oct 2010 05:13:15 +0000 (UTC) Received: by pzk1 with SMTP id 1so139659pzk.13 for ; Fri, 01 Oct 2010 22:13:15 -0700 (PDT) Received: by 10.142.246.10 with SMTP id t10mr5734493wfh.99.1285996395705; Fri, 01 Oct 2010 22:13:15 -0700 (PDT) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx.google.com with ESMTPS id v6sm2288273wfg.15.2010.10.01.22.13.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 01 Oct 2010 22:13:14 -0700 (PDT) Sender: Sunpoet Hsieh Received: by sunpoet.net (Postfix, from userid 1000) id EA7FC2AEC524; Sat, 2 Oct 2010 13:12:03 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Sunpoet Po-Chuan Hsieh X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20101002051203.EA7FC2AEC524@sunpoet.net> Date: Sat, 2 Oct 2010 13:12:03 +0800 (CST) Cc: perl@FreeBSD.org Subject: [PATCH] devel/p5-Config-Model: update to 1.210 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2010 05:13:16 -0000 >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 ---