diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-16 16:23:17 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-16 16:23:17 +0000 |
commit | 7ce286b7924a1e0e12da8c1b600d202c2c271e4a (patch) | |
tree | 80774f5d5a0f084faed0c08b50a10a484a42678b /www/p5-URI-Fetch | |
parent | 250066b489bd76fef6fb827f1bd6186f349fc7ad (diff) | |
download | pkgsrc-7ce286b7924a1e0e12da8c1b600d202c2c271e4a.tar.gz |
Updated p5-URI-Fetch to 0.09.
Changes from previous:
0.09 2011.01.28
- Use $ua->env_proxy to load local proxy settings. (RT 53819)
- Skip tests if we don't have a network connection. (RT 28388, 59694)
- Removed sign() and auto_install() from Makefile.PL.
- Removed magic svn keywords.
- Added author tests (xt/) and modified SYNOPSIS for all modules to
make them pass the compilation test.
Diffstat (limited to 'www/p5-URI-Fetch')
-rw-r--r-- | www/p5-URI-Fetch/Makefile | 6 | ||||
-rw-r--r-- | www/p5-URI-Fetch/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-URI-Fetch/Makefile b/www/p5-URI-Fetch/Makefile index fd058be8605..6407e4ab9bc 100644 --- a/www/p5-URI-Fetch/Makefile +++ b/www/p5-URI-Fetch/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2011/08/14 16:06:11 obache Exp $ +# $NetBSD: Makefile,v 1.6 2011/10/16 16:23:17 hiramatsu Exp $ # -DISTNAME= URI-Fetch-0.08 +DISTNAME= URI-Fetch-0.09 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 SVR4_PKGNAME= p5urf CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} @@ -11,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/URI-Fetch/ COMMENT= Perl module to intelligently fetch syndication feeds +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir diff --git a/www/p5-URI-Fetch/distinfo b/www/p5-URI-Fetch/distinfo index 73143864db5..5e63c651267 100644 --- a/www/p5-URI-Fetch/distinfo +++ b/www/p5-URI-Fetch/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/05/04 21:44:57 heinz Exp $ +$NetBSD: distinfo,v 1.2 2011/10/16 16:23:17 hiramatsu Exp $ -SHA1 (URI-Fetch-0.08.tar.gz) = 86aa6d1d18353f211be3a2186aac65a5f10950e7 -RMD160 (URI-Fetch-0.08.tar.gz) = b60dcb4c812fb28da72357426ca57d9e90675970 -Size (URI-Fetch-0.08.tar.gz) = 25610 bytes +SHA1 (URI-Fetch-0.09.tar.gz) = 5afcf5aa46185fb170e1aea2271bdf30332b53d1 +RMD160 (URI-Fetch-0.09.tar.gz) = a1c56ac0128bd261d8c5deb2aa1e11dc28f41789 +Size (URI-Fetch-0.09.tar.gz) = 51315 bytes |