diff options
author | sno <sno@pkgsrc.org> | 2010-09-10 05:21:49 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-09-10 05:21:49 +0000 |
commit | 9c7457f6e53d1a25ae67ceea311b541bf864bbd4 (patch) | |
tree | 8f715ac6cee7d7c524a96f560a732c713b79174d /www/p5-Rose-URI | |
parent | bab7f60d6c0ce923554e0d51464836e948f0d451 (diff) | |
download | pkgsrc-9c7457f6e53d1a25ae67ceea311b541bf864bbd4.tar.gz |
Updating www/p5-Rose-URI from 0.50nb1 to 1.00
pkgsrc changes:
- add license definition
- adjust dependency format for dependencies without minimum version
Upstream changes:
1.00 (03.17.2010) - John Siracusa <siracusa@gmail.com>
* Updated tests to accomodate new default escaping rules in
URI::Escape 3.30 (and, presumably, later versions).
* Bumped version number to reflect API stability.
Diffstat (limited to 'www/p5-Rose-URI')
-rw-r--r-- | www/p5-Rose-URI/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Rose-URI/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www/p5-Rose-URI/Makefile b/www/p5-Rose-URI/Makefile index 6c6a893775d..cc9044306ca 100644 --- a/www/p5-Rose-URI/Makefile +++ b/www/p5-Rose-URI/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.4 2010/08/21 16:37:05 seb Exp $ +# $NetBSD: Makefile,v 1.5 2010/09/10 05:21:49 sno Exp $ -DISTNAME= Rose-URI-0.50 +DISTNAME= Rose-URI-1.00 PKGNAME= p5-${DISTNAME}0 -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Rose-URI/ COMMENT= URI class for easy and efficient manipulation of URI components +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Rose-Object>=0.15:../../devel/p5-Rose-Object -DEPENDS+= p5-URI>=0:../../www/p5-URI +DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Rose/URI/.packlist diff --git a/www/p5-Rose-URI/distinfo b/www/p5-Rose-URI/distinfo index 945c00eb071..e2c59aa7cd9 100644 --- a/www/p5-Rose-URI/distinfo +++ b/www/p5-Rose-URI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/12/16 21:44:06 he Exp $ +$NetBSD: distinfo,v 1.3 2010/09/10 05:21:49 sno Exp $ -SHA1 (Rose-URI-0.50.tar.gz) = 4d1bb6e91b745e0aeb28bd603d3ee9c1379c7f87 -RMD160 (Rose-URI-0.50.tar.gz) = edcfc18fbf9b93bcf3b01cafc38da0d6b05b4048 -Size (Rose-URI-0.50.tar.gz) = 9045 bytes +SHA1 (Rose-URI-1.00.tar.gz) = 88136266469e54361cf3f86345a259ff39a0b6e6 +RMD160 (Rose-URI-1.00.tar.gz) = 5d74213aed2c3db7eef8510abd8e72d8a195e23e +Size (Rose-URI-1.00.tar.gz) = 9260 bytes |