diff options
author | wen <wen> | 2013-01-26 13:59:45 +0000 |
---|---|---|
committer | wen <wen> | 2013-01-26 13:59:45 +0000 |
commit | e58004d6dc75ce80e4725b768636b037435d179f (patch) | |
tree | 126dda55cad39eb59450a34e4325dc7e5463f51e | |
parent | aeea242bb32b1e828142f108aed675ae393bc357 (diff) | |
download | pkgsrc-e58004d6dc75ce80e4725b768636b037435d179f.tar.gz |
Update to 3.03
Update LICENSE
Upstream changes:
2012-04-06 Dave Cross <dave@dave.org.uk>
* Artistic, Build.PL, COPYING, LICENCE, MANIFEST, lib/WWW/Shorten.pm,
lib/WWW/Shorten/UserAgent.pm: Licensing clean-up.
* MANIFEST: Added META.json to MANIFEST.
2012-03-01 Dave Cross <dave@dave.org.uk>
* lib/WWW/Shorten/UserAgent.pm: Added documentation.
* MANIFEST, lib/WWW/Shorten/UserAgent.pm, lib/WWW/Shorten/generic.pm: Added a
WWW::Shorten::UserAgent object which dies if it receives an HTTP error
response.
-rw-r--r-- | www/p5-WWW-Shorten/Makefile | 7 | ||||
-rw-r--r-- | www/p5-WWW-Shorten/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/p5-WWW-Shorten/Makefile b/www/p5-WWW-Shorten/Makefile index 8bc23da3f13..bceafff6484 100644 --- a/www/p5-WWW-Shorten/Makefile +++ b/www/p5-WWW-Shorten/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.8 2012/10/28 06:30:55 asau Exp $ +# $NetBSD: Makefile,v 1.9 2013/01/26 13:59:45 wen Exp $ -DISTNAME= WWW-Shorten-3.02 +DISTNAME= WWW-Shorten-3.03 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/WWW-Shorten/ COMMENT= Perl 5 module interface to URL shortening sites -LICENSE= ${PERL5_LICENSE} +LICENSE= artistic-2.0 USE_LANGUAGES= # empty PERL5_PACKLIST= auto/WWW/Shorten/.packlist diff --git a/www/p5-WWW-Shorten/distinfo b/www/p5-WWW-Shorten/distinfo index 03b8a7c8816..4520b0f1d80 100644 --- a/www/p5-WWW-Shorten/distinfo +++ b/www/p5-WWW-Shorten/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2011/10/07 11:37:44 hiramatsu Exp $ +$NetBSD: distinfo,v 1.5 2013/01/26 13:59:45 wen Exp $ -SHA1 (WWW-Shorten-3.02.tar.gz) = 57b691468b495d228a16fd9969f8ba3c36c36042 -RMD160 (WWW-Shorten-3.02.tar.gz) = fd41736ea926149366e1752d665a450e76fd3844 -Size (WWW-Shorten-3.02.tar.gz) = 33501 bytes +SHA1 (WWW-Shorten-3.03.tar.gz) = f0f220094c326f988073b83f47ed1332e363118d +RMD160 (WWW-Shorten-3.03.tar.gz) = 4dbd4e90219376bf3bd4d71b9bcfc0ac8036bcf4 +Size (WWW-Shorten-3.03.tar.gz) = 27936 bytes |