svn commit: r390063 - in head: net/nsscache security/py-crits

Ruslan Makhmatkhanov rm at FreeBSD.org
Thu Jun 18 20:10:31 UTC 2015


Author: rm
Date: Thu Jun 18 20:10:29 2015
New Revision: 390063
URL: https://svnweb.freebsd.org/changeset/ports/390063

Log:
  Chase py-ldap2 rename in more ports that I missed.
  
  Do not bump PORTREVISION in security/py-crits because it marked BROKEN.

Modified:
  head/net/nsscache/Makefile
  head/security/py-crits/Makefile

Modified: head/net/nsscache/Makefile
==============================================================================
--- head/net/nsscache/Makefile	Thu Jun 18 20:03:03 2015	(r390062)
+++ head/net/nsscache/Makefile	Thu Jun 18 20:10:29 2015	(r390063)
@@ -3,6 +3,7 @@
 
 PORTNAME=	nsscache
 PORTVERSION=	0.30
+PORTREVISION=	1
 DISTVERSIONPREFIX=	version/
 CATEGORIES=	net python
 
@@ -13,7 +14,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl \
-		${PYTHON_PKGNAMEPREFIX}ldap2>0:${PORTSDIR}/net/py-ldap2
+		${PYTHON_PKGNAMEPREFIX}ldap>0:${PORTSDIR}/net/py-ldap
 
 USES=		python:2
 USE_PYTHON=	autoplist distutils

Modified: head/security/py-crits/Makefile
==============================================================================
--- head/security/py-crits/Makefile	Thu Jun 18 20:03:03 2015	(r390062)
+++ head/security/py-crits/Makefile	Thu Jun 18 20:10:29 2015	(r390063)
@@ -60,7 +60,7 @@ RUN_DEPENDS+=	7z:${PORTSDIR}/archivers/p
 		${PYTHON_PKGNAMEPREFIX}requests1>=1.1.0_9:${PORTSDIR}/www/py-requests1     \
 		${PKGNAMEPREFIX}pillow>=2.4.0:${PORTSDIR}/graphics/py-pillow               \
 		${PYTHON_PKGNAMEPREFIX}parsing>=1.5.1:${PORTSDIR}/devel/py-parsing         \
-		${PYTHON_PKGNAMEPREFIX}ldap2>=2.4.15:${PORTSDIR}/net/py-ldap2              \
+		${PYTHON_PKGNAMEPREFIX}ldap>=2.4.15:${PORTSDIR}/net/py-ldap                \
 		${PYTHON_PKGNAMEPREFIX}magic>0:${PORTSDIR}/devel/py-magic                  \
 		${PYTHON_PKGNAMEPREFIX}mimeparse>=0.1.4:${PORTSDIR}/devel/py-mimeparse     \
 		${PYTHON_PKGNAMEPREFIX}cybox>=2.1.0.5:${PORTSDIR}/security/py-cybox        \


More information about the svn-ports-all mailing list