From owner-svn-ports-all@freebsd.org Sat Apr 25 15:15:22 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 593392B4F0D; Sat, 25 Apr 2020 15:15:22 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 498ZNV1cwJz4BR0; Sat, 25 Apr 2020 15:15:22 +0000 (UTC) (envelope-from arrowd@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 32463998E; Sat, 25 Apr 2020 15:15:22 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03PFFMRh056177; Sat, 25 Apr 2020 15:15:22 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03PFFMTl056176; Sat, 25 Apr 2020 15:15:22 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <202004251515.03PFFMTl056176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Sat, 25 Apr 2020 15:15:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532956 - head/mail/p5-Mail-IMAPClient X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: head/mail/p5-Mail-IMAPClient X-SVN-Commit-Revision: 532956 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.29 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: Sat, 25 Apr 2020 15:15:22 -0000 Author: arrowd Date: Sat Apr 25 15:15:21 2020 New Revision: 532956 URL: https://svnweb.freebsd.org/changeset/ports/532956 Log: mail/p5-Mail-IMAPClient: Add OPTIONS. PR: 218807 Submitted by: Martin Waschusch Modified: head/mail/p5-Mail-IMAPClient/Makefile Modified: head/mail/p5-Mail-IMAPClient/Makefile ============================================================================== --- head/mail/p5-Mail-IMAPClient/Makefile Sat Apr 25 14:38:20 2020 (r532955) +++ head/mail/p5-Mail-IMAPClient/Makefile Sat Apr 25 15:15:21 2020 (r532956) @@ -3,6 +3,7 @@ PORTNAME= Mail-IMAPClient PORTVERSION= 3.42 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PLOBBES @@ -13,13 +14,24 @@ COMMENT= Perl5 module to talk to a IMAP4rev1 (RFC2060) LICENSE= ARTPERL10 -RUN_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC \ - p5-Parse-RecDescent>=1.940000:devel/p5-Parse-RecDescent \ - p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ - p5-Authen-SASL>=0:security/p5-Authen-SASL +RUN_DEPENDS= p5-Parse-RecDescent>=1.940000:devel/p5-Parse-RecDescent \ + p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL USES= perl5 USE_PERL5= configure + +OPTIONS_DEFINE= CRAMMD5 DIGESTMD5 NTLM +OPTIONS_DEFAULT= CRAMMD5 DIGESTMD5 + +CRAMMD5_DESC= Allow CRAM-MD5 auth scheme +CRAMMD5_RUN_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC + +DIGESTMD5_DESC= Allow DIGEST-MD5 auth scheme +DIGESTMD5_RUN_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL \ + p5-Digest-MD5>=0:security/p5-Digest-MD5 + +NTLM_DESC= Allow NTLM auth scheme +NTLM_RUN_DEPENDS= p5-Authen-NTLM>=0:security/p5-Authen-NTLM CONFIGURE_ARGS=