Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2014 10:30:37 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344361 - head/net/py-ldap2
Message-ID:  <201402151030.s1FAUbUY050919@svn.freebsd.org>

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



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