diff options
author | he <he@pkgsrc.org> | 2008-08-17 14:49:36 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-08-17 14:49:36 +0000 |
commit | a83587ab9309a544230cca4e02ffaf159064ab33 (patch) | |
tree | ad0d3080a0c29bb9133c8f579d690139bb4b7c46 /net | |
parent | 985879167e2a087061a6e8429186c35f73c4fba5 (diff) | |
download | pkgsrc-a83587ab9309a544230cca4e02ffaf159064ab33.tar.gz |
Update from version 0.41nb1 to 0.50, OK'ed by maintainer.
Pkgsrc changes:
o Adjust dependencies to match the package's Makefile.PL
Upstream changes:
0.50 Patches by Michael Hendrick to enable compression and use
of 'warn' instead of print STDERR.
0.49 Patches by Michael Hendrick and Tim Keefer.
0.48 Changes ebay-search.pl to add --currency and --country
0.47 Added more Scripts
0.46 Fixed POD coverage; changed some scripts in a minor way
0.45 Updated listing script to submit picture URL.
0.44 Added dependency on DateTime::Precise
0.43 Changed stuff for new way of specifying pictures when listing items
0.42 Added _last_text variable to have the last original XML response value
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-eBay/Makefile | 10 | ||||
-rw-r--r-- | net/p5-Net-eBay/distinfo | 8 |
2 files changed, 11 insertions, 7 deletions
diff --git a/net/p5-Net-eBay/Makefile b/net/p5-Net-eBay/Makefile index 4b2aaee655e..3ec3a7c917f 100644 --- a/net/p5-Net-eBay/Makefile +++ b/net/p5-Net-eBay/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:40 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2008/08/17 14:49:36 he Exp $ -DISTNAME= Net-eBay-0.41 +DISTNAME= Net-eBay-0.50 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net perl5 www MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= abs@NetBSD.org HOMEPAGE= http://www.net-ebay.org/ +#HOMEPAGE= http://search.cpan.org/dist/Net-eBay/ COMMENT= Perl Interface to XML based eBay API PKG_DESTDIR_SUPPORT= user-destdir @@ -17,6 +17,10 @@ DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay DEPENDS+= p5-XML-Dumper-[0-9]*:../../textproc/p5-XML-Dumper DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree +DEPENDS+= p5-HTML-Format-[0-9]*:../../www/p5-HTML-Format +DEPENDS+= p5-HTML-PrettyPrinter-[0-9]*:../../www/p5-HTML-PrettyPrinter +DEPENDS+= p5-DateTime-Precise-[0-9]*:../../time/p5-DateTime-Precise REPLACE_PERL+= *.pl diff --git a/net/p5-Net-eBay/distinfo b/net/p5-Net-eBay/distinfo index 2b84b274d7f..b6d3877f195 100644 --- a/net/p5-Net-eBay/distinfo +++ b/net/p5-Net-eBay/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2007/04/23 13:24:13 abs Exp $ +$NetBSD: distinfo,v 1.3 2008/08/17 14:49:36 he Exp $ -SHA1 (Net-eBay-0.41.tar.gz) = 722a7cad9e675b18a5c0fd3d9d6903c287485864 -RMD160 (Net-eBay-0.41.tar.gz) = 5dab24952d8b96f896970b11cc4afed934af1609 -Size (Net-eBay-0.41.tar.gz) = 17645 bytes +SHA1 (Net-eBay-0.50.tar.gz) = 6e096b31ce5c273c1b1836abb5df57aedfd82b90 +RMD160 (Net-eBay-0.50.tar.gz) = 8b3b4d02dc089ccacf06b3ca1c0297870700f137 +Size (Net-eBay-0.50.tar.gz) = 21001 bytes |