svn commit: r422502 - head/textproc/py-sphinx

Kris Moore kmoore at FreeBSD.org
Tue Sep 20 14:37:13 UTC 2016


Author: kmoore
Date: Tue Sep 20 14:37:12 2016
New Revision: 422502
URL: https://svnweb.freebsd.org/changeset/ports/422502

Log:
  - Add RUN_DEPEND on security/ca_root_nss
  - Bump PORTREV
  
  PR: 212049

Modified:
  head/textproc/py-sphinx/Makefile

Modified: head/textproc/py-sphinx/Makefile
==============================================================================
--- head/textproc/py-sphinx/Makefile	Tue Sep 20 14:11:10 2016	(r422501)
+++ head/textproc/py-sphinx/Makefile	Tue Sep 20 14:37:12 2016	(r422502)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sphinx
 PORTVERSION=	1.4.6
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -26,7 +27,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Babe
 		${PYTHON_PKGNAMEPREFIX}alabaster>=0.7:textproc/py-alabaster \
 		${PYTHON_PKGNAMEPREFIX}snowballstemmer>=1.1:textproc/py-snowballstemmer \
 		${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six \
-		${PYTHON_PKGNAMEPREFIX}imagesize>=0.7.1:graphics/py-imagesize
+		${PYTHON_PKGNAMEPREFIX}imagesize>=0.7.1:graphics/py-imagesize \
+		${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
 
 USES=		python
 USE_PYTHON=	autoplist distutils


More information about the svn-ports-all mailing list