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
This commit is contained in:
parent
985879167e
commit
a83587ab93
2 changed files with 11 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue