From owner-freebsd-ports@freebsd.org Fri Mar 17 06:41:39 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 E992DD109AF for ; Fri, 17 Mar 2017 06:41:39 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from mx1.mailbox.org (mx1.mailbox.org [80.241.60.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.mailbox.org", Issuer "SwissSign Server Silver CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC5061369 for ; Fri, 17 Mar 2017 06:41:39 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id EDD6F457A2 for ; Fri, 17 Mar 2017 07:32:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:references:in-reply-to :subject:subject:from:from:message-id:date:date:received; s= mail20150812; t=1489732353; bh=kSJIpkRErEEhiPj4nVjPNqIYUvxDNjvtC wJAxEcvPoI=; b=kCIfwznDo2ayiyVR6g8bYCxAGVredwBmlqZmJ2jf0umpcf/MG HOVwrT57McTOoHhYnPIH4cNdcFntlFnqoZVnLz1+cJhdXvJ8yjKuYi5c3HtO9LGV hVs1Ak141v+R2tfLZ13RCgrqiqhsxdQBOUoRbRCZpww0R/InP1lfwFTexhskTlzC dWKubiTCHV7XjMdpucNCvl/mFW6O1+5Xs2sQSBe5zSbbx4wGq6lkaO+3xPRtVQ6T 2/KyVZoUInsP6i+vyt+esWoisVrmDZ8xWfCchSl6J5dB9TDeSSQx4W5XRt1+/lSH NzxctlDUPAcj+V5NCJc/vsl8yOojqXp7vmdnA== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter01.heinlein-hosting.de (spamfilter01.heinlein-hosting.de [80.241.56.115]) (amavisd-new, port 10030) with ESMTP id 3ktI898s6y73 for ; Fri, 17 Mar 2017 07:32:33 +0100 (CET) Date: Fri, 17 Mar 2017 07:32:31 +0100 Message-ID: <86zigkjtvk.wl-herbert@mailbox.org> From: "Herbert J. Skuhra" To: freebsd-ports@freebsd.org Subject: Re: mail/p5-Net-SMTP-SSL Port Dependencies in SpamAssassin. In-Reply-To: References: MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII 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 06:41:40 -0000 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. I can't find a dependency on mail/p5-Net-SMTP-SSL. Where exactly to you see it? I am using spamassassin (with DKIM and SSL on) and don't have mail/p5-Net-SMTP-SSL on my system. Is your ports tree up-to-date? -- Herbert