diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-01-23 20:20:24 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-01-23 20:20:24 +0000 |
commit | e086d5f473b1231d7c33e1784364e5bdb75df2b1 (patch) | |
tree | 37530f969511cff36d98811b7d3cd14dd144a893 /textproc/p5-XML-Sablotron | |
parent | Updated to version 0.81, (diff) |
Updated to 0.80, minor fixes.
Approved by: tobez
Diffstat (limited to 'textproc/p5-XML-Sablotron')
-rw-r--r-- | textproc/p5-XML-Sablotron/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-XML-Sablotron/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Sablotron/pkg-descr | 3 |
3 files changed, 9 insertions, 6 deletions
diff --git a/textproc/p5-XML-Sablotron/Makefile b/textproc/p5-XML-Sablotron/Makefile index d04fbe1839b0..9f24fb18284d 100644 --- a/textproc/p5-XML-Sablotron/Makefile +++ b/textproc/p5-XML-Sablotron/Makefile @@ -6,17 +6,16 @@ # PORTNAME= XML-Sablotron -PORTVERSION= 0.71 -PORTREVISION= 1 +PORTVERSION= 0.80 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://download-2.gingerall.cz/download/sablot/ MASTER_SITE_SUBDIR= XML PKGNAMEPREFIX= p5- -MAINTAINER= skv@protey.ru +MAINTAINER= skv@FreeBSD.org -LIB_DEPENDS= sablot.66:${PORTSDIR}/textproc/sablotron \ +LIB_DEPENDS= sablot.67:${PORTSDIR}/textproc/sablotron \ iconv.2:${PORTSDIR}/converters/iconv PERL_CONFIGURE= yes @@ -31,7 +30,8 @@ post-patch: @${PERL} -pi -e 's,%%PREFIX%%,${PREFIX},g' \ ${WRKSRC}/Sablotron/Makefile.PL -MAN3= XML::Sablotron.3 XML::Sablotron::DOM.3 +MAN3= XML::Sablotron.3 XML::Sablotron::DOM.3 \ + XML::Sablotron::SAXBuilder.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/textproc/p5-XML-Sablotron/distinfo b/textproc/p5-XML-Sablotron/distinfo index fb7f7dcce73e..bd7021f595f3 100644 --- a/textproc/p5-XML-Sablotron/distinfo +++ b/textproc/p5-XML-Sablotron/distinfo @@ -1 +1 @@ -MD5 (XML-Sablotron-0.71.tar.gz) = cb5d14d77b1c637b29713d260925ce73 +MD5 (XML-Sablotron-0.80.tar.gz) = c5ba38eba39798f87eea65a844652850 diff --git a/textproc/p5-XML-Sablotron/pkg-descr b/textproc/p5-XML-Sablotron/pkg-descr index 11e291c2f3f5..2871fd0a764e 100644 --- a/textproc/p5-XML-Sablotron/pkg-descr +++ b/textproc/p5-XML-Sablotron/pkg-descr @@ -1,3 +1,6 @@ a Perl interface to the Sablotron XSLT processor WWW: http://www.gingerall.com/ + +-- Sergey Skvortsov +skv@FreeBSD.org |