View | Details | Raw Unified | Return to bug 275267
Collapse All | Expand All

(-)b/net/p5-IO-Socket-INET6/Makefile (-2 / +4 lines)
Lines 1-6 Link Here
1
PORTNAME=	IO-Socket-INET6
1
PORTNAME=	IO-Socket-INET6
2
PORTVERSION=	2.72
2
PORTVERSION=	2.73
3
PORTREVISION=	1
4
CATEGORIES=	net perl5
3
CATEGORIES=	net perl5
5
MASTER_SITES=	CPAN
4
MASTER_SITES=	CPAN
6
MASTER_SITE_SUBDIR=	CPAN:SHLOMIF
5
MASTER_SITE_SUBDIR=	CPAN:SHLOMIF
Lines 15-20 LICENSE_COMB= dual Link Here
15
14
16
BUILD_DEPENDS=	${RUN_DEPENDS}
15
BUILD_DEPENDS=	${RUN_DEPENDS}
17
RUN_DEPENDS=	p5-Socket6>=0.12:net/p5-Socket6
16
RUN_DEPENDS=	p5-Socket6>=0.12:net/p5-Socket6
17
TEST_DEPENDS=	p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage \
18
		p5-Test-Pod>=1.14:devel/p5-Test-Pod \
19
		p5-Test-TrailingSpace>=0:devel/p5-Test-TrailingSpace
18
20
19
USES=		perl5
21
USES=		perl5
20
USE_PERL5=	configure
22
USE_PERL5=	configure
(-)b/net/p5-IO-Socket-INET6/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (IO-Socket-INET6-2.72.tar.gz) = 85e020fa179284125fc1d08e60a9022af3ec1271077fe14b133c1785cdbf1ebb
1
TIMESTAMP = 1700685367
2
SIZE (IO-Socket-INET6-2.72.tar.gz) = 27615
2
SHA256 (IO-Socket-INET6-2.73.tar.gz) = b6da746853253d5b4ac43191b4f69a4719595ee13a7ca676a8054cf36e6d16bb
3
SIZE (IO-Socket-INET6-2.73.tar.gz) = 27786
(-)b/net/p5-IO-Socket-INET6/pkg-descr (-1 / +2 lines)
Lines 3-5 in the AF_INET6 domain. It is built upon the IO::Socket interface and Link Here
3
inherits all the methods defined by IO::Socket. As a consequence, this module
3
inherits all the methods defined by IO::Socket. As a consequence, this module
4
is protocol independent, it can run both IPv6 & IPv4, when DNS names are
4
is protocol independent, it can run both IPv6 & IPv4, when DNS names are
5
passed.
5
passed.
6
- 
6
7
Deprecated in favour of port net/p5-IO-Socket-IP

Return to bug 275267