aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorTong LIU <nemoliu@FreeBSD.org>2010-08-09 08:54:36 +0000
committerTong LIU <nemoliu@FreeBSD.org>2010-08-09 08:54:36 +0000
commit738d612f2b99e9e4601cd4c992d0b44c71b3d83e (patch)
treea454049fabea63629388024d790791a366bf706d /mail
parent8279cce302be41ba633b481b76237734311422c9 (diff)
- Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.
PR: ports/148309 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Notes
Notes: svn path=/head/; revision=258995
Diffstat (limited to 'mail')
-rw-r--r--mail/assp/Makefile2
-rw-r--r--mail/p5-Mail-SpamAssassin/Makefile2
-rw-r--r--mail/smtp-cli/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/assp/Makefile b/mail/assp/Makefile
index a0030288a520..02ff64d2f297 100644
--- a/mail/assp/Makefile
+++ b/mail/assp/Makefile
@@ -123,7 +123,7 @@ RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SS
.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 --git a/mail/p5-Mail-SpamAssassin/Makefile b/mail/p5-Mail-SpamAssassin/Makefile
index 9c9fd9741488..b4b716af3fd8 100644
--- a/mail/p5-Mail-SpamAssassin/Makefile
+++ b/mail/p5-Mail-SpamAssassin/Makefile
@@ -74,7 +74,7 @@ WITHOUT_SSL=1
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 --git a/mail/smtp-cli/Makefile b/mail/smtp-cli/Makefile
index caa7fa511390..103fc28841a2 100644
--- a/mail/smtp-cli/Makefile
+++ b/mail/smtp-cli/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL \
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}