Date: Thu, 26 Nov 2009 02:25:26 -0500 (EST) From: Sahil Tandon <sahil@tandon.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/140889: [PATCH] textproc/p5-HTML-SuperForm: update to 1.09 Message-ID: <20091126072526.F0D7C170CF@spartan.hamla.org> Resent-Message-ID: <200911260730.nAQ7U69p057994@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 140889 >Category: ports >Synopsis: [PATCH] textproc/p5-HTML-SuperForm: update to 1.09 >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 Nov 26 07:30:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - Update to 1.09 - Changes: http://cpansearch.perl.org/src/JALLWINE/HTML-SuperForm-1.09/Changes A possibly extraneous .orig file is installed, but it seems innocuous enough to just include in pkg-plist and avoid breaking mtree. Another alternative is to prevent the file from being installed, but I defer to a committer or more familiar user of the port to opine on that. >How-To-Repeat: >Fix: --- p5-HTML-SuperForm.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-HTML-SuperForm/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 20 Oct 2009 10:21:24 -0000 1.3 +++ Makefile 26 Nov 2009 07:16:47 -0000 @@ -6,7 +6,7 @@ # PORTNAME= HTML-SuperForm -PORTVERSION= 1.08 +PORTVERSION= 1.09 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/J/JA/JALLWINE @@ -27,6 +27,7 @@ HTML::SuperForm::Field::Password.3\ HTML::SuperForm::Field::Radio.3\ HTML::SuperForm::Field::RadioGroup.3\ + HTML::SuperForm::Field::Reset.3\ HTML::SuperForm::Field::Select.3\ HTML::SuperForm::Field::Submit.3\ HTML::SuperForm::Field::Text.3\ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/p5-HTML-SuperForm/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 20 Oct 2009 10:21:24 -0000 1.3 +++ distinfo 26 Nov 2009 07:16:48 -0000 @@ -1,3 +1,3 @@ -MD5 (HTML-SuperForm-1.08.tar.gz) = 6e1a7735eb8a4b7d47e812c82aec88fe -SHA256 (HTML-SuperForm-1.08.tar.gz) = 557a1bd31a2937305a347bc9317d4dff7d6f52d46569b459378661f2f38adf35 -SIZE (HTML-SuperForm-1.08.tar.gz) = 22977 +MD5 (HTML-SuperForm-1.09.tar.gz) = 38b2a47442ae92506ea37eb29393650e +SHA256 (HTML-SuperForm-1.09.tar.gz) = 11c4b74be704a2ef1a87040d9e50dba740b7302e34671e21e878b1d1faf6f95e +SIZE (HTML-SuperForm-1.09.tar.gz) = 23455 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/p5-HTML-SuperForm/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 14 Jul 2009 23:17:35 -0000 1.1 +++ pkg-plist 26 Nov 2009 07:16:48 -0000 @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/SuperForm/.packlist %%SITE_PERL%%/HTML/SuperForm.pm +%%SITE_PERL%%/HTML/SuperForm.pm.orig %%SITE_PERL%%/HTML/SuperForm/Field.pm %%SITE_PERL%%/HTML/SuperForm/Field/Checkbox.pm %%SITE_PERL%%/HTML/SuperForm/Field/CheckboxGroup.pm @@ -7,6 +8,7 @@ %%SITE_PERL%%/HTML/SuperForm/Field/Password.pm %%SITE_PERL%%/HTML/SuperForm/Field/Radio.pm %%SITE_PERL%%/HTML/SuperForm/Field/RadioGroup.pm +%%SITE_PERL%%/HTML/SuperForm/Field/Reset.pm %%SITE_PERL%%/HTML/SuperForm/Field/Select.pm %%SITE_PERL%%/HTML/SuperForm/Field/Submit.pm %%SITE_PERL%%/HTML/SuperForm/Field/Text.pm --- p5-HTML-SuperForm.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091126072526.F0D7C170CF>