ports/135799: [PATCH] textproc/p5-XML-SAX-Machines: update to 0.42
Philip M. Gollucci
pgollucci at FreeBSD.org
Thu Jun 18 23:31:06 UTC 2009
>Number: 135799
>Category: ports
>Synopsis: [PATCH] textproc/p5-XML-SAX-Machines: update to 0.42
>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 Jun 18 23:30:40 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Philip M. Gollucci
>Release: FreeBSD 8.0-CURRENT amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD frieza.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu Jun 4 00:22:57 EDT
>Description:
- Update to 0.42
Removed file(s):
- files/patch-fields
Port maintainer (skv at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- p5-XML-SAX-Machines-0.42.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-XML-SAX-Machines/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile 14 Mar 2009 13:46:24 -0000 1.10
+++ Makefile 18 Jun 2009 02:57:03 -0000
@@ -6,8 +6,7 @@
#
PORTNAME= XML-SAX-Machines
-PORTVERSION= 0.41
-PORTREVISION= 2
+PORTVERSION= 0.42
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-XML-SAX-Machines/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo 24 Jan 2006 03:10:08 -0000 1.5
+++ distinfo 18 Jun 2009 02:57:07 -0000
@@ -1,3 +1,3 @@
-MD5 (XML-SAX-Machines-0.41.tar.gz) = b91467e31690ce1a53c9d6895879ad21
-SHA256 (XML-SAX-Machines-0.41.tar.gz) = 091a388d91190ab52e557b4b3b63a156f5e1c0c384bc25f5f91f5a3ded011ef1
-SIZE (XML-SAX-Machines-0.41.tar.gz) = 43368
+MD5 (XML-SAX-Machines-0.42.tar.gz) = 82cce7207bd50edd1d2386eea5e2c84b
+SHA256 (XML-SAX-Machines-0.42.tar.gz) = fb6dd6702ef187fe44cb7b5a21c14b12f9207ca39e206d7a990ef0091eadabb8
+SIZE (XML-SAX-Machines-0.42.tar.gz) = 63338
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-XML-SAX-Machines/pkg-plist,v
retrieving revision 1.5
diff -u -u -r1.5 pkg-plist
--- pkg-plist 22 Nov 2008 08:36:31 -0000 1.5
+++ pkg-plist 18 Jun 2009 22:46:38 -0000
@@ -9,7 +9,6 @@
%%SITE_PERL%%/XML/SAX/Machines.pm
%%SITE_PERL%%/XML/SAX/Machines/ConfigDefaults.pm
%%SITE_PERL%%/XML/SAX/Machines/ConfigHelper.pm
-%%SITE_PERL%%/XML/SAX/Machines/SiteConfig.pm
%%SITE_PERL%%/XML/SAX/Manifold.pm
%%SITE_PERL%%/XML/SAX/Pipeline.pm
%%SITE_PERL%%/XML/SAX/Tap.pm
Index: files/patch-fields
===================================================================
RCS file: files/patch-fields
diff -N files/patch-fields
--- files/patch-fields 14 Mar 2009 13:46:24 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
---- lib/XML/SAX/Machine.pm
-+++ lib/XML/SAX/Machine.pm
-@@ -1468,13 +1468,7 @@
- my $proto = shift;
- my $class = ref $proto || $proto;
-
-- my $self = do {
-- no strict 'refs';
-- bless [ \%{ "${class}::FIELDS" } ];
-- };
--
-- ## Pseudo hashes are badly borken in older Perls. Should use something
-- ## else, really.
-+ my $self = fields::new( $class );
- my %options = @_ ;
- $self->{$_} = $options{$_} for keys %options;
-
--- p5-XML-SAX-Machines-0.42.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list