svn commit: r427117 - head/net/p5-Net-Server

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 25 16:25:43 UTC 2016


Author: sunpoet
Date: Fri Nov 25 16:25:42 2016
New Revision: 427117
URL: https://svnweb.freebsd.org/changeset/ports/427117

Log:
  - Add missing dependency for IPV6 option
  - Bump PORTREVISION for dependency change
  
  PR:		214826
  Submitted by:	Melissa Pilgrim <ports.maintainer at evilphi.com>

Modified:
  head/net/p5-Net-Server/Makefile

Modified: head/net/p5-Net-Server/Makefile
==============================================================================
--- head/net/p5-Net-Server/Makefile	Fri Nov 25 15:39:37 2016	(r427116)
+++ head/net/p5-Net-Server/Makefile	Fri Nov 25 16:25:42 2016	(r427117)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Net-Server
 PORTVERSION=	2.008
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -22,7 +22,9 @@ OPTIONS_DEFINE=	IPV6
 USES=		perl5
 USE_PERL5=	configure
 
-IPV6_BUILD_DEPENDS=	p5-Socket6>=0.23:net/p5-Socket6
-IPV6_RUN_DEPENDS=	p5-Socket6>=0.23:net/p5-Socket6
+IPV6_BUILD_DEPENDS=	p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 \
+			p5-Socket6>=0.23:net/p5-Socket6
+IPV6_RUN_DEPENDS=	p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 \
+			p5-Socket6>=0.23:net/p5-Socket6
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list