svn commit: r473836 - in head/devel: bugzilla44 bugzilla50

Rene Ladan rene at FreeBSD.org
Tue Jul 3 14:46:10 UTC 2018


Author: rene
Date: Tue Jul  3 14:46:08 2018
New Revision: 473836
URL: https://svnweb.freebsd.org/changeset/ports/473836

Log:
  devel/bugzilla[44,50]: remove optional and expired SSL dependency

Modified:
  head/devel/bugzilla44/Makefile
  head/devel/bugzilla44/Makefile.options
  head/devel/bugzilla50/Makefile
  head/devel/bugzilla50/Makefile.options

Modified: head/devel/bugzilla44/Makefile
==============================================================================
--- head/devel/bugzilla44/Makefile	Tue Jul  3 14:10:22 2018	(r473835)
+++ head/devel/bugzilla44/Makefile	Tue Jul  3 14:46:08 2018	(r473836)
@@ -89,7 +89,6 @@ EXPORT_IMPORT_RUN_DEPENDS=	p5-XML-Parser>=0:textproc/p
 LDAP_RUN_DEPENDS=	p5-perl-ldap>=0:net/p5-perl-ldap
 RADIUS_RUN_DEPENDS=	p5-Authen-Radius>=0:security/p5-Authen-Radius
 SMTP_AUTH_RUN_DEPENDS=	p5-Authen-SASL>=2.16:security/p5-Authen-SASL
-SMTP_SSL_RUN_DEPENDS=	p5-Net-SMTP-SSL>=1.01:mail/p5-Net-SMTP-SSL
 MIME_SNIFF_RUN_DEPENDS=	p5-File-MimeInfo>=0.16:devel/p5-File-MimeInfo \
 			p5-IO-stringy>=2.110:devel/p5-IO-stringy
 

Modified: head/devel/bugzilla44/Makefile.options
==============================================================================
--- head/devel/bugzilla44/Makefile.options	Tue Jul  3 14:10:22 2018	(r473835)
+++ head/devel/bugzilla44/Makefile.options	Tue Jul  3 14:46:08 2018	(r473836)
@@ -28,8 +28,7 @@ OPTIONS_GROUP_DBBACKEND= \
 OPTIONS_GROUP_EMAIL= 	\
 	INBOUND_EMAIL	\
 	MAIL_QUEUEING	\
-	SMTP_AUTH	\
-	SMTP_SSL
+	SMTP_AUTH
 
 OPTIONS_GROUP_REPORTING= \
 	GRAPHVIZ	\
@@ -64,7 +63,6 @@ MORE_HTML_DESC=		More HTML in Product/Group Descriptio
 MOVE_BUGZ_DESC=		Move Bugs Between Installations
 PATCH_VIEWER_DESC=	Patch Viewer
 SMTP_AUTH_DESC=		SMTP Authentication
-SMTP_SSL_DESC=		SSL Support for SMTP
 XMLRPC_DESC=		XML-RPC Interface
 
 # Option group description

Modified: head/devel/bugzilla50/Makefile
==============================================================================
--- head/devel/bugzilla50/Makefile	Tue Jul  3 14:10:22 2018	(r473835)
+++ head/devel/bugzilla50/Makefile	Tue Jul  3 14:46:08 2018	(r473836)
@@ -91,7 +91,6 @@ EXPORT_IMPORT_RUN_DEPENDS=	p5-XML-Parser>=0:textproc/p
 LDAP_RUN_DEPENDS=	p5-perl-ldap>=0:net/p5-perl-ldap
 RADIUS_RUN_DEPENDS=	p5-Authen-Radius>=0:security/p5-Authen-Radius
 SMTP_AUTH_RUN_DEPENDS=	p5-Authen-SASL>=2.16:security/p5-Authen-SASL
-SMTP_SSL_RUN_DEPENDS=	p5-Net-SMTP-SSL>=1.01:mail/p5-Net-SMTP-SSL
 MIME_SNIFF_RUN_DEPENDS=	p5-File-MimeInfo>=0.16:devel/p5-File-MimeInfo \
 			p5-IO-stringy>=2.110:devel/p5-IO-stringy
 MEMCACHED_RUN_DEPENDS=	p5-Cache-Memcached>=1.30:databases/p5-Cache-Memcached

Modified: head/devel/bugzilla50/Makefile.options
==============================================================================
--- head/devel/bugzilla50/Makefile.options	Tue Jul  3 14:10:22 2018	(r473835)
+++ head/devel/bugzilla50/Makefile.options	Tue Jul  3 14:46:08 2018	(r473836)
@@ -28,8 +28,7 @@ OPTIONS_GROUP_DBBACKEND= \
 OPTIONS_GROUP_EMAIL= 	\
 	INBOUND_EMAIL	\
 	MAIL_QUEUEING	\
-	SMTP_AUTH	\
-	SMTP_SSL
+	SMTP_AUTH
 
 OPTIONS_GROUP_REPORTING= \
 	GRAPHVIZ	\
@@ -72,7 +71,6 @@ MOVE_BUGZ_DESC=		Move Bugs Between Installations
 PATCH_VIEWER_DESC=	Patch Viewer
 REST_DESC=		REST Interface
 SMTP_AUTH_DESC=		SMTP Authentication
-SMTP_SSL_DESC=		SSL Support for SMTP
 XMLRPC_DESC=		XML-RPC Interface
 MEMCACHED_DESC=		Memcached Support
 


More information about the svn-ports-all mailing list