From 260382bc3f9fb61838344b47e655c93e5b3434d9 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 19 May 2019 21:53:50 +0000 Subject: [PATCH] Update to 6.19 - Update pkg-descr - Take maintainership Changes: https://metacpan.org/changes/distribution/Net-HTTP --- net/p5-Net-HTTP/Makefile | 7 ++++--- net/p5-Net-HTTP/distinfo | 6 +++--- net/p5-Net-HTTP/pkg-descr | 11 ++++++++--- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/net/p5-Net-HTTP/Makefile b/net/p5-Net-HTTP/Makefile index 653031b62b11..53efebf33678 100644 --- a/net/p5-Net-HTTP/Makefile +++ b/net/p5-Net-HTTP/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= Net-HTTP -PORTVERSION= 6.18 +PORTVERSION= 6.19 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Low-level HTTP client LICENSE= ART10 GPLv1+ @@ -18,8 +18,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-IO-Socket-SSL>=1.38:security/p5-IO-Socket-SSL \ p5-URI>=0:net/p5-URI -NO_ARCH= yes USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include diff --git a/net/p5-Net-HTTP/distinfo b/net/p5-Net-HTTP/distinfo index 4f26ab089cc6..8efd1f3ca0db 100644 --- a/net/p5-Net-HTTP/distinfo +++ b/net/p5-Net-HTTP/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525963106 -SHA256 (Net-HTTP-6.18.tar.gz) = 7e42df2db7adce3e0eb4f78b88c450f453f5380f120fd5411232e03374ba951c -SIZE (Net-HTTP-6.18.tar.gz) = 38745 +TIMESTAMP = 1558180589 +SHA256 (Net-HTTP-6.19.tar.gz) = 52b76ec13959522cae64d965f15da3d99dcb445eddd85d2ce4e4f4df385b2fc4 +SIZE (Net-HTTP-6.19.tar.gz) = 36937 diff --git a/net/p5-Net-HTTP/pkg-descr b/net/p5-Net-HTTP/pkg-descr index 9a9c29b664b2..a445bf010ece 100644 --- a/net/p5-Net-HTTP/pkg-descr +++ b/net/p5-Net-HTTP/pkg-descr @@ -1,5 +1,10 @@ -The Net::HTTP class is a low-level HTTP client that supports HTTP/1.0 and -HTTP/1.1. An instance of the Net::HTTP class represents a connection to an HTTP -server. +The Net::HTTP class is a low-level HTTP client. An instance of the Net::HTTP +class represents a connection to an HTTP server. The HTTP protocol is described +in RFC 2616. The Net::HTTP class supports HTTP/1.0 and HTTP/1.1. + +Net::HTTP is a sub-class of one of IO::Socket::IP (IPv6+IPv4), IO::Socket::INET6 +(IPv6+IPv4), or IO::Socket::INET (IPv4 only). You can mix the methods described +below with reading and writing from the socket directly. This is not necessary a +good idea, unless you know what you are doing. WWW: https://metacpan.org/release/Net-HTTP