svn commit: r419730 - head/security/py-crits

John Marino marino at FreeBSD.org
Sat Aug 6 03:48:53 UTC 2016


Author: marino
Date: Sat Aug  6 03:48:52 2016
New Revision: 419730
URL: https://svnweb.freebsd.org/changeset/ports/419730

Log:
  security/py-crits: Really fix pillow depends
  
  The previous commit message indicated PYTHON_PKGNAMEPREFIX was added
  to the pillow dependency specification, but the commit didn't actually
  contain that change, so add it now.
  
  PR:	211578

Modified:
  head/security/py-crits/Makefile

Modified: head/security/py-crits/Makefile
==============================================================================
--- head/security/py-crits/Makefile	Sat Aug  6 02:31:15 2016	(r419729)
+++ head/security/py-crits/Makefile	Sat Aug  6 03:48:52 2016	(r419730)
@@ -56,7 +56,7 @@ RUN_DEPENDS+=	7z:archivers/p7zip     \
 		${PYTHON_PKGNAMEPREFIX}kombu>=2.5.4:net/py-kombu               \
 		${PYTHON_PKGNAMEPREFIX}celery>=3.0.12:devel/py-celery          \
 		${PYTHON_PKGNAMEPREFIX}requests1>=1.1.0_9:www/py-requests1     \
-		${PKGNAMEPREFIX}pillow>=2.4.0:graphics/py-pillow               \
+		${PYTHON_PKGNAMEPREFIX}pillow>=2.4.0:graphics/py-pillow               \
 		${PYTHON_PKGNAMEPREFIX}pyparsing>=1.5.1:devel/py-pyparsing     \
 		${PYTHON_PKGNAMEPREFIX}ldap>=2.4.15:net/py-ldap                \
 		${PYTHON_PKGNAMEPREFIX}magic>0:devel/py-magic                  \


More information about the svn-ports-all mailing list