From 2cd7f5dfbc47ac3a0faf3f466cc34a560b4c2ccb Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Thu, 27 Sep 2007 15:02:44 +0000 Subject: [PATCH] Update to 1.63, take maintainership. Changes: http://search.cpan.org/src/PAJAS/XML-LibXSLT-1.63/Changes --- textproc/p5-XML-LibXSLT/Makefile | 4 ++-- textproc/p5-XML-LibXSLT/distinfo | 6 ++--- .../p5-XML-LibXSLT/files/patch-Makefile.PL | 24 +++++++++---------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/textproc/p5-XML-LibXSLT/Makefile b/textproc/p5-XML-LibXSLT/Makefile index 6005f02045e6..c94ef0cd72e6 100644 --- a/textproc/p5-XML-LibXSLT/Makefile +++ b/textproc/p5-XML-LibXSLT/Makefile @@ -6,13 +6,13 @@ # PORTNAME= XML-LibXSLT -PORTVERSION= 1.59 +PORTVERSION= 1.63 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= skv@FreeBSD.org COMMENT= Perl interface to the GNOME XSLT library BUILD_DEPENDS= ${PERL_ABASE}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML diff --git a/textproc/p5-XML-LibXSLT/distinfo b/textproc/p5-XML-LibXSLT/distinfo index 26e7d522343b..f1b8747ad654 100644 --- a/textproc/p5-XML-LibXSLT/distinfo +++ b/textproc/p5-XML-LibXSLT/distinfo @@ -1,3 +1,3 @@ -MD5 (XML-LibXSLT-1.59.tar.gz) = d93340c0ac1930e7767040d8112db973 -SHA256 (XML-LibXSLT-1.59.tar.gz) = 9d0b2330ad6dc0d8ba9a9574b229eb0dd43592e928a47bb6edd141c985fcc6eb -SIZE (XML-LibXSLT-1.59.tar.gz) = 32002 +MD5 (XML-LibXSLT-1.63.tar.gz) = 684dfa3a7eee08cd2f9a3459a6cc1125 +SHA256 (XML-LibXSLT-1.63.tar.gz) = 5d6d87c64ab640c7d892a5897d367134311de559b44c3d1f8eadb64098929352 +SIZE (XML-LibXSLT-1.63.tar.gz) = 41023 diff --git a/textproc/p5-XML-LibXSLT/files/patch-Makefile.PL b/textproc/p5-XML-LibXSLT/files/patch-Makefile.PL index 1fce0ff9cc80..5c82241eb393 100644 --- a/textproc/p5-XML-LibXSLT/files/patch-Makefile.PL +++ b/textproc/p5-XML-LibXSLT/files/patch-Makefile.PL @@ -1,12 +1,12 @@ ---- Makefile.PL.orig Wed Nov 14 14:11:45 2001 -+++ Makefile.PL Thu Dec 6 15:43:24 2001 -@@ -21,9 +21,6 @@ - # get libs and inc from gnome-config - eval { - print "running xslt-config... "; -- my $ver = backtick('xslt-config --version'); -- my ($major, $minor, $point) = $ver =~ /(\d+)\.(\d+)\.(\d+)/g; -- die "VERSION" unless $major > 1 || $minor > 0 || $point >= 6; - $config{LIBS} ||= backtick('xslt-config --libs'); - $config{INC} ||= backtick('xslt-config --cflags'); - print "ok\n"; +--- Makefile.PL.orig Sat Sep 8 18:11:19 2007 ++++ Makefile.PL Thu Sep 27 14:29:35 2007 +@@ -30,9 +30,6 @@ + # get libs and inc from gnome-config + eval { + print "running xslt-config... "; +- my $ver = backtick("$xsltcfg --version"); +- my ($major, $minor, $point) = $ver =~ /(\d+)\.(\d+)\.(\d+)/g; +- die "VERSION" unless $major > 1 || $minor > 0 || $point >= 6; + $config{LIBS} ||= backtick("$xsltcfg --libs"); + $config{INC} ||= backtick("$xsltcfg --cflags"); + print "ok\n";