From owner-svn-ports-all@freebsd.org Tue Jul 3 14:46:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDC651026672; Tue, 3 Jul 2018 14:46:09 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9CA7A8467B; Tue, 3 Jul 2018 14:46:09 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7EBFB1D77A; Tue, 3 Jul 2018 14:46:09 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w63Ek9ZG006314; Tue, 3 Jul 2018 14:46:09 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w63Ek8We006311; Tue, 3 Jul 2018 14:46:08 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201807031446.w63Ek8We006311@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 3 Jul 2018 14:46:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473836 - in head/devel: bugzilla44 bugzilla50 X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head/devel: bugzilla44 bugzilla50 X-SVN-Commit-Revision: 473836 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jul 2018 14:46:10 -0000 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