svn commit: r427348 - head/net/p5-Net

Mathieu Arnold mat at FreeBSD.org
Mon Nov 28 21:27:56 UTC 2016


Author: mat
Date: Mon Nov 28 21:27:54 2016
New Revision: 427348
URL: https://svnweb.freebsd.org/changeset/ports/427348

Log:
  Enable SSL by default.
  
  Sponsored by:	Absolight

Modified:
  head/net/p5-Net/Makefile   (contents, props changed)

Modified: head/net/p5-Net/Makefile
==============================================================================
--- head/net/p5-Net/Makefile	Mon Nov 28 20:58:00 2016	(r427347)
+++ head/net/p5-Net/Makefile	Mon Nov 28 21:27:54 2016	(r427348)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Net
 PORTVERSION=	3.10
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
@@ -19,7 +20,7 @@ BUILD_DEPENDS=	p5-Socket>=2.016:net/p5-S
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 OPTIONS_DEFINE=	IPV6 SASL SSL
-OPTIONS_DEFAULT=SASL
+OPTIONS_DEFAULT=SASL SSL
 SASL_DESC=	SASL auth for POP3 and SMTP support
 
 SASL_BUILD_DEPENDS=	p5-Authen-SASL>=0:security/p5-Authen-SASL


More information about the svn-ports-all mailing list