Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2016 14:37:12 +0000 (UTC)
From:      Kris Moore <kmoore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422502 - head/textproc/py-sphinx
Message-ID:  <201609201437.u8KEbCYB044605@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609201437.u8KEbCYB044605>