From owner-svn-ports-all@FreeBSD.ORG Sat Feb 15 10:30:37 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF042589; Sat, 15 Feb 2014 10:30:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB3F01A11; Sat, 15 Feb 2014 10:30:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1FAUb08050920; Sat, 15 Feb 2014 10:30:37 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1FAUbUY050919; Sat, 15 Feb 2014 10:30:37 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402151030.s1FAUbUY050919@svn.freebsd.org> From: Martin Wilke Date: Sat, 15 Feb 2014 10:30:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344361 - head/net/py-ldap2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Feb 2014 10:30:37 -0000 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 .if ${PORT_OPTIONS:MSASL}