- upgrade to version 2.31

- add HOMEPAGE
- update MASTER_SITES
- bump NEED_VERSION
--
Ok'd by maintainer
This commit is contained in:
kevlo 2002-06-27 05:52:02 +00:00
parent 2d54e33d39
commit 8e4feadff9
3 changed files with 13 additions and 9 deletions

View File

@ -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"
DISTNAME= XML-Parser-2.30
PKGNAME= p5-XML-Parser-2.30
DISTFILES= XML-Parser.2.30${EXTRACT_SUFX}
DISTNAME= XML-Parser-2.31
PKGNAME= p5-${DISTNAME}
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>

View File

@ -1,3 +1,3 @@
MD5 (XML-Parser.2.30.tar.gz) = 1729859ea9db2718c86c23dfc2ab3c6f
RMD160 (XML-Parser.2.30.tar.gz) = a409b7c852117108ed68383f675cfe0eae3fdb08
SHA1 (XML-Parser.2.30.tar.gz) = 1626c959e40446b5c71ce9d4477bc862b6c4ea07
MD5 (XML-Parser-2.31.tar.gz) = 01f136a5f71631845979fd2b797b3ce3
RMD160 (XML-Parser-2.31.tar.gz) = 2d9448d8f5f2c1b419977505e8f68662fb811fba
SHA1 (XML-Parser-2.31.tar.gz) = f5d5a888c936fc124babd111062fa93f81d269b3

View File

@ -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,
in which case they override options given at XML::Parser creation
time.
WWW: ${HOMEPAGE}