diff options
author | skv <skv@FreeBSD.org> | 2007-09-27 23:02:44 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2007-09-27 23:02:44 +0800 |
commit | 98c5365ec34b8ac405c3d0350a846f5ccc30cfa4 (patch) | |
tree | 1fe4849253b96222257aed776b48b0c09d93b1fb /textproc | |
parent | d2c336c69003ccfeae0ad81b6b4429cf8f5dfa51 (diff) | |
download | freebsd-ports-gnome-98c5365ec34b8ac405c3d0350a846f5ccc30cfa4.tar.gz freebsd-ports-gnome-98c5365ec34b8ac405c3d0350a846f5ccc30cfa4.tar.zst freebsd-ports-gnome-98c5365ec34b8ac405c3d0350a846f5ccc30cfa4.zip |
Update to 1.63, take maintainership.
Changes: http://search.cpan.org/src/PAJAS/XML-LibXSLT-1.63/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-LibXSLT/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-LibXSLT/distinfo | 6 | ||||
-rw-r--r-- | textproc/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"; |