diff options
author | mat <mat@FreeBSD.org> | 2004-02-25 20:20:41 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-02-25 20:20:41 +0800 |
commit | e43be00264249cdca5ed7e7f9a4220fa5d090d13 (patch) | |
tree | dd8b8a5138ad4739b713e1a65b1ee3843c533916 /net/p5-IO-INET6 | |
parent | 67b8a82193fc33ba38d5960ca8beb2df5a6924ea (diff) | |
download | freebsd-ports-gnome-e43be00264249cdca5ed7e7f9a4220fa5d090d13.tar.gz freebsd-ports-gnome-e43be00264249cdca5ed7e7f9a4220fa5d090d13.tar.zst freebsd-ports-gnome-e43be00264249cdca5ed7e7f9a4220fa5d090d13.zip |
Update to 2.01
PR: 62689
Submitted by: maintainer
Diffstat (limited to 'net/p5-IO-INET6')
-rw-r--r-- | net/p5-IO-INET6/Makefile | 10 | ||||
-rw-r--r-- | net/p5-IO-INET6/distinfo | 3 | ||||
-rw-r--r-- | net/p5-IO-INET6/files/5.005_03.diff (renamed from net/p5-IO-INET6/files/patch-INET6.pm) | 0 | ||||
-rw-r--r-- | net/p5-IO-INET6/pkg-descr | 4 |
4 files changed, 13 insertions, 4 deletions
diff --git a/net/p5-IO-INET6/Makefile b/net/p5-IO-INET6/Makefile index fa80567e33a9..f13351ccb9df 100644 --- a/net/p5-IO-INET6/Makefile +++ b/net/p5-IO-INET6/Makefile @@ -6,7 +6,7 @@ # PORTNAME= INET6 -PORTVERSION= 1.28 +PORTVERSION= 2.01 CATEGORIES= net perl5 ipv6 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= IO @@ -22,4 +22,10 @@ MAN3= IO::Socket::INET6.3 PERL_CONFIGURE= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +EXTRA_PATCHES= ${PATCHDIR}/5.005_03.diff +.endif + +.include <bsd.port.post.mk> diff --git a/net/p5-IO-INET6/distinfo b/net/p5-IO-INET6/distinfo index 19d1046e6119..845a6f78ee3a 100644 --- a/net/p5-IO-INET6/distinfo +++ b/net/p5-IO-INET6/distinfo @@ -1 +1,2 @@ -MD5 (INET6-1.28.tar.gz) = 799199206d8d8641e11b33c0748a313e +MD5 (INET6-2.01.tar.gz) = 032a6e50c8c16e400836a9565cdb2f0b +SIZE (INET6-2.01.tar.gz) = 8628 diff --git a/net/p5-IO-INET6/files/patch-INET6.pm b/net/p5-IO-INET6/files/5.005_03.diff index 03f3cc9ffa4f..03f3cc9ffa4f 100644 --- a/net/p5-IO-INET6/files/patch-INET6.pm +++ b/net/p5-IO-INET6/files/5.005_03.diff diff --git a/net/p5-IO-INET6/pkg-descr b/net/p5-IO-INET6/pkg-descr index e2b4327d963c..d39177b8d527 100644 --- a/net/p5-IO-INET6/pkg-descr +++ b/net/p5-IO-INET6/pkg-descr @@ -1,5 +1,7 @@ IO::Socket::INET6 provides an object interface to creating and using sockets in the AF_INET6 domain. It is built upon the IO::Socket interface and -inherits all the methods defined by IO::Socket. +inherits all the methods defined by IO::Socket. As a consequence, this module +is protocol independent, it can run both IPv6 & IPv4, when DNS names are +passed. WWW: http://search.cpan.org/search?dist=IO-INET6 |