svn commit: r523680 - in head/textproc/p5-XML-LibXML: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jan 20 20:12:15 UTC 2020
Author: sunpoet
Date: Mon Jan 20 20:12:14 2020
New Revision: 523680
URL: https://svnweb.freebsd.org/changeset/ports/523680
Log:
Update to 2.0202
Changes: https://metacpan.org/changes/distribution/XML-LibXML
Added:
head/textproc/p5-XML-LibXML/files/
head/textproc/p5-XML-LibXML/files/patch-Makefile.PL (contents, props changed)
Modified:
head/textproc/p5-XML-LibXML/Makefile
head/textproc/p5-XML-LibXML/distinfo
Modified: head/textproc/p5-XML-LibXML/Makefile
==============================================================================
--- head/textproc/p5-XML-LibXML/Makefile Mon Jan 20 20:12:09 2020 (r523679)
+++ head/textproc/p5-XML-LibXML/Makefile Mon Jan 20 20:12:14 2020 (r523680)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= XML-LibXML
-PORTVERSION= 2.0134
+PORTVERSION= 2.0202
PORTEPOCH= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
@@ -24,7 +24,7 @@ USES= gnome perl5
USE_GNOME= libxml2
USE_PERL5= configure
-CONFIGURE_ENV= XMLPREFIX=${LOCALBASE}
+CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
PKGDEINSTALL= ${PKGINSTALL}
CONFLICTS_INSTALL= p5-XML-LibXML-XPathContext p5-XML-LibXML-Common
Modified: head/textproc/p5-XML-LibXML/distinfo
==============================================================================
--- head/textproc/p5-XML-LibXML/distinfo Mon Jan 20 20:12:09 2020 (r523679)
+++ head/textproc/p5-XML-LibXML/distinfo Mon Jan 20 20:12:14 2020 (r523680)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549892543
-SHA256 (XML-LibXML-2.0134.tar.gz) = f0bca4d0c2da35d879fee4cd13f352014186cedab27ab5e191f39b5d7d4f46cf
-SIZE (XML-LibXML-2.0134.tar.gz) = 470593
+TIMESTAMP = 1579531378
+SHA256 (XML-LibXML-2.0202.tar.gz) = cc2b02c5e9829c363173bfcfaf9321f8d72c30301df3f8842be356776569e2ae
+SIZE (XML-LibXML-2.0202.tar.gz) = 463882
Added: head/textproc/p5-XML-LibXML/files/patch-Makefile.PL
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-XML-LibXML/files/patch-Makefile.PL Mon Jan 20 20:12:14 2020 (r523680)
@@ -0,0 +1,27 @@
+--- Makefile.PL.orig 2020-01-13 09:13:13 UTC
++++ Makefile.PL
+@@ -17,12 +17,10 @@ use warnings;
+
+ require 5.008001;
+
+-use Alien::Libxml2;
+ use ExtUtils::MakeMaker;
+ use Config;
+
+ my %ConfigReqs = (
+- "Alien::Libxml2" => 0,
+ "Config" => 0,
+ "ExtUtils::MakeMaker" => 0,
+ );
+@@ -68,8 +66,9 @@ my %prereqs = (
+ my %xsbuild = (
+ DEFINE => '-DHAVE_UTF8',
+ OBJECT => '$(O_FILES)',
+- CCFLAGS => Alien::Libxml2->cflags . " $Config{ccflags}",
+- LIBS => [ Alien::Libxml2->libs ],
++ CCFLAGS => " $Config{ccflags}",
++ INC => "-I$ENV{LOCALBASE}/include/libxml2 -I/usr/include",
++ LIBS => "-L$ENV{LOCALBASE}/lib -lxml2 -L/usr/lib -llzma -lm -lz",
+ );
+
+ my %WriteMakefileArgs = (
More information about the svn-ports-head
mailing list