From owner-svn-ports-head@freebsd.org Mon Mar 19 15:14:36 2018 Return-Path: Delivered-To: svn-ports-head@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 D88FDF53FAC; Mon, 19 Mar 2018 15:14:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 737BB74422; Mon, 19 Mar 2018 15:14:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 63658103BE; Mon, 19 Mar 2018 15:14:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2JFEZvF053782; Mon, 19 Mar 2018 15:14:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2JFEZiX053780; Mon, 19 Mar 2018 15:14:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803191514.w2JFEZiX053780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 19 Mar 2018 15:14:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465021 - head/www/py-django-allauth X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-django-allauth X-SVN-Commit-Revision: 465021 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Mar 2018 15:14:36 -0000 Author: sunpoet Date: Mon Mar 19 15:14:34 2018 New Revision: 465021 URL: https://svnweb.freebsd.org/changeset/ports/465021 Log: Update to 0.35.0 - While I'm here: - Update RUN_DEPENDS: use Django metaport (www/py-django) - Add missing RUN_DEPENDS Changes: https://github.com/pennersr/django-allauth/blob/master/ChangeLog.rst PR: 226729 Submitted by: Vladimir Chukharev (maintainer) Modified: head/www/py-django-allauth/Makefile head/www/py-django-allauth/distinfo Modified: head/www/py-django-allauth/Makefile ============================================================================== --- head/www/py-django-allauth/Makefile Mon Mar 19 15:14:29 2018 (r465020) +++ head/www/py-django-allauth/Makefile Mon Mar 19 15:14:34 2018 (r465021) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= django-allauth -PORTVERSION= 0.34.0 +PORTVERSION= 0.35.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,20 @@ COMMENT= User registration with social account authent LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.6:www/py-django18@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.11:www/py-django@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.0:www/py-requests-oauthlib@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${FLAVOR} NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils -.include +.include + +.if ${PYTHON_REL} < 3000 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}python-openid>=2.2.5:security/py-python-openid@${FLAVOR} +.else +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}python3-openid>=3.0.8:security/py-python3-openid@${FLAVOR} +.endif + +.include Modified: head/www/py-django-allauth/distinfo ============================================================================== --- head/www/py-django-allauth/distinfo Mon Mar 19 15:14:29 2018 (r465020) +++ head/www/py-django-allauth/distinfo Mon Mar 19 15:14:34 2018 (r465021) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509832134 -SHA256 (django-allauth-0.34.0.tar.gz) = 95a9f7fbebe3e97ce3a541d213fc52492b50dac92f0f91483f58949189e5aa4f -SIZE (django-allauth-0.34.0.tar.gz) = 475030 +TIMESTAMP = 1521468197 +SHA256 (django-allauth-0.35.0.tar.gz) = 7b31526cccd1c46f9f09acf0703068e8a9669337d29eb065f7e8143c2d897339 +SIZE (django-allauth-0.35.0.tar.gz) = 482200