- upgrade to version 2.31
- add HOMEPAGE - update MASTER_SITES - bump NEED_VERSION -- Ok'd by maintainer
This commit is contained in:
parent
2d54e33d39
commit
8e4feadff9
@ -1,14 +1,16 @@
|
|||||||
# $OpenBSD: Makefile,v 1.5 2002/05/14 12:07:10 naddy Exp $
|
# $OpenBSD: Makefile,v 1.6 2002/06/27 05:52:02 kevlo Exp $
|
||||||
|
|
||||||
COMMENT= "perl module for parsing XML documents"
|
COMMENT= "perl module for parsing XML documents"
|
||||||
|
|
||||||
DISTNAME= XML-Parser-2.30
|
DISTNAME= XML-Parser-2.31
|
||||||
PKGNAME= p5-XML-Parser-2.30
|
PKGNAME= p5-${DISTNAME}
|
||||||
DISTFILES= XML-Parser.2.30${EXTRACT_SUFX}
|
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
NEED_VERSION= 1.515
|
NEED_VERSION= 1.531
|
||||||
|
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
HOMEPAGE= http://wwwx.netheaven.com/~coopercc/xmlparser/
|
||||||
|
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} \
|
||||||
|
${HOMEPAGE}
|
||||||
|
|
||||||
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (XML-Parser.2.30.tar.gz) = 1729859ea9db2718c86c23dfc2ab3c6f
|
MD5 (XML-Parser-2.31.tar.gz) = 01f136a5f71631845979fd2b797b3ce3
|
||||||
RMD160 (XML-Parser.2.30.tar.gz) = a409b7c852117108ed68383f675cfe0eae3fdb08
|
RMD160 (XML-Parser-2.31.tar.gz) = 2d9448d8f5f2c1b419977505e8f68662fb811fba
|
||||||
SHA1 (XML-Parser.2.30.tar.gz) = 1626c959e40446b5c71ce9d4477bc862b6c4ea07
|
SHA1 (XML-Parser-2.31.tar.gz) = f5d5a888c936fc124babd111062fa93f81d269b3
|
||||||
|
@ -9,3 +9,5 @@ These options are then passed on to the Expat object on each parse
|
|||||||
call. They can also be given as extra arguments to the parse methods,
|
call. They can also be given as extra arguments to the parse methods,
|
||||||
in which case they override options given at XML::Parser creation
|
in which case they override options given at XML::Parser creation
|
||||||
time.
|
time.
|
||||||
|
|
||||||
|
WWW: ${HOMEPAGE}
|
||||||
|
Loading…
Reference in New Issue
Block a user