From b77e123cf31ed69b21b6a4974c302ee4bfee25c0 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2020 07:27:40 +0000 Subject: [PATCH] Update to 2.0205 - Remove pkg-install: 2.0205 adds XML::LibXML to the XML/SAX/ParserDetails.ini upon installation Changes: https://metacpan.org/changes/distribution/XML-LibXML --- textproc/p5-XML-LibXML/Makefile | 4 ++-- textproc/p5-XML-LibXML/distinfo | 6 +++--- textproc/p5-XML-LibXML/files/patch-Makefile.PL | 8 +++++--- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile index 7768d4cd0290..c32567739436 100644 --- a/textproc/p5-XML-LibXML/Makefile +++ b/textproc/p5-XML-LibXML/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-LibXML -PORTVERSION= 2.0204 +PORTVERSION= 2.0205 PORTEPOCH= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN @@ -24,7 +24,7 @@ USES= gnome perl5 USE_GNOME= libxml2 USE_PERL5= configure -CONFIGURE_ENV= LOCALBASE=${LOCALBASE} +CONFIGURE_ENV= LOCALBASE=${LOCALBASE} SKIP_SAX_INSTALL=1 PKGDEINSTALL= ${PKGINSTALL} CONFLICTS_INSTALL= p5-XML-LibXML-XPathContext p5-XML-LibXML-Common diff --git a/textproc/p5-XML-LibXML/distinfo b/textproc/p5-XML-LibXML/distinfo index a40150aa3767..bce3c988dc05 100644 --- a/textproc/p5-XML-LibXML/distinfo +++ b/textproc/p5-XML-LibXML/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1586191168 -SHA256 (XML-LibXML-2.0204.tar.gz) = bd48b539ad4b3d419658db7e69811f3b5fe88c6fa3dd25b30bc83f7f203d2f36 -SIZE (XML-LibXML-2.0204.tar.gz) = 462758 +TIMESTAMP = 1595416771 +SHA256 (XML-LibXML-2.0205.tar.gz) = 3a25002714b13f192d0baef5dc25ad2fbf09f8ec4ad1f793dec8fe6e2f5b2278 +SIZE (XML-LibXML-2.0205.tar.gz) = 463031 diff --git a/textproc/p5-XML-LibXML/files/patch-Makefile.PL b/textproc/p5-XML-LibXML/files/patch-Makefile.PL index 37a374853919..0118bbd386aa 100644 --- a/textproc/p5-XML-LibXML/files/patch-Makefile.PL +++ b/textproc/p5-XML-LibXML/files/patch-Makefile.PL @@ -1,6 +1,6 @@ ---- Makefile.PL.orig 2020-03-17 16:32:19 UTC +--- Makefile.PL.orig 2020-05-08 11:33:39 UTC +++ Makefile.PL -@@ -17,13 +17,10 @@ use warnings; +@@ -17,15 +17,12 @@ use warnings; require 5.008001; @@ -8,13 +8,15 @@ use ExtUtils::MakeMaker; use Config; + my $SKIP_SAX_INSTALL = $ENV{SKIP_SAX_INSTALL}; + my %ConfigReqs = ( - "Alien::Libxml2" => '0.14', - "Alien::Base::Wrapper" => 0, "Config" => 0, "ExtUtils::MakeMaker" => 0, ); -@@ -69,7 +66,9 @@ my %prereqs = ( +@@ -71,7 +68,9 @@ my %prereqs = ( my %xsbuild = ( DEFINE => '-DHAVE_UTF8', OBJECT => '$(O_FILES)',