diff options
author | sno <sno> | 2009-11-21 14:36:37 +0000 |
---|---|---|
committer | sno <sno> | 2009-11-21 14:36:37 +0000 |
commit | 624c142816d39a7d0e855c36ae02a7e5a43aad69 (patch) | |
tree | 76e63b8c16d4bc05f2e435ac8cead294c0f30656 /www | |
parent | f62d6ed45e31ba125cfbe778d581b6b51442f4b6 (diff) | |
download | pkgsrc-624c142816d39a7d0e855c36ae02a7e5a43aad69.tar.gz |
Updating www/p5-HTTP-Lite from 2.1.6nb1 to 2.2
pkgsrc changes:
- Added license definition
- Removed test patch (test runs fine without)
Upstream changes:
2.2 Thu 1 Oct 2009
- Moved Lite.pm into lib directory
- Reversed the Changes file order to reverse chronological
- Moved to Makefile.PL to Module::Install to autodetect more things
- Add no_index entries for the test data
- Remove reliable on (partially) dead website for testing
- Now this module is mature and unlikely to change much, move to
a more stable and less complicated versioning scheme that suffers
less complications in the Perl toolchain. Also, dotted integers
without the use of something like version.pm isn't strictly
allowed.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTTP-Lite/Makefile | 6 | ||||
-rw-r--r-- | www/p5-HTTP-Lite/distinfo | 9 | ||||
-rw-r--r-- | www/p5-HTTP-Lite/patches/patch-aa | 17 |
3 files changed, 7 insertions, 25 deletions
diff --git a/www/p5-HTTP-Lite/Makefile b/www/p5-HTTP-Lite/Makefile index 19671b2759c..b236ea5a7f0 100644 --- a/www/p5-HTTP-Lite/Makefile +++ b/www/p5-HTTP-Lite/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2008/10/19 19:19:15 he Exp $ +# $NetBSD: Makefile,v 1.5 2009/11/21 14:36:37 sno Exp $ -DISTNAME= HTTP-Lite-2.1.6 +DISTNAME= HTTP-Lite-2.2 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5hl CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} @@ -10,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/HTTP-Lite/ COMMENT= Lightweight HTTP client implementation +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/www/p5-HTTP-Lite/distinfo b/www/p5-HTTP-Lite/distinfo index 8503977f703..1239915736a 100644 --- a/www/p5-HTTP-Lite/distinfo +++ b/www/p5-HTTP-Lite/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/08/22 21:46:13 minskim Exp $ +$NetBSD: distinfo,v 1.2 2009/11/21 14:36:38 sno Exp $ -SHA1 (HTTP-Lite-2.1.6.tar.gz) = dbba37219eb1628490ef8f7b8aafbc7f1f4223a3 -RMD160 (HTTP-Lite-2.1.6.tar.gz) = a2c95fe592c8ee3686b53a219a14cbb12c4d14ee -Size (HTTP-Lite-2.1.6.tar.gz) = 276955 bytes -SHA1 (patch-aa) = 536fe0a864e139b069a26e179993132fece92e9b +SHA1 (HTTP-Lite-2.2.tar.gz) = a4f374372352fb16cacaeacfb88b7969df1cffee +RMD160 (HTTP-Lite-2.2.tar.gz) = 746df0bcaab1fd31cd5427c7f8dca81e1a29c208 +Size (HTTP-Lite-2.2.tar.gz) = 302344 bytes diff --git a/www/p5-HTTP-Lite/patches/patch-aa b/www/p5-HTTP-Lite/patches/patch-aa deleted file mode 100644 index 6a5f4cc33a5..00000000000 --- a/www/p5-HTTP-Lite/patches/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2006/08/22 21:46:13 minskim Exp $ - ---- test.pl.orig 2003-02-10 15:13:57.000000000 -0600 -+++ test.pl -@@ -42,10 +42,10 @@ to be successful, as one many tests curr - - What is the full URL for the above? Enter 'none' to skip tests. - EOF --print STDERR "Location: [http://www.thetoybox.org/HTTP-Lite-Tests] "; -+print STDERR "Location: [http://www.toybox.ca/HTTP-Lite-Tests] "; - $testpath = <>; - chomp($testpath); --$testpath = $testpath ? $testpath : "http://www.thetoybox.org/HTTP-Lite-Tests"; -+$testpath = $testpath ? $testpath : "http://www.toybox.ca/HTTP-Lite-Tests"; - - if ($testpath =~ /\s*'*none'*\s*/) - { |