From owner-svn-ports-all@freebsd.org Thu Feb 4 08:19:12 2016 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 D3D84A9B790 for ; Thu, 4 Feb 2016 08:19:12 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-vk0-x230.google.com (mail-vk0-x230.google.com [IPv6:2607:f8b0:400c:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8DED71DE for ; Thu, 4 Feb 2016 08:19:12 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-vk0-x230.google.com with SMTP id e64so32175515vkg.0 for ; Thu, 04 Feb 2016 00:19:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=kVxWLBKRs+FVG804nMp5uRSyMcPh1mmV/Mv2MA9RWEc=; b=AV/c5KG4SsQRjvOcXxTRtE4Gv0XPKtnjEforDY6gFhKBnAFSnIztqn7hyXrZFw8t7U YPFQYFP+yzzAMsnQCCVIRVqUflM7rIrErzm6voJXM/eC05TxUGcWVJKJSp7aSzxOSMDG terKFFlXTtkovx+vvnfelEWWHpnerbyk9cjF3oHNEtD/AEq84YPLhRLApPW+TKAn/Oud 4CIvYp3IqUHUlUGFSmiVNupD38WhDIEalOwOVAZ14FbBo4nYlWLhchCUZAlp4uLji1p4 bEVh4Hl2EPrHkjpGc0z8hoyhCNcUZuS/URgGeDxr6LsfKrGbgfrve18HAIRFI0KzOgsd GIhQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=kVxWLBKRs+FVG804nMp5uRSyMcPh1mmV/Mv2MA9RWEc=; b=bW+GZzx3TfDldAH42Ct0bYDbBBHsah5UAsKkh/ddG2vrbK83Dia4v+3aE4GPzOQvQW x3tLle6778gq57FtpTUULjs4UjDaDF5pvEJKFEC0T4yaN9/8ADmu+m+bbu4rN2os4cPU by6XV0sJ3GR0Ue/CIV7jVTDMuyZfeS/BDc7+wEL2QucXDFNhQVJVIYqjipfXd6WKbo89 04CFZNf01MgV6gDp2wy28gpp/FaHx7xxUNEnEO3BclNCU1fxoruGhN+88goA37eOHzdi vHVo4Jyoe5Hq1EwbcGOhTdzgpp8pDl7SmJWfpQghIYPoq+bIlPNRs+QMFj1pqMHbIUiw jTzw== X-Gm-Message-State: AG10YOTH5BTEtYwrUZ8JJx2FNOk0M+NkxlSYkA2bpK8KYM+GdxaII4NtsnIENR+FoyK2Mtgk7AgwnAPvOweKoA== X-Received: by 10.31.1.6 with SMTP id 6mr4035044vkb.139.1454573951726; Thu, 04 Feb 2016 00:19:11 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.31.189.4 with HTTP; Thu, 4 Feb 2016 00:18:32 -0800 (PST) In-Reply-To: <56B2EABE.7090903@FreeBSD.org> References: <201602032054.u13KsbGC088315@repo.freebsd.org> <56B2EABE.7090903@FreeBSD.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 4 Feb 2016 16:18:32 +0800 X-Google-Sender-Auth: 4kZM9wm-Htc_gsGZIzjAGv6VumQ Message-ID: Subject: Re: svn commit: r407979 - head/mail/py-pyspf To: Kubilay Kocak Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 04 Feb 2016 08:19:12 -0000 On Thu, Feb 4, 2016 at 2:07 PM, Kubilay Kocak wrote: > On 4/02/2016 7:54 AM, Sunpoet Po-Chuan Hsieh wrote: > > -.if ${PYTHON_REL} <= 3300 > > -RUN_DEPENDS+= > ${PYTHON_PKGNAMEPREFIX}ipaddr>=0:${PORTSDIR}/devel/py-ipaddr > > -.endif > > - > > Removing this also causes a regression, and is what r407821 and > r407820 fixed. (See previous reply) > > https://svnweb.freebsd.org/changeset/ports/407821 > https://svnweb.freebsd.org/changeset/ports/407820 > > Note the conditional includes (<=) 3300, not < 3300. > This PYTHON_REL check matches to Python 3.2.x and Python 3.3.0. However, Python 3.2 (which requires devel/py-ipaddr) was gone and Python 3.3.0 was replaced by 3.3.1 on May, 2013 (r318353). As a result, I removed this outdated PYTHON_REL check. Regards, sunpoet