Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2005 21:43:34 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        janos.mohacsi@bsd.hu
Subject:   ports/84056: [PATCH] net/p5-IO-Socket-INET6: update to 2.51
Message-ID:  <20050725134334.7237EB29CD0@utopia.leeym.com>
Resent-Message-ID: <200507251350.j6PDoUQt045428@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         84056
>Category:       ports
>Synopsis:       [PATCH] net/p5-IO-Socket-INET6: update to 2.51
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 25 13:50:30 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Jul 17 07:50:25 CST 2005
>Description:
- Update to 2.51

Removed file(s):
- files/5.005_03.diff

Port maintainer (janos.mohacsi@bsd.hu) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-IO-Socket-INET6-2.51.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/p5-IO-INET6/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	25 Feb 2004 12:20:41 -0000	1.4
+++ Makefile	25 Jul 2005 13:43:16 -0000
@@ -5,12 +5,12 @@
 # $FreeBSD: ports/net/p5-IO-INET6/Makefile,v 1.4 2004/02/25 12:20:41 mat Exp $
 #
 
-PORTNAME=	INET6
-PORTVERSION=	2.01
+PORTNAME=	IO-Socket-INET6
+PORTVERSION=	2.51
 CATEGORIES=	net perl5 ipv6
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	IO
-PKGNAMEPREFIX=	p5-IO-
+PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	janos.mohacsi@bsd.hu
 COMMENT=	Perl module with object interface to AF_INET6 domain sockets
@@ -22,10 +22,4 @@
 
 PERL_CONFIGURE=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-EXTRA_PATCHES=	${PATCHDIR}/5.005_03.diff
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net/p5-IO-INET6/distinfo,v
retrieving revision 1.3
diff -u -u -r1.3 distinfo
--- distinfo	25 Feb 2004 12:20:41 -0000	1.3
+++ distinfo	25 Jul 2005 13:43:16 -0000
@@ -1,2 +1,2 @@
-MD5 (INET6-2.01.tar.gz) = 032a6e50c8c16e400836a9565cdb2f0b
-SIZE (INET6-2.01.tar.gz) = 8628
+MD5 (IO-Socket-INET6-2.51.tar.gz) = e4ef8b7944fa036cda19dc3e1cc688a6
+SIZE (IO-Socket-INET6-2.51.tar.gz) = 9618
Index: files/5.005_03.diff
===================================================================
RCS file: files/5.005_03.diff
diff -N files/5.005_03.diff
--- files/5.005_03.diff	25 Feb 2004 12:20:41 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,29 +0,0 @@
---- INET6.pm.orig	Tue Jun 24 14:14:26 2003
-+++ INET6.pm	Wed Jul  2 21:33:28 2003
-@@ -10,7 +10,7 @@
- package IO::Socket::INET6;
- 
- use strict;
--our(@ISA, $VERSION);
-+use vars qw(@ISA $VERSION);
- use IO::Socket;
- use Socket6;
- use Carp;
-@@ -20,7 +20,7 @@
- @ISA = qw(IO::Socket);
- $VERSION = "1.27";
- 
--my $EINVAL = exists(&Errno::EINVAL) ? Errno::EINVAL() : 1;
-+my $EINVAL = defined(&Errno::EINVAL) ? Errno::EINVAL() : 1;
- 
- IO::Socket::INET6->register_domain( AF_INET6 );
- 
-@@ -183,7 +183,7 @@
- 	}
- 
- 	if ($arg->{ReusePort}) {
--	    $sock->sockopt(SO_REUSEPORT,1) or
-+	    $sock->sockopt(0x0200,1) or
- 		    return _error($sock, $!, "$!");
- 	}
- 
--- p5-IO-Socket-INET6-2.51.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050725134334.7237EB29CD0>