From sunpoet@sunpoet.net  Fri Jul  2 07:26:24 2010
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5FD8A1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  2 Jul 2010 07:26:24 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182])
	by mx1.freebsd.org (Postfix) with ESMTP id 3E7078FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  2 Jul 2010 07:26:23 +0000 (UTC)
Received: by pxi3 with SMTP id 3so1289231pxi.13
        for <FreeBSD-gnats-submit@freebsd.org>; Fri, 02 Jul 2010 00:26:12 -0700 (PDT)
Received: by 10.114.46.4 with SMTP id t4mr421059wat.103.1278055571648;
        Fri, 02 Jul 2010 00:26:11 -0700 (PDT)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
        by mx.google.com with ESMTPS id c10sm6013346wam.13.2010.07.02.00.26.09
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Fri, 02 Jul 2010 00:26:10 -0700 (PDT)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 637D72AEC621; Fri,  2 Jul 2010 15:26:16 +0800 (CST)
Message-Id: <20100702072616.637D72AEC621@sunpoet.net>
Date: Fri,  2 Jul 2010 15:26:16 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: janos.mohacsi@bsd.hu
Subject: [PATCH] net/p5-IO-INET6: rename to net/p5-IO-Socket-INET6
X-Send-Pr-Version: 3.113
X-GNATS-Notify: janos.mohacsi@bsd.hu

>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:    nemoliu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 02 07:30:01 UTC 2010
>Closed-Date:    Mon Aug 09 08:56:24 UTC 2010
>Last-Modified:  Tue Aug 10 03:40:02 UTC 2010
>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@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@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@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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Jul 2 07:30:13 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148309 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: janos.mohacsi@bsd.hu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/148309: [PATCH] net/p5-IO-INET6: rename to net/p5-IO-Socket-INET6
Date: Fri, 2 Jul 2010 07:30:11 UT

 Maintainer of net/p5-IO-INET6,
 
 Please note that PR ports/148309 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148309
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

Date: Fri, 02 Jul 2010 18:42:42 +0200
From: Mohacsi Janos <janos.mohacsi@bsd.hu>
To: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Subject: Re: [PATCH] net/p5-IO-INET6: rename to net/p5-IO-Socket-INET6

  I don't mind changes. The only requirements, that depending ports
 should not become broken or lost their dependencies. A port manager
 should reconsider.
 
 
 Regards,
         Janos Mohacsi
Responsible-Changed-From-To: freebsd-ports-bugs->wen 
Responsible-Changed-By: wen 
Responsible-Changed-When: Sun Jul 4 02:05:03 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148309 
Responsible-Changed-From-To: wen->nemoliu  
Responsible-Changed-By: nemoliu 
Responsible-Changed-When: Mon Jul 12 14:08:29 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148309 
State-Changed-From-To: feedback->	 closed  
State-Changed-By: nemoliu 
State-Changed-When: Mon Aug 9 08:55:46 UTC 2010 
State-Changed-Why:  
Committed.Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148309 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/148309: commit references a PR
Date: Mon,  9 Aug 2010 08:54:49 +0000 (UTC)

 nemoliu     2010-08-09 08:54:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     dns/p5-Net-DNS       Makefile 
     irc/sirc             Makefile 
     japanese/tiarra      Makefile 
     mail/assp            Makefile 
     mail/p5-Mail-SpamAssassin Makefile 
     mail/smtp-cli        Makefile 
     net/p5-IO-Socket-Multicast6 Makefile 
     net/p5-Net-INET6Glue Makefile 
     net/p5-Net-RTP       Makefile 
     net/scnc             Makefile 
     net/xbone            Makefile 
     net/xbone-gui        Makefile 
     net-mgmt/mrtg        Makefile 
     net-p2p/bitflu       Makefile 
     security/amavisd-new Makefile 
     security/maia        Makefile 
   Log:
   - Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.
   
   PR:     ports/148309
   Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
   
   Revision  Changes    Path
   1.75      +1 -1      ports/dns/p5-Net-DNS/Makefile
   1.16      +1 -1      ports/irc/sirc/Makefile
   1.7       +1 -1      ports/japanese/tiarra/Makefile
   1.25      +1 -1      ports/mail/assp/Makefile
   1.133     +1 -1      ports/mail/p5-Mail-SpamAssassin/Makefile
   1.2       +1 -1      ports/mail/smtp-cli/Makefile
   1.107     +1 -1      ports/net-mgmt/mrtg/Makefile
   1.18      +1 -1      ports/net-p2p/bitflu/Makefile
   1.4       +1 -1      ports/net/p5-IO-Socket-Multicast6/Makefile
   1.4       +1 -1      ports/net/p5-Net-INET6Glue/Makefile
   1.4       +1 -1      ports/net/p5-Net-RTP/Makefile
   1.4       +1 -1      ports/net/scnc/Makefile
   1.18      +1 -1      ports/net/xbone-gui/Makefile
   1.25      +1 -1      ports/net/xbone/Makefile
   1.80      +1 -1      ports/security/amavisd-new/Makefile
   1.5       +1 -1      ports/security/maia/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/148309: commit references a PR
Date: Tue, 10 Aug 2010 02:27:00 +0000 (UTC)

 nemoliu     2010-08-10 02:26:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     .                    MOVED 
   Log:
   - Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.
   
   PR:     ports/148309
   Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
   
   Revision  Changes    Path
   1.2195    +2 -1      ports/MOVED
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/148309: commit references a PR
Date: Tue, 10 Aug 2010 03:33:53 +0000 (UTC)

 nemoliu     2010-08-10 03:33:39 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net                  Makefile 
   Log:
   - Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.
   
   PR:     ports/148309
   Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
   
   Revision  Changes    Path
   1.2237    +1 -1      ports/net/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
