From owner-freebsd-ports@freebsd.org Fri Mar 17 17:08:19 2017 Return-Path: Delivered-To: freebsd-ports@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 61B51D102AD for ; Fri, 17 Mar 2017 17:08:19 +0000 (UTC) (envelope-from jankyj@unfs.us) Received: from stig.purplehat.org (stig.purplehat.org [50.243.134.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31FBC1E07 for ; Fri, 17 Mar 2017 17:08:18 +0000 (UTC) (envelope-from jankyj@unfs.us) Received: from localhost (bill.goatse.unfs.us [50.243.134.106]) by stig.purplehat.org (Postfix) with ESMTP id 1A18A5E50B for ; Fri, 17 Mar 2017 11:08:16 -0600 (MDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=unfs.us; s=mail; t=1489770496; bh=vRvoyH+7T1fN3IumxkFPGsH3W0XfPV1aGjDSxaU7stg=; h=Subject:To:References:From:Date:In-Reply-To; b=ot1TmrBdqohF6Yu/ZOcdBd9Z0gDDbdFk2DGpVFhkewWGescntJqAKrb5ai4wV3/Ck ZoT/FXd8UyGzCev8Dqg/d7+zv+dphrLdtjoRN76+u7m5egGgGwAqWggOdlZsGV9mYB sWqk+9++czN3zElDnVHDvyY2q9j6Pr/aTzEbji3Y= Received: from stig.purplehat.org ([50.243.134.106]) by localhost (stig.purplehat.org [50.243.134.106]) (maiad, port 10024) with ESMTP id 74484-04 for ; Fri, 17 Mar 2017 11:08:15 -0600 (MDT) Received: from drp01-dev.enwd.co.sc.charterlab.com (71-85-81-72.static.dnvr.co.charter.com [71.85.81.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: jankyj@unfs.us) by stig.purplehat.org (Postfix) with ESMTPSA id 0C6E25E505 for ; Fri, 17 Mar 2017 11:08:14 -0600 (MDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=unfs.us; s=mail; t=1489770495; bh=vRvoyH+7T1fN3IumxkFPGsH3W0XfPV1aGjDSxaU7stg=; h=Subject:To:References:From:Date:In-Reply-To; b=dkigvYJL7uTO2issUVdYT+IbRXsXX4HgPGU/us856tgFKrhk5ale0yrc84OphnC6t cZkBWivyWWkuwDTMadJz1p1/OcMf+7p2AyEBwvkzs84Qxh60dKFsKY1Ei/908Ltma2 eCqPWyuJL2pVlLblfqUGf4rX/K9ROZheeKocJQDE= Subject: Re: mail/p5-Net-SMTP-SSL Port Dependencies in SpamAssassin. To: freebsd-ports@freebsd.org References: <86zigkjtvk.wl-herbert@mailbox.org> From: "Janky Jay, III" Message-ID: Date: Fri, 17 Mar 2017 11:08:05 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <86zigkjtvk.wl-herbert@mailbox.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ADSIDE3Gox3TkeXAHjdT4iprjpfbFUi5n" X-Virus-Scanned: Maia Mailguard X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2017 17:08:19 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --ADSIDE3Gox3TkeXAHjdT4iprjpfbFUi5n Content-Type: multipart/mixed; boundary="Qd1XawhA7p2Sr6CvhSHRrwUTKDIFwSWu8"; protected-headers="v1" From: "Janky Jay, III" To: freebsd-ports@freebsd.org Message-ID: Subject: Re: mail/p5-Net-SMTP-SSL Port Dependencies in SpamAssassin. References: <86zigkjtvk.wl-herbert@mailbox.org> In-Reply-To: <86zigkjtvk.wl-herbert@mailbox.org> --Qd1XawhA7p2Sr6CvhSHRrwUTKDIFwSWu8 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hi Herbert, On 03/17/2017 12:32 AM, Herbert J. Skuhra wrote: > jankyj skrev: >> >> Hello all, >> I have a port that depends on SpamAssassin and I've noticed the >> (somewhat) recent deprecation message of the mail/p5-Net-SMTP-SSL port= >> which, in turn, appears to be a dependency on >> security/p5-IO-Socket-SSL by SpamAssassin (if you enable SSL and/or >> DKIM). I've taken a look at the Makefile and I have a couple of ideas >> as to how to fix it but I am by no means a port guru. >=20 > I can't find a dependency on mail/p5-Net-SMTP-SSL. Where exactly to > you see it? >=20 I'm seeing this when I run a 'pkg info -r' or 'pkg info -d' on 'mail/p5-Net-SMTP-SSL'. Apparently, it's a dependency on 'p5-IO-Socket-SSL' or something that SpamAssassin pulls in? This is exactly what I'm trying to hunt down and, more specifically, find out if it needs to be installed at all (Thanks for the info!). > I am using spamassassin (with DKIM and SSL on) and don't have > mail/p5-Net-SMTP-SSL on my system. >=20 Interesting. Perhaps this is just an old dependency that is no longer relevant. I'll look into this as well. > Is your ports tree up-to-date? >=20 Ports tree is up-to-date using portsnap as of 11pm Mountain Time yesterd= ay. Regards, Janky Jay, III --Qd1XawhA7p2Sr6CvhSHRrwUTKDIFwSWu8-- --ADSIDE3Gox3TkeXAHjdT4iprjpfbFUi5n Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAljMF/0ACgkQGK3MsUbJZn4EsgCfbWn+A+9bcOyL5RMXkmiJmPhy /yAAn1Itkal400f1zPbIYot6DKXxj2cR =XhFn -----END PGP SIGNATURE----- --ADSIDE3Gox3TkeXAHjdT4iprjpfbFUi5n--