diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-07 11:37:44 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-07 11:37:44 +0000 |
commit | fa4635b78c41a4c6d6c14c05927c8e1fc6263e86 (patch) | |
tree | 3834848be3aa3b51aa7ae1f7b12404d064aa27ed | |
parent | f7bfa495929e9c355ccb2bb84d0fae14f5192b15 (diff) | |
download | pkgsrc-fa4635b78c41a4c6d6c14c05927c8e1fc6263e86.tar.gz |
Update p5-WWW-Shorten to 3.02.
Changes from previous:
2010-12-06 Dave Cross <dave@dave.org.uk>
* lib/WWW/Shorten.pm: Bump version number for release.
* bin/shorten: Be far more intelligent about the code that allows the user to
choose which service to use.
* MANIFEST.SKIP: Added MYMETA.yml to MANIFEST.SKIP.
* bin/shorten: Default to using a service that we currently support.
* Build.PL, lib/WWW/Shorten.pm: Added Config::Auto to list of dependencies
(it's used by the shorten program). Bumped version for release.
-rw-r--r-- | www/p5-WWW-Shorten/Makefile | 6 | ||||
-rw-r--r-- | www/p5-WWW-Shorten/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-WWW-Shorten/Makefile b/www/p5-WWW-Shorten/Makefile index 45a3f538e65..1d5bb31d907 100644 --- a/www/p5-WWW-Shorten/Makefile +++ b/www/p5-WWW-Shorten/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.5 2011/08/14 16:06:12 obache Exp $ +# $NetBSD: Makefile,v 1.6 2011/10/07 11:37:44 hiramatsu Exp $ -DISTNAME= WWW-Shorten-3.00 +DISTNAME= WWW-Shorten-3.02 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 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} PKG_DESTDIR_SUPPORT= user-destdir diff --git a/www/p5-WWW-Shorten/distinfo b/www/p5-WWW-Shorten/distinfo index 6677f389618..03b8a7c8816 100644 --- a/www/p5-WWW-Shorten/distinfo +++ b/www/p5-WWW-Shorten/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/04/22 04:27:07 seb Exp $ +$NetBSD: distinfo,v 1.4 2011/10/07 11:37:44 hiramatsu Exp $ -SHA1 (WWW-Shorten-3.00.tar.gz) = bc48cc93c7e6960f220478ab5a588b55f281aba9 -RMD160 (WWW-Shorten-3.00.tar.gz) = 145b3b3d1f7bd4f715fb096d06970d318b4e7973 -Size (WWW-Shorten-3.00.tar.gz) = 28294 bytes +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 |