ports/148309: [PATCH] net/p5-IO-INET6: rename to net/p5-IO-Socket-INET6

Sunpoet Po-Chuan Hsieh sunpoet at sunpoet.net
Fri Jul 2 07:30:03 UTC 2010


>Number:         148309
>Category:       ports
>Synopsis:       [PATCH] net/p5-IO-INET6: rename to net/p5-IO-Socket-INET6
>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:   Fri Jul 02 07:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.1-PRERELEASE amd64
>Organization:
SUNPOET.net
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0: Sun Jun 20 12:49:47 CST 2010
>Description:
Original discussion is at PR/148158.

The common naming of IO::Socket::INET6 is p5-IO-Socket-INET6.
Thus, I request to rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.

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

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

--- p5-IO-Socket-INET6.patch begins here ---
diff -ruN /usr/ports/dns/p5-Net-DNS/Makefile.orig /usr/ports/dns/p5-Net-DNS/Makefile
--- /usr/ports/dns/p5-Net-DNS/Makefile.orig	2010-01-01 16:47:02.000000000 +0800
+++ /usr/ports/dns/p5-Net-DNS/Makefile	2010-07-02 15:07:47.000000000 +0800
@@ -53,7 +53,7 @@
 .include <bsd.port.pre.mk>
 
 .if !defined(WITHOUT_IPV6)
-RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
+RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
 .endif
 
 DOCSDIR=	${PREFIX}/share/doc/p5-Net-DNS
diff -ruN /usr/ports/irc/sirc/Makefile.orig /usr/ports/irc/sirc/Makefile
--- /usr/ports/irc/sirc/Makefile.orig	2010-06-14 19:58:32.000000000 +0800
+++ /usr/ports/irc/sirc/Makefile	2010-07-02 15:07:47.000000000 +0800
@@ -36,7 +36,7 @@
 .include <bsd.port.pre.mk>
 
 .if !defined(WITHOUT_IPV6)
-RUN_DEPENDS=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
+RUN_DEPENDS=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
 EXTRA_PATCHES=	${PATCHDIR}/dsirc-ipv6
 .else
 EXTRA_PATCHES=	${PATCHDIR}/dsirc-minimal
diff -ruN /usr/ports/japanese/tiarra/Makefile.orig /usr/ports/japanese/tiarra/Makefile
--- /usr/ports/japanese/tiarra/Makefile.orig	2010-05-01 04:03:13.000000000 +0800
+++ /usr/ports/japanese/tiarra/Makefile	2010-07-02 15:07:47.000000000 +0800
@@ -14,7 +14,7 @@
 MAINTAINER=	ume at FreeBSD.org
 COMMENT=	IRC Proxy software
 
-RUN_DEPENDS=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
+RUN_DEPENDS=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
 
 USE_PERL5_RUN=	yes
 USE_BZIP2=	yes
diff -ruN /usr/ports/mail/assp/Makefile.orig /usr/ports/mail/assp/Makefile
--- /usr/ports/mail/assp/Makefile.orig	2010-03-28 00:19:04.000000000 +0800
+++ /usr/ports/mail/assp/Makefile	2010-07-02 15:07:47.000000000 +0800
@@ -123,7 +123,7 @@
 .endif
 
 .if !defined(WITHOUT_IPV6)
-RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
+RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
 .endif
 
 EXTRACT_AFTER_ARGS=	-d ${PORTNAME}-${PORTVERSION}
diff -ruN /usr/ports/mail/p5-Mail-SpamAssassin/Makefile.orig /usr/ports/mail/p5-Mail-SpamAssassin/Makefile
--- /usr/ports/mail/p5-Mail-SpamAssassin/Makefile.orig	2010-04-08 23:58:43.000000000 +0800
+++ /usr/ports/mail/p5-Mail-SpamAssassin/Makefile	2010-07-02 15:07:47.000000000 +0800
@@ -74,7 +74,7 @@
 BUILD_DEPENDS+=	${SITE_PERL}/Mail/SPF.pm:${PORTSDIR}/mail/p5-Mail-SPF
 .endif
 .if !defined(WITHOUT_IPV6)
-RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
+RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
 .endif
 
 .if !defined(WITHOUT_SSL)
diff -ruN /usr/ports/mail/smtp-cli/Makefile.orig /usr/ports/mail/smtp-cli/Makefile
--- /usr/ports/mail/smtp-cli/Makefile.orig	2010-05-08 15:25:26.000000000 +0800
+++ /usr/ports/mail/smtp-cli/Makefile	2010-07-02 15:07:47.000000000 +0800
@@ -21,7 +21,7 @@
 		p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey 		\
 		p5-MIME-Lite>0:${PORTSDIR}/mail/p5-MIME-Lite 			\
 		p5-File-Type>0:${PORTSDIR}/devel/p5-File-Type 			\
-		p5-IO-Socket-INET6>0:${PORTSDIR}/net/p5-IO-INET6
+		p5-IO-Socket-INET6>0:${PORTSDIR}/net/p5-IO-Socket-INET6
 
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}
diff -ruN /usr/ports/net/p5-IO-Socket-Multicast6/Makefile.orig /usr/ports/net/p5-IO-Socket-Multicast6/Makefile
--- /usr/ports/net/p5-IO-Socket-Multicast6/Makefile.orig	2010-06-07 08:42:21.000000000 +0800
+++ /usr/ports/net/p5-IO-Socket-Multicast6/Makefile	2010-07-02 15:07:47.000000000 +0800
@@ -17,7 +17,7 @@
 RUN_DEPENDS=	p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6 \
 		p5-IO-Interface>=1.01:${PORTSDIR}/net/p5-IO-Interface \
 		p5-Socket-Multicast6>=0.01:${PORTSDIR}/net/p5-Socket-Multicast6 \
-		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
+		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
 
 PERL_MODBUILD=	yes
 
diff -ruN /usr/ports/net/p5-Net-INET6Glue/Makefile.orig /usr/ports/net/p5-Net-INET6Glue/Makefile
--- /usr/ports/net/p5-Net-INET6Glue/Makefile.orig	2010-05-23 11:38:17.000000000 +0800
+++ /usr/ports/net/p5-Net-INET6Glue/Makefile	2010-07-02 15:07:47.000000000 +0800
@@ -15,7 +15,7 @@
 MAINTAINER=	ume at FreeBSD.org
 COMMENT=	Make common modules IPv6 ready by hotpatching
 
-BUILD_DEPENDS=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
+BUILD_DEPENDS=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
diff -ruN /usr/ports/net/p5-Net-RTP/Makefile.orig /usr/ports/net/p5-Net-RTP/Makefile
--- /usr/ports/net/p5-Net-RTP/Makefile.orig	2008-04-17 22:27:36.000000000 +0800
+++ /usr/ports/net/p5-Net-RTP/Makefile	2010-07-02 15:07:47.000000000 +0800
@@ -16,7 +16,7 @@
 
 RUN_DEPENDS=	p5-IO-Socket-Multicast6>=0.02:${PORTSDIR}/net/p5-IO-Socket-Multicast6 \
 		p5-IO-Socket-Multicast>=1.00:${PORTSDIR}/net/p5-IO-Socket-Multicast \
-		p5-IO-Socket-INET6>=1.20:${PORTSDIR}/net/p5-IO-INET6 \
+		p5-IO-Socket-INET6>=1.20:${PORTSDIR}/net/p5-IO-Socket-INET6 \
 		p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6
 
 PERL_MODBUILD=	yes
diff -ruN /usr/ports/net/scnc/Makefile.orig /usr/ports/net/scnc/Makefile
--- /usr/ports/net/scnc/Makefile.orig	2009-07-21 01:28:44.000000000 +0800
+++ /usr/ports/net/scnc/Makefile	2010-07-02 15:07:47.000000000 +0800
@@ -15,7 +15,7 @@
 
 RUN_DEPENDS=	${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
 		${SITE_PERL}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet \
-		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
+		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PLIST_FILES=	bin/${PORTNAME}
diff -ruN /usr/ports/net/xbone/Makefile.orig /usr/ports/net/xbone/Makefile
--- /usr/ports/net/xbone/Makefile.orig	2010-03-28 20:23:56.000000000 +0800
+++ /usr/ports/net/xbone/Makefile	2010-07-02 15:07:47.000000000 +0800
@@ -17,7 +17,7 @@
 BUILD_DEPENDS=	${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \
 		${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
 		${SITE_PERL}/${PERL_ARCH}/IO/Socket/Multicast.pm:${PORTSDIR}/net/p5-IO-Socket-Multicast \
-		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6 \
+		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6 \
 		p5-IO-Socket-Multicast>=0.25:${PORTSDIR}/net/p5-IO-Socket-Multicast \
 		p5-IO-Socket-Multicast6>=0:${PORTSDIR}/net/p5-IO-Socket-Multicast6 \
 		${SITE_PERL}/Parallel/ForkManager.pm:${PORTSDIR}/devel/p5-Parallel-ForkManager \
diff -ruN /usr/ports/net/xbone-gui/Makefile.orig /usr/ports/net/xbone-gui/Makefile
--- /usr/ports/net/xbone-gui/Makefile.orig	2010-03-28 20:23:56.000000000 +0800
+++ /usr/ports/net/xbone-gui/Makefile	2010-07-02 15:07:47.000000000 +0800
@@ -17,7 +17,7 @@
 
 BUILD_DEPENDS=	${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
 		${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \
-		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6 \
+		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6 \
 		${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \
 		p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
 		${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \
diff -ruN /usr/ports/net-mgmt/mrtg/Makefile.orig /usr/ports/net-mgmt/mrtg/Makefile
--- /usr/ports/net-mgmt/mrtg/Makefile.orig	2010-03-28 20:24:01.000000000 +0800
+++ /usr/ports/net-mgmt/mrtg/Makefile	2010-07-02 15:07:47.000000000 +0800
@@ -70,7 +70,7 @@
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_IPV6)
-RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
+RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
 .endif
 .if defined(WITH_SNMP)
 RUN_DEPENDS+=	${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP
diff -ruN /usr/ports/net-p2p/bitflu/Makefile.orig /usr/ports/net-p2p/bitflu/Makefile
--- /usr/ports/net-p2p/bitflu/Makefile.orig	2010-04-03 05:41:01.000000000 +0800
+++ /usr/ports/net-p2p/bitflu/Makefile	2010-07-02 15:07:47.000000000 +0800
@@ -35,7 +35,7 @@
 .include <bsd.port.pre.mk>
 
 .if !defined(WITHOUT_IPV6)
-RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
+RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
 .endif
 
 post-patch:
diff -ruN /usr/ports/security/amavisd-new/Makefile.orig /usr/ports/security/amavisd-new/Makefile
--- /usr/ports/security/amavisd-new/Makefile.orig	2010-06-09 00:47:43.000000000 +0800
+++ /usr/ports/security/amavisd-new/Makefile	2010-07-02 15:07:47.000000000 +0800
@@ -24,7 +24,7 @@
 		p5-Convert-UUlib>=1.08,1:${PORTSDIR}/converters/p5-Convert-UUlib \
 		p5-Compress-Zlib>=2.004:${PORTSDIR}/archivers/p5-Compress-Zlib \
 		${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \
-		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6 \
+		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6 \
 		p5-Net-Server>=0.93:${PORTSDIR}/net/p5-Net-Server \
 		p5-Mail-DKIM>=0.33:${PORTSDIR}/mail/p5-Mail-DKIM
 
diff -ruN /usr/ports/security/maia/Makefile.orig /usr/ports/security/maia/Makefile
--- /usr/ports/security/maia/Makefile.orig	2010-01-27 01:08:00.000000000 +0800
+++ /usr/ports/security/maia/Makefile	2010-07-02 15:07:47.000000000 +0800
@@ -22,7 +22,7 @@
 		p5-Compress-Zlib>=2.004:${PORTSDIR}/archivers/p5-Compress-Zlib \
 		${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \
 		${SITE_PERL}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy \
-		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6 \
+		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6 \
 		${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID \
 		${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
 		p5-Net-Server>=0.93:${PORTSDIR}/net/p5-Net-Server
--- p5-IO-Socket-INET6.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list