aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-dpaste
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2014-01-27 12:14:09 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2014-01-27 12:14:09 +0000
commit8942de43ff37708a3f9800b135f642590367931e (patch)
treeb1bb1c176225a4b62f24333e9a712df67acae7fe /www/py-django-dpaste
parent6e178f3944579e918c4f4e784a41bb9a0688c216 (diff)
downloadports-8942de43ff37708a3f9800b135f642590367931e.tar.gz
ports-8942de43ff37708a3f9800b135f642590367931e.zip
Sweep www/py-requests dependants to www/py-requests1
Point all www/py-requests dependants to www/py-requests1 in preparation for the upgrade of www/py-requests to version 2.x, which substantially breaks API compatibility. Maintainers of these ports can update their requests dependency independently as time for sufficient testing permits. PR: ports/185631
Notes
Notes: svn path=/head/; revision=341385
Diffstat (limited to 'www/py-django-dpaste')
-rw-r--r--www/py-django-dpaste/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-django-dpaste/Makefile b/www/py-django-dpaste/Makefile
index 2c5bc779c982..90a4a4f48746 100644
--- a/www/py-django-dpaste/Makefile
+++ b/www/py-django-dpaste/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dpaste
PORTVERSION= 2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django-
@@ -15,7 +15,7 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.4:${PORTSDIR}/www/py-django \
${PYTHON_PKGNAMEPREFIX}django-mptt>=0.6.0:${PORTSDIR}/www/py-django-mptt \
${PYTHON_PKGNAMEPREFIX}pygments>=1.6:${PORTSDIR}/textproc/py-pygments \
- ${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:${PORTSDIR}/www/py-requests
+ ${PYTHON_PKGNAMEPREFIX}requests1>=1.0.0:${PORTSDIR}/www/py-requests1
OPTIONS_DEFINE= MIGRATIONS