svn commit: r449226 - head/net/py-ldaptor

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 4 00:00:59 UTC 2017


Author: sunpoet
Date: Mon Sep  4 00:00:57 2017
New Revision: 449226
URL: https://svnweb.freebsd.org/changeset/ports/449226

Log:
  Change from USES=twisted to devel/py-twisted
  
  - Bump PORTREVISION for dependency change
  
  PR:		221658
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 14 days)

Modified:
  head/net/py-ldaptor/Makefile

Modified: head/net/py-ldaptor/Makefile
==============================================================================
--- head/net/py-ldaptor/Makefile	Mon Sep  4 00:00:52 2017	(r449225)
+++ head/net/py-ldaptor/Makefile	Mon Sep  4 00:00:57 2017	(r449226)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ldaptor
 PORTVERSION=	0.0.43
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net python
 MASTER_SITES=	http://ftp.fsn.hu/contrib/bra/ldaptor/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,12 +16,13 @@ LICENSE=	MIT LGPL21+
 LICENSE_COMB=	multi
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing \
-		${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl
+		${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl \
+		${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
 
 GITVERSION=	aad8ded658b36337a08aeb7402b6b67eb8771bea
 
 NO_ARCH=	yes
-USES=		gettext python:2.7 twisted
+USES=		gettext python:2.7
 USE_PYTHON=	distutils autoplist
 
 PYDISTUTILS_INSTALL_TARGET=	install_locale install


More information about the svn-ports-head mailing list