svn commit: r390082 - in head/www: py-rhodecode radicale

Ruslan Makhmatkhanov rm at FreeBSD.org
Thu Jun 18 21:38:27 UTC 2015


Author: rm
Date: Thu Jun 18 21:38:26 2015
New Revision: 390082
URL: https://svnweb.freebsd.org/changeset/ports/390082

Log:
  Chase py-ldap2 rename
  
  This is the last ones. No PORTREVISION bump, because it's not default.

Modified:
  head/www/py-rhodecode/Makefile
  head/www/radicale/Makefile

Modified: head/www/py-rhodecode/Makefile
==============================================================================
--- head/www/py-rhodecode/Makefile	Thu Jun 18 21:25:03 2015	(r390081)
+++ head/www/py-rhodecode/Makefile	Thu Jun 18 21:38:26 2015	(r390082)
@@ -53,7 +53,7 @@ GIT_DESC=	GIT support
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MLDAP}
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}ldap>=2.4.6:${PORTSDIR}/net/py-ldap2
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}ldap>=2.4.6:${PORTSDIR}/net/py-ldap
 .endif
 
 .if ${PORT_OPTIONS:MGIT}

Modified: head/www/radicale/Makefile
==============================================================================
--- head/www/radicale/Makefile	Thu Jun 18 21:25:03 2015	(r390081)
+++ head/www/radicale/Makefile	Thu Jun 18 21:38:26 2015	(r390082)
@@ -38,7 +38,7 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}req
 .endif
 
 .if ${PORT_OPTIONS:MLDAP}
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}ldap2>=0:${PORTSDIR}/net/py-ldap2
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}ldap>=0:${PORTSDIR}/net/py-ldap
 .endif
 
 post-patch:


More information about the svn-ports-all mailing list