Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2016 21:27:55 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427348 - head/net/p5-Net
Message-ID:  <201611282127.uASLRtwT078605@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611282127.uASLRtwT078605>