aboutsummaryrefslogtreecommitdiff
path: root/net/p5-IO-INET6
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-02-25 12:20:41 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-02-25 12:20:41 +0000
commit757e3af17957af6ce6af0c2f7407cf377328383e (patch)
tree74daaa712c946165048ce6d1ad0af8beb4dfd171 /net/p5-IO-INET6
parentaa0db995e32e499198547e7f77d9b234c2003ec3 (diff)
downloadports-757e3af17957af6ce6af0c2f7407cf377328383e.tar.gz
ports-757e3af17957af6ce6af0c2f7407cf377328383e.zip
Notes
Diffstat (limited to 'net/p5-IO-INET6')
-rw-r--r--net/p5-IO-INET6/Makefile10
-rw-r--r--net/p5-IO-INET6/distinfo3
-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-descr4
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