Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2015 21:38:26 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390082 - in head/www: py-rhodecode radicale
Message-ID:  <201506182138.t5ILcQd7059611@svn.freebsd.org>

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



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