diff options
author | koobs <koobs@FreeBSD.org> | 2014-01-27 20:14:09 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-01-27 20:14:09 +0800 |
commit | 61e75b1e390fa9e971b753884aceff03b2b8f49c (patch) | |
tree | b1bb1c176225a4b62f24333e9a712df67acae7fe /sysutils | |
parent | 96a3f078fd12bafcc8e0ae084f88132761a4f68d (diff) | |
download | freebsd-ports-gnome-61e75b1e390fa9e971b753884aceff03b2b8f49c.tar.gz freebsd-ports-gnome-61e75b1e390fa9e971b753884aceff03b2b8f49c.tar.zst freebsd-ports-gnome-61e75b1e390fa9e971b753884aceff03b2b8f49c.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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pcbsd-utils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/pcbsd-utils/Makefile b/sysutils/pcbsd-utils/Makefile index d7fad65b4c5b..370c08ae96e5 100644 --- a/sysutils/pcbsd-utils/Makefile +++ b/sysutils/pcbsd-utils/Makefile @@ -3,6 +3,7 @@ PORTNAME= pcbsd-utils PORTVERSION= 1386348303 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ @@ -17,7 +18,7 @@ RUN_DEPENDS= pkg-static:${PORTSDIR}/ports-mgmt/pkg \ sipcalc:${PORTSDIR}/net-mgmt/sipcalc \ eject:${PORTSDIR}/sysutils/eject \ unzip:${PORTSDIR}/archivers/unzip \ - ${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:${PORTSDIR}/www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}requests1>=1.0.0:${PORTSDIR}/www/py-requests1 \ jailme:${PORTSDIR}/sysutils/jailme WRKSRC= ${WRKDIR}/src-sh |