svn commit: r462932 - head/www/py-django-datetime-widget
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Feb 25 05:34:24 UTC 2018
Author: sunpoet
Date: Sun Feb 25 05:34:23 2018
New Revision: 462932
URL: https://svnweb.freebsd.org/changeset/ports/462932
Log:
Update RUN_DEPENDS: use newer django
- Add missing RUN_DEPENDS
- Pet portlint: move LICENSE upward
- Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for dependency change
- Take maintainership
Modified:
head/www/py-django-datetime-widget/Makefile
Modified: head/www/py-django-datetime-widget/Makefile
==============================================================================
--- head/www/py-django-datetime-widget/Makefile Sun Feb 25 05:34:18 2018 (r462931)
+++ head/www/py-django-datetime-widget/Makefile Sun Feb 25 05:34:23 2018 (r462932)
@@ -3,20 +3,22 @@
PORTNAME= django-datetime-widget
PORTVERSION= 0.9.3
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Simple and clean widget for DateTimeField
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18@${FLAVOR}
-
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${FLAVOR}
+
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list