diff options
author | skv <skv@FreeBSD.org> | 2004-12-16 19:09:36 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-12-16 19:09:36 +0800 |
commit | 2fd038998c43be6605be8de53dc63145c7c941c2 (patch) | |
tree | d120c45401ad005dc1667384a322b92621c873a3 | |
parent | 5f8c0ba079a7004bd98efedeb2910c706a3d9a27 (diff) | |
download | freebsd-ports-gnome-2fd038998c43be6605be8de53dc63145c7c941c2.tar.gz freebsd-ports-gnome-2fd038998c43be6605be8de53dc63145c7c941c2.tar.zst freebsd-ports-gnome-2fd038998c43be6605be8de53dc63145c7c941c2.zip |
Updated to 1.04
-rw-r--r-- | textproc/p5-XML-SAX-ExpatXS/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-XML-SAX-ExpatXS/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-XML-SAX-ExpatXS/pkg-descr | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/textproc/p5-XML-SAX-ExpatXS/Makefile b/textproc/p5-XML-SAX-ExpatXS/Makefile index 0d4e69ede5cb..e1f56f81bbe9 100644 --- a/textproc/p5-XML-SAX-ExpatXS/Makefile +++ b/textproc/p5-XML-SAX-ExpatXS/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-SAX-ExpatXS -PORTVERSION= 1.03 +PORTVERSION= 1.04 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML diff --git a/textproc/p5-XML-SAX-ExpatXS/distinfo b/textproc/p5-XML-SAX-ExpatXS/distinfo index 06e4141c91d4..10b8ec0810e4 100644 --- a/textproc/p5-XML-SAX-ExpatXS/distinfo +++ b/textproc/p5-XML-SAX-ExpatXS/distinfo @@ -1,2 +1,2 @@ -MD5 (XML-SAX-ExpatXS-1.03.tar.gz) = ba0448690d4be920f82a9d5e26960b8d -SIZE (XML-SAX-ExpatXS-1.03.tar.gz) = 162396 +MD5 (XML-SAX-ExpatXS-1.04.tar.gz) = bd0a77eb2c777d8bc44a17139d72f91b +SIZE (XML-SAX-ExpatXS-1.04.tar.gz) = 164056 diff --git a/textproc/p5-XML-SAX-ExpatXS/pkg-descr b/textproc/p5-XML-SAX-ExpatXS/pkg-descr index 8719ff264773..3c1970a06ba5 100644 --- a/textproc/p5-XML-SAX-ExpatXS/pkg-descr +++ b/textproc/p5-XML-SAX-ExpatXS/pkg-descr @@ -1,3 +1,5 @@ This module is an XS only implementation of PerlSAX2 parser using Expat. +It implements Perl SAX 2.1 interface. +WWW: http://perl-xml.sourceforge.net/perl-sax/ WWW: http://search.cpan.org/dist/XML-SAX-ExpatXS/ |