diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-27 13:46:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-27 13:46:32 +0000 |
commit | 9c72d7f6c1578e7cdd8c7616eff9f9adea716860 (patch) | |
tree | 205ad6d2d183653196b865781955d0e69f25126e /www | |
parent | faebb703671f3925f1dd3706d6556b6649ecd92c (diff) | |
download | pkgsrc-9c72d7f6c1578e7cdd8c7616eff9f9adea716860.tar.gz |
Update to 1.4:
1.4 Sun Nov 7 09:30:29 GMT 2004
- More fixes from the fantastic Mr Thurn
1.3 Fri Oct 15 16:24:47 BST 2004
- Fixes from Martin Thurn
1.2 Wed Sep 8 16:32:28 BST 2004
- Fix UK template layout
1.1 Wed Jun 2 09:57:59 BST 2004
- Changes to US template layout
1.0 Tue Dec 16 14:55:15 2003
- switch to using Template::Extract
- add more fields
- cleanup
0.9 Tue Feb 11 12:30:16 2003
- set User Agent again to fix weirdness
- ASIN format has changed
0.85 Fri Oct 25 17:43:12 2002
- Fix some minor bugs
0.8 Mon Aug 36 10:25:33 2002
- Amazon changed the layout of their .com pages
so this heroic patch from the mysteriously
named Artimage fixes it. Actually he fixed it ages
ago it's just I was too slack to apply it and figure out
some stuff.
0.7 Wed Feb 27 13:10:56 2002
- there was some cruft creeping in if it was a DVD.
All fixed now :)
0.66 Tue Dec 18 17:28:54 2001
- fixed mistake in amazonwish documentation about where
your settings are saved.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-Amazon-Wishlist/Makefile | 10 | ||||
-rw-r--r-- | www/p5-WWW-Amazon-Wishlist/distinfo | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/www/p5-WWW-Amazon-Wishlist/Makefile b/www/p5-WWW-Amazon-Wishlist/Makefile index c2900904455..bf014125002 100644 --- a/www/p5-WWW-Amazon-Wishlist/Makefile +++ b/www/p5-WWW-Amazon-Wishlist/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:31:03 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2007/02/27 13:46:32 wiz Exp $ # -DISTNAME= WWW-Amazon-Wishlist-0.65 +DISTNAME= WWW-Amazon-Wishlist-1.4 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 SVR4_PKGNAME= p5waw CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.cpan.org/modules/by-module/WWW/WWW-Amazon-Wishlist-0.65.readme +HOMEPAGE= http://search.cpan.org/dist/WWW-Amazon-Wishlist/ COMMENT= Perl5 module to get details from your Amazon wishlist -DEPENDS+= p5-libwww-*:../../www/p5-libwww +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +DEPENDS+= p5-Template-Extract-[0-9]*:../../www/p5-Template-Extract PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/www/p5-WWW-Amazon-Wishlist/distinfo b/www/p5-WWW-Amazon-Wishlist/distinfo index c799fb6ed3c..4165b687651 100644 --- a/www/p5-WWW-Amazon-Wishlist/distinfo +++ b/www/p5-WWW-Amazon-Wishlist/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 14:08:37 wiz Exp $ +$NetBSD: distinfo,v 1.3 2007/02/27 13:46:32 wiz Exp $ -SHA1 (WWW-Amazon-Wishlist-0.65.tar.gz) = d3c752cdd202c50d097efb459dc2d5c6a7ff13f3 -RMD160 (WWW-Amazon-Wishlist-0.65.tar.gz) = dcbd2dfe3d7e7b75b7a5353ab2352b639cded50a -Size (WWW-Amazon-Wishlist-0.65.tar.gz) = 6591 bytes +SHA1 (WWW-Amazon-Wishlist-1.4.tar.gz) = 9e75aaaf3a10ee3af886024755cde1ca007ffe2d +RMD160 (WWW-Amazon-Wishlist-1.4.tar.gz) = fb6f9fb00ed2793803e530806e704b43b551dcac +Size (WWW-Amazon-Wishlist-1.4.tar.gz) = 8058 bytes |