From owner-svn-ports-all@freebsd.org Wed Jan 18 15:19:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65B54CB63E6; Wed, 18 Jan 2017 15:19:25 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DFB461431; Wed, 18 Jan 2017 15:19:24 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 2157bc48 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 18 Jan 2017 08:19:22 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r431794 - in head/devel/git: . files From: Adam Weinberger In-Reply-To: <201701181240.v0ICes6B023933@repo.freebsd.org> Date: Wed, 18 Jan 2017 08:19:20 -0700 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <3BF9764E-2796-45C3-9CB4-EBACB0B6A9C8@adamw.org> References: <201701181240.v0ICes6B023933@repo.freebsd.org> To: Renato Botelho X-Mailer: Apple Mail (2.3259) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 18 Jan 2017 15:19:25 -0000 > On 18 Jan, 2017, at 5:40, Renato Botelho wrote: >=20 > Author: garga > Date: Wed Jan 18 12:40:53 2017 > New Revision: 431794 > URL: https://svnweb.freebsd.org/changeset/ports/431794 >=20 > Log: > Remove dependency of DEPRECATED mail/p5-Net-SMTP-SSL from devel/git >=20 > PR: 214335 > Obtained from: git development mailing list > Sponsored by: Rubicon Communications (Netgate) >=20 > Added: > head/devel/git/files/patch-git-send-email.perl (contents, props = changed) > Modified: > head/devel/git/Makefile >=20 >=20 > Added: head/devel/git/files/patch-git-send-email.perl > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/git/files/patch-git-send-email.perl Wed Jan 18 = 12:40:53 2017 (r431794) > =20 > ++ require Net::SMTP; >=20 Hi Renato, This patch doesn't remove the Net::SMTP::SSL dependency, it changes it = to Net::SMTP (part of p5-Net). This needs SEND_EMAIL_RUN_DEPENDS+=3D p5-Net>=3D0:net/p5-Net # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org