diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-03-22 03:35:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-03-22 03:35:58 +0800 |
commit | e8f306888a1df1933c51bd2b5c6d188eb0812771 (patch) | |
tree | db2763379543fff9ef5a8d31f1b22780c0f3d6e1 /www | |
parent | a464539c5fb5fd742af2de64f5e7ee5b74ccf844 (diff) | |
download | freebsd-ports-graphics-e8f306888a1df1933c51bd2b5c6d188eb0812771.tar.gz freebsd-ports-graphics-e8f306888a1df1933c51bd2b5c6d188eb0812771.tar.zst freebsd-ports-graphics-e8f306888a1df1933c51bd2b5c6d188eb0812771.zip |
Update to 2.2
- Change MASTER_SITES from CHEESESHOP to GitHub: PyPI does not have tarball but only .whl
- Update RUN_DEPENDS: use Django metaport (www/py-django)
- Simplify CONFLICTS_INSTALL
Changes: https://github.com/macropin/django-registration/releases
PR: 226779
Submitted by: sunpoet (myself)
Approved by: Kevin Golding <ports@caomhin.org> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django-registration-redux/Makefile | 12 | ||||
-rw-r--r-- | www/py-django-registration-redux/distinfo | 6 |
2 files changed, 11 insertions, 7 deletions
diff --git a/www/py-django-registration-redux/Makefile b/www/py-django-registration-redux/Makefile index f009c1f0e86..6b5bb4f3e6d 100644 --- a/www/py-django-registration-redux/Makefile +++ b/www/py-django-registration-redux/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= django-registration-redux -PORTVERSION= 1.4 +PORTVERSION= 2.2 +DISTVERSIONPREFIX= v CATEGORIES= www python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@caomhin.org @@ -13,12 +13,16 @@ COMMENT= User-registration application for Django LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.11:www/py-django@${FLAVOR} NO_ARCH= yes USES= python USE_PYTHON= distutils autoplist -CONFLICTS_INSTALL= pootle-[0-9]* py??-django-registration-[0-9]* +USE_GITHUB= yes +GH_ACCOUNT= macropin +GH_PROJECT= django-registration + +CONFLICTS_INSTALL= pootle ${PYTHON_PKGNAMEPREFIX}django-registration .include <bsd.port.mk> diff --git a/www/py-django-registration-redux/distinfo b/www/py-django-registration-redux/distinfo index 067bea681af..046ef079bf7 100644 --- a/www/py-django-registration-redux/distinfo +++ b/www/py-django-registration-redux/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1463567147 -SHA256 (django-registration-redux-1.4.tar.gz) = 0331866ce82d7194a30925a20e6eac8d8be5b4ed1ea28c86359baff83ac6743d -SIZE (django-registration-redux-1.4.tar.gz) = 83918 +TIMESTAMP = 1520721738 +SHA256 (macropin-django-registration-v2.2_GH0.tar.gz) = 87db2e03843ce214b344281d98de0a92899f58f53f0476cabb97d0b8f8624ffa +SIZE (macropin-django-registration-v2.2_GH0.tar.gz) = 103243 |