diff options
author | mef <mef@pkgsrc.org> | 2015-01-12 07:37:07 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-01-12 07:37:07 +0000 |
commit | 428f12100d523c67041cca3808b829d7b40ca39e (patch) | |
tree | 0cc1add772cb550e6748a7d80ddaa750dd380ad2 /www/p5-HTTP-Lite | |
parent | d1aa7c1346c423f3a07ce1ece01083568646d218 (diff) | |
download | pkgsrc-428f12100d523c67041cca3808b829d7b40ca39e.tar.gz |
Update 2.4 to 2.43
------------------
2.43 2014-01-29
- Directed people to HTTP::Tiny and LWP at the start of the doc
- Added links to better modules in SEE ALSO
- Added "use warnings" (!)
- Moved test.pl into t/original-tests.t
2.42 2013-07-21
- Fixed typos reported by David Steinbrunner (thanks!)
2.41 2013-07-20
- Reformatted this file according to CPAN::Changes::Spec
Diffstat (limited to 'www/p5-HTTP-Lite')
-rw-r--r-- | www/p5-HTTP-Lite/Makefile | 8 | ||||
-rw-r--r-- | www/p5-HTTP-Lite/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www/p5-HTTP-Lite/Makefile b/www/p5-HTTP-Lite/Makefile index 8921338ded2..f0260ea91a7 100644 --- a/www/p5-HTTP-Lite/Makefile +++ b/www/p5-HTTP-Lite/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2014/10/09 14:07:11 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/01/12 07:37:07 mef Exp $ -DISTNAME= HTTP-Lite-2.4 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +DISTNAME= HTTP-Lite-2.43 +# Preparing if next release is 2.5 (rather than 2.50, use 2.4.3) +PKGNAME= p5-${DISTNAME:C/([0-9])\.([0-9])([0-9]*)/\1.\2.\3/} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} diff --git a/www/p5-HTTP-Lite/distinfo b/www/p5-HTTP-Lite/distinfo index 7d301f7dc19..d2ad28f712d 100644 --- a/www/p5-HTTP-Lite/distinfo +++ b/www/p5-HTTP-Lite/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/07/25 14:57:22 wen Exp $ +$NetBSD: distinfo,v 1.5 2015/01/12 07:37:07 mef Exp $ -SHA1 (HTTP-Lite-2.4.tar.gz) = c1ca54e2a082497ddf0ff187e9c57b3b87c3ca5d -RMD160 (HTTP-Lite-2.4.tar.gz) = 1af723efcac51ef48bf201b6a1e457c04f9f05c7 -Size (HTTP-Lite-2.4.tar.gz) = 306147 bytes +SHA1 (HTTP-Lite-2.43.tar.gz) = 9e649a5f7ac53da0632c32ef1ce67e2e77f61584 +RMD160 (HTTP-Lite-2.43.tar.gz) = 41d1e589c795db042c4433d961bf723984ad2d24 +Size (HTTP-Lite-2.43.tar.gz) = 306320 bytes |