From owner-svn-ports-all@freebsd.org Mon Jan 29 11:32:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FB87EE4FF5; Mon, 29 Jan 2018 11:32:18 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: from mail-lf0-x22b.google.com (mail-lf0-x22b.google.com [IPv6:2a00:1450:4010:c07::22b]) (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 802AA6D61B; Mon, 29 Jan 2018 11:32:17 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: by mail-lf0-x22b.google.com with SMTP id f136so9425870lff.8; Mon, 29 Jan 2018 03:32:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=rFrG3IKdff2D6RN2sPc+n3SWrwWstymHUId6LExtoww=; b=EosXEAR7uw0NEtKX6OIUm0/EP5DcvHTfKayfZfeb09kgvp8tUz2OW+52XPOLQ6nA+r 6lhi4MD4zwp+jpgKKNXgIvBFTc1/K91VssA440mRS3rht5WYSYH04KwqF9KgEa3gp3PF 7E2oAumOQbhZXk4LyCN7zgG6Ipjuk/t2FmoiwZFOXuUjmndsBxn3Q8MIpqYdfd0hKSSJ TvJjfVxbtyCoqUdNfD4auK/ADSTqZibyHm+c0peaIddx4Shv9/oQ7opPjYKYvMhReDQV ebEygle0Ph9zLWgaPHLoZXpdsPVQXhb1MX2AkKLgvPOdkaNCAEHA1Uqd1ODVR2d6E4Hn MHwQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=rFrG3IKdff2D6RN2sPc+n3SWrwWstymHUId6LExtoww=; b=BkVsEYjSSh+X4fmyMWtkkcv/EbblNNPStaYtBbaeNR0LVlG/DZXo+KQG70Mvjxtow1 OzOgtTHw2aXZF9xhJJETMKmOGxMeKncDb8FFOMOe85b8GOKBbY1VGFzSekE5+Vjjun+W OlbUctpRLZsctN7Wtt07bWP4+jUokl/2ODg3XEeHaDblrQGPNhu/j/UGpitj3vZzG6oT tBQkLct8MQvWmNy5lkFgQK18nleHA95Fcy4E4hWGhGT6WSIgWwzQPw/2VsI9DMCUBw64 JAlVMTSh5MR/ZKtvKSXcYMk5bSQMrRfaUGQeinPrUwwihqm0L8pI9U5XC84u7BjCHtPU T3+Q== X-Gm-Message-State: AKwxytfS4aDWKU7QwugvKqn1pTkzbRaYhatBDhM+rEhzy0IYrJgwYuE+ 20Zh0sr6Bgb6T/0E5Q66JAWqWmwwpad33U5exGg= X-Google-Smtp-Source: AH8x227WBxs+oHRiuxJwdq4pwQWOxisC3pMHtPtURlgmY2mJ9iimzxsEkx/uTFcc9N1QriD9coTHEFpSscCn2tSMGak= X-Received: by 10.46.17.91 with SMTP id f88mr8669680lje.54.1517225535550; Mon, 29 Jan 2018 03:32:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.83.132 with HTTP; Mon, 29 Jan 2018 03:32:14 -0800 (PST) Reply-To: araujo@freebsd.org In-Reply-To: <201801291129.w0TBTEYR081234@repo.freebsd.org> References: <201801291129.w0TBTEYR081234@repo.freebsd.org> From: Marcelo Araujo Date: Mon, 29 Jan 2018 19:32:14 +0800 Message-ID: Subject: Re: svn commit: r460284 - head/textproc/py-sphinx To: Sunpoet Po-Chuan Hsieh Cc: ports-committers , 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.25 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 29 Jan 2018 11:32:18 -0000 2018-01-29 19:29 GMT+08:00 Sunpoet Po-Chuan Hsieh : > Author: sunpoet > Date: Mon Jan 29 11:29:14 2018 > New Revision: 460284 > URL: https://svnweb.freebsd.org/changeset/ports/460284 > > Log: > Fix RUN_DEPENDS > > - Bump PORTREVISION for dependency change > > typing is a conditional RUN_DEPENDS for Python versions prior to 3.5. > > PR: 221891, 225136 > > Modified: > head/textproc/py-sphinx/Makefile > > Modified: head/textproc/py-sphinx/Makefile > ============================================================ > ================== > --- head/textproc/py-sphinx/Makefile Mon Jan 29 11:29:09 2018 > (r460283) > +++ head/textproc/py-sphinx/Makefile Mon Jan 29 11:29:14 2018 > (r460284) > @@ -3,6 +3,7 @@ > > PORTNAME= sphinx > PORTVERSION= 1.6.5 > +PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= textproc python > MASTER_SITES= CHEESESHOP > @@ -30,7 +31,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/p > ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}requests>=2.18.1:www/py-requests@${FLAVOR} > \ > ${PYTHON_PKGNAMEPREFIX}imagesize>=0.7.1:graphics/py- > imagesize@${FLAVOR} \ > - ${PYTHON_PKGNAMEPREFIX}typing>=3.6.1:devel/py-typing@${FLAVOR} > \ > ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_ > nss > TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>=0:www/py-html5lib@${FLAVOR} > \ > ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${FLAVOR} \ > > Next time, respect the maintainership and send a PR or contact me via email, I'm very responsive with my emails. Best, -- -- Marcelo Araujo (__)araujo@FreeBSD.org \\\'',)http://www.FreeBSD.org \/ \ ^ Power To Server. .\. /_)