From owner-freebsd-ports@freebsd.org Fri Feb 26 13:51:10 2016 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 13A8EAB4BED for ; Fri, 26 Feb 2016 13:51:10 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from mail.ijs.si (mail.ijs.si [IPv6:2001:1470:ff80::25]) (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 C33B21C93 for ; Fri, 26 Feb 2016 13:51:09 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from amavis-ori.ijs.si (localhost [IPv6:::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail.ijs.si (Postfix) with ESMTPS id 3qBXSq6SFqzg6 for ; Fri, 26 Feb 2016 14:51:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ijs.si; h= user-agent:message-id:references:in-reply-to:organization :subject:subject:from:from:date:date:content-transfer-encoding :content-type:content-type:mime-version:received:received :received:received; s=jakla4; t=1456494664; x=1459086665; bh=ej3 iLC5j5KrR4/n0m86TyUlLrVwfZ9M6ZlCO9TKJ+LE=; b=WNNJIbvpDpKQm3UjChO tZQ4dxM2KdIoLgBaQ5YwhEuIlajPX7VKhb4FnPFu+EMJYc5fJaQ3YJIwLC6Lj1pB PT139AqK3wS1gOLYJ3U0DkGdcbhpEjNYNKVhG0tj1hodKPbbJ8FuMdKpK3F0TAlD AjmIHFv9U2bCD4hBV22jZSws= X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([IPv6:::1]) by amavis-ori.ijs.si (mail.ijs.si [IPv6:::1]) (amavisd-new, port 10026) with LMTP id onFxXae1MTMH for ; Fri, 26 Feb 2016 14:51:04 +0100 (CET) Received: from mildred.ijs.si (mailbox.ijs.si [IPv6:2001:1470:ff80::143:1]) by mail.ijs.si (Postfix) with ESMTP id 3qBXSm1PLRzg5 for ; Fri, 26 Feb 2016 14:51:04 +0100 (CET) Received: from nabiralnik.ijs.si (nabiralnik.ijs.si [IPv6:2001:1470:ff80::80:16]) by mildred.ijs.si (Postfix) with ESMTP id 3qBXSl6t0TzfL for ; Fri, 26 Feb 2016 14:51:03 +0100 (CET) Received: from neli.ijs.si (2001:1470:ff80:88:21c:c0ff:feb1:8c91) by webmail.ijs.si with HTTP (HTTP/1.1 POST); Fri, 26 Feb 2016 14:51:03 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 26 Feb 2016 14:51:03 +0100 From: Mark Martinec To: freebsd-ports@freebsd.org Subject: Re: mail/postfix and mail/postfix-current need upgrading Organization: Jozef Stefan Institute In-Reply-To: <56D052A0.9040106@madpilot.net> References: <3f2105db035fe8b639905002c7524b45@mailbox.ijs.si> <56D052A0.9040106@madpilot.net> Message-ID: <2b1da5bcf11dabb5d76d42e7e7f18e47@mailbox.ijs.si> X-Sender: Mark.Martinec+freebsd@ijs.si User-Agent: Roundcube Webmail/1.1.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2016 13:51:10 -0000 On 2016-02-26 14:26, Guido Falsi wrote: > On 02/26/16 14:16, Mark Martinec wrote: >> In ports we have: >> mail/postfix-current 2.11.7 >> mail/postfix 2.8.0 > > Your information is outdated: > >> grep PORTVERSION /usr/ports/mail/postfix/Makefile > PORTVERSION= 2.11.7 > > (you can also check http://www.freshports.org/mail/postfix/ ) > > Are you upgrading your ports tree regularly? Apology, got versions wrong (looked at a wrong location). Nevertheless, my original problem remains: can't have both the mailman and postfix 3.* at the same time: # pkg install mailman The following 3 package(s) will be affected (of 0 checked): Installed packages to be REMOVED: postfix-current-3.0.20151003_1,4 New packages to be INSTALLED: mailman: 2.1.20_2 postfix: 2.11.7_2,1 Mark