summaryrefslogtreecommitdiff
path: root/www/p5-libwww/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-10-21 13:12:27 +0000
committerobache <obache@pkgsrc.org>2008-10-21 13:12:27 +0000
commit3d30cc1bdf6d5cb16adb8e30a20c231005122b9e (patch)
tree86aaec50813cd05c7abdec97b0677defbde9375f /www/p5-libwww/Makefile
parentd41ebb40b3b60684f4f425124b22e285e01acded (diff)
downloadpkgsrc-3d30cc1bdf6d5cb16adb8e30a20c231005122b9e.tar.gz
Update p5-libwww to 5.819.
Pkgsrc changes: Fixes "libwww-aliases" option, reported by PR 39776. The knob for command aliases was changed when update to 5.815(?), it is disabled by default, and libwww-alias option is no effect since the update. So remove it from PKG_SUGGESTED_OPTIONS. Changes: 2008-10-20 Release 5.819 Gisle Aas (2): Don't override $Net::HTTPS::SSL_SOCKET_CLASS if it's already set. Wrong content handlers would sometimes be skipped [RT#40187] 2008-10-16 Release 5.818 Gisle Aas (8): Use deflate compression instead of gzip for the test Simplify; Get rid of the $USE_STORABLE_DCLONE configuration Add dump method to HTTP::Message. Use $res->dump instead of rolling our own. Layout change; move headers() methods to a more logical place. Add support for x-bzip2 encoding; fix bzip2 decoding. Add send_header method to HTTP::Daemon Make the lwp-request User-Agent string include the LWP version. Slaven Rezic (1): clone implemented in terms of Storable::dclone [RT#39611]
Diffstat (limited to 'www/p5-libwww/Makefile')
-rw-r--r--www/p5-libwww/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile
index c942990cd43..656676e15e5 100644
--- a/www/p5-libwww/Makefile
+++ b/www/p5-libwww/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2008/10/19 19:19:17 he Exp $
+# $NetBSD: Makefile,v 1.62 2008/10/21 13:12:27 obache Exp $
-DISTNAME= libwww-perl-5.817
+DISTNAME= libwww-perl-5.819
PKGNAME= p5-${DISTNAME:S/-perl-/-/}
-PKGREVISION= 1
SVR4_PKGNAME= p5lww
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
@@ -14,7 +13,7 @@ COMMENT= Perl5 library for WWW access
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
+DEPENDS+= p5-Compress-Zlib>=1.10:../../devel/p5-Compress-Zlib
DEPENDS+= p5-Crypt-SSLeay>=0:../../security/p5-Crypt-SSLeay
DEPENDS+= p5-HTML-Parser>=3.33:../../www/p5-HTML-Parser
DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
@@ -31,10 +30,5 @@ MAKE_ENV+= INSTALL_ALIASES=${ALIASES} PERL_MM_USE_DEFAULT=1
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
-.if ${ALIASES} == "no"
-post-install:
- ${RM} -f ${PREFIX}/bin/HEAD
-.endif
-
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"