diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-03-19 23:14:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-03-19 23:14:34 +0800 |
commit | b317c3761752da7a907da3e5ec5497e20c4b75e8 (patch) | |
tree | 13227e6ffab10b172c0047fe0a6d318a3b2e74d3 /www | |
parent | 760135c0d61c3057acd6425af25d6aa8a8a8f9ae (diff) | |
download | freebsd-ports-gnome-b317c3761752da7a907da3e5ec5497e20c4b75e8.tar.gz freebsd-ports-gnome-b317c3761752da7a907da3e5ec5497e20c4b75e8.tar.zst freebsd-ports-gnome-b317c3761752da7a907da3e5ec5497e20c4b75e8.zip |
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 <Vladimir.Chukharev@gmail.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django-allauth/Makefile | 16 | ||||
-rw-r--r-- | www/py-django-allauth/distinfo | 6 |
2 files changed, 16 insertions, 6 deletions
diff --git a/www/py-django-allauth/Makefile b/www/py-django-allauth/Makefile index b35f7f29d450..043312485271 100644 --- a/www/py-django-allauth/Makefile +++ b/www/py-django-allauth/Makefile @@ -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 authentication 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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +.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 <bsd.port.post.mk> diff --git a/www/py-django-allauth/distinfo b/www/py-django-allauth/distinfo index 3690980720be..11f786d1b396 100644 --- a/www/py-django-allauth/distinfo +++ b/www/py-django-allauth/distinfo @@ -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 |