svn commit: r464118 - head/www/py-django-registration
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 10 23:01:55 UTC 2018
Author: sunpoet
Date: Sat Mar 10 23:01:53 2018
New Revision: 464118
URL: https://svnweb.freebsd.org/changeset/ports/464118
Log:
Update to 2.4.1
- Update RUN_DEPENDS: use Django metaport (www/py-django)
- While I'm here:
- Add LICENSE_FILE
- Add missing RUN_DEPENDS
- Add NO_ARCH
- Simplify CONFLICTS_INSTALL
Changes: https://github.com/ubernostrum/django-registration/commits/master
PR: 226479
Submitted by: Kevin Golding <ports at caomhin.org> (maintainer)
Modified:
head/www/py-django-registration/Makefile
head/www/py-django-registration/distinfo
Modified: head/www/py-django-registration/Makefile
==============================================================================
--- head/www/py-django-registration/Makefile Sat Mar 10 23:01:48 2018 (r464117)
+++ head/www/py-django-registration/Makefile Sat Mar 10 23:01:53 2018 (r464118)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= django-registration
-PORTVERSION= 2.1
+PORTVERSION= 2.4.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,12 +11,15 @@ MAINTAINER= ports at caomhin.org
COMMENT= User-registration application for Django
LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.4:www/py-django18@${FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}confusable_homoglyphs>=0:devel/py-confusable_homoglyphs@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}django>=1.8:www/py-django@${FLAVOR}
+NO_ARCH= yes
USES= python
USE_PYTHON= distutils autoplist
-CONFLICTS_INSTALL= pootle-[0-9]* py??-django-registration-redux-[0-9]*
+CONFLICTS_INSTALL= pootle ${PYTHON_PKGNAMEPREFIX}django-registration-redux
.include <bsd.port.mk>
Modified: head/www/py-django-registration/distinfo
==============================================================================
--- head/www/py-django-registration/distinfo Sat Mar 10 23:01:48 2018 (r464117)
+++ head/www/py-django-registration/distinfo Sat Mar 10 23:01:53 2018 (r464118)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1464689413
-SHA256 (django-registration-2.1.tar.gz) = d20ad301964e986724de47d207ee27369084d0d28d3ad125106020d877c520c5
-SIZE (django-registration-2.1.tar.gz) = 69840
+TIMESTAMP = 1520629784
+SHA256 (django-registration-2.4.1.tar.gz) = 667b4fb49447227b62ff76693697d77acb85cadb87129fd1cb94481971e76c51
+SIZE (django-registration-2.4.1.tar.gz) = 1753993
More information about the svn-ports-all
mailing list