svn commit: r344361 - head/net/py-ldap2

Martin Wilke miwi at FreeBSD.org
Sat Feb 15 10:30:37 UTC 2014


Author: miwi
Date: Sat Feb 15 10:30:37 2014
New Revision: 344361
URL: http://svnweb.freebsd.org/changeset/ports/344361
QAT: https://qat.redports.org/buildarchive/r344361/

Log:
  - Convert to autoplist
  - Stage support
  - Bump PORTREV

Deleted:
  head/net/py-ldap2/pkg-plist
Modified:
  head/net/py-ldap2/Makefile

Modified: head/net/py-ldap2/Makefile
==============================================================================
--- head/net/py-ldap2/Makefile	Sat Feb 15 10:28:10 2014	(r344360)
+++ head/net/py-ldap2/Makefile	Sat Feb 15 10:30:37 2014	(r344361)
@@ -15,10 +15,9 @@ LICENSE=	PSFL
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asn1-modules>=0:${PORTSDIR}/devel/py-asn1-modules
 
 USE_PYTHON=	2
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 USE_OPENLDAP=	yes
-PYDISTUTILS_PKGNAME=	python-ldap
-PYEASYINSTALL_ARCHDEP=	yes
 WANT_OPENLDAP_VER=	24
 
 REPLACE_ARGS=	-e 's,/opt/openldap-RE24/lib,${LOCALBASE}/lib,' \
@@ -28,7 +27,6 @@ REPLACE_ARGS=	-e 's,/opt/openldap-RE24/l
 OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
 OPTIONS_DEFINE=	SASL
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSASL}


More information about the svn-ports-all mailing list