Date: Tue, 7 Apr 2020 14:35:42 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531006 - in head/textproc/p5-XML-LibXML: . files Message-ID: <202004071435.037EZg30072870@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Apr 7 14:35:42 2020 New Revision: 531006 URL: https://svnweb.freebsd.org/changeset/ports/531006 Log: Update to 2.0204 Changes: https://metacpan.org/changes/distribution/XML-LibXML Modified: head/textproc/p5-XML-LibXML/Makefile head/textproc/p5-XML-LibXML/distinfo head/textproc/p5-XML-LibXML/files/patch-Makefile.PL Modified: head/textproc/p5-XML-LibXML/Makefile ============================================================================== --- head/textproc/p5-XML-LibXML/Makefile Tue Apr 7 14:35:37 2020 (r531005) +++ head/textproc/p5-XML-LibXML/Makefile Tue Apr 7 14:35:42 2020 (r531006) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-LibXML -PORTVERSION= 2.0202 +PORTVERSION= 2.0204 PORTEPOCH= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN Modified: head/textproc/p5-XML-LibXML/distinfo ============================================================================== --- head/textproc/p5-XML-LibXML/distinfo Tue Apr 7 14:35:37 2020 (r531005) +++ head/textproc/p5-XML-LibXML/distinfo Tue Apr 7 14:35:42 2020 (r531006) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579531378 -SHA256 (XML-LibXML-2.0202.tar.gz) = cc2b02c5e9829c363173bfcfaf9321f8d72c30301df3f8842be356776569e2ae -SIZE (XML-LibXML-2.0202.tar.gz) = 463882 +TIMESTAMP = 1586191168 +SHA256 (XML-LibXML-2.0204.tar.gz) = bd48b539ad4b3d419658db7e69811f3b5fe88c6fa3dd25b30bc83f7f203d2f36 +SIZE (XML-LibXML-2.0204.tar.gz) = 462758 Modified: head/textproc/p5-XML-LibXML/files/patch-Makefile.PL ============================================================================== --- head/textproc/p5-XML-LibXML/files/patch-Makefile.PL Tue Apr 7 14:35:37 2020 (r531005) +++ head/textproc/p5-XML-LibXML/files/patch-Makefile.PL Tue Apr 7 14:35:42 2020 (r531006) @@ -1,24 +1,24 @@ ---- Makefile.PL.orig 2020-01-13 09:13:13 UTC +--- Makefile.PL.orig 2020-03-17 16:32:19 UTC +++ Makefile.PL -@@ -17,12 +17,10 @@ use warnings; +@@ -17,13 +17,10 @@ use warnings; require 5.008001; --use Alien::Libxml2; +-use Alien::Base::Wrapper qw( Alien::Libxml2 ); use ExtUtils::MakeMaker; use Config; my %ConfigReqs = ( -- "Alien::Libxml2" => 0, +- "Alien::Libxml2" => '0.14', +- "Alien::Base::Wrapper" => 0, "Config" => 0, "ExtUtils::MakeMaker" => 0, ); -@@ -68,8 +66,9 @@ my %prereqs = ( +@@ -69,7 +66,9 @@ my %prereqs = ( my %xsbuild = ( DEFINE => '-DHAVE_UTF8', OBJECT => '$(O_FILES)', -- CCFLAGS => Alien::Libxml2->cflags . " $Config{ccflags}", -- LIBS => [ Alien::Libxml2->libs ], +- Alien::Base::Wrapper->mm_args, + CCFLAGS => " $Config{ccflags}", + INC => "-I$ENV{LOCALBASE}/include/libxml2 -I/usr/include", + LIBS => "-L$ENV{LOCALBASE}/lib -lxml2 -L/usr/lib -llzma -lm -lz",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004071435.037EZg30072870>