1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to 1.63, take maintainership.

Changes:	http://search.cpan.org/src/PAJAS/XML-LibXSLT-1.63/Changes
This commit is contained in:
Sergey Skvortsov 2007-09-27 15:02:44 +00:00
parent 5b7f58b1d7
commit 2cd7f5dfbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200176
3 changed files with 17 additions and 17 deletions

View File

@ -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

View File

@ -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

View File

@ -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";