summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/p5-HTTP-Lite/Makefile6
-rw-r--r--www/p5-HTTP-Lite/distinfo9
-rw-r--r--www/p5-HTTP-Lite/patches/patch-aa17
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*/)
- {