aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-01-29 19:29:14 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-01-29 19:29:14 +0800
commit13028d579a410be1023e1178e8fe0a00155f3266 (patch)
treea82be3132c15c4a444825c5928a467f15c715700
parent57de62bea48ff19a11ab15e7d701349be9c2adef (diff)
downloadfreebsd-ports-gnome-13028d579a410be1023e1178e8fe0a00155f3266.tar.gz
freebsd-ports-gnome-13028d579a410be1023e1178e8fe0a00155f3266.tar.zst
freebsd-ports-gnome-13028d579a410be1023e1178e8fe0a00155f3266.zip
Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change typing is a conditional RUN_DEPENDS for Python versions prior to 3.5. PR: 221891, 225136
-rw-r--r--textproc/py-sphinx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile
index e7d647be1ec1..dda3159305a1 100644
--- a/textproc/py-sphinx/Makefile
+++ b/textproc/py-sphinx/Makefile
@@ -3,6 +3,7 @@
PORTNAME= sphinx
PORTVERSION= 1.6.5
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
@@ -30,7 +31,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.18.1:www/py-requests@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}imagesize>=0.7.1:graphics/py-imagesize@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}typing>=3.6.1:devel/py-typing@${FLAVOR} \
${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>=0:www/py-html5lib@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${FLAVOR} \