From owner-svn-ports-head@FreeBSD.ORG Sat Oct 18 18:05:01 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C74BE9B7; Sat, 18 Oct 2014 18:05:01 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99733A62; Sat, 18 Oct 2014 18:05:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9II51Kq075603; Sat, 18 Oct 2014 18:05:01 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9II51jD075595; Sat, 18 Oct 2014 18:05:01 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201410181805.s9II51jD075595@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 18 Oct 2014 18:05:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371150 - 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2014 18:05:01 -0000 Author: rm Date: Sat Oct 18 18:05:00 2014 New Revision: 371150 URL: https://svnweb.freebsd.org/changeset/ports/371150 QAT: https://qat.redports.org/buildarchive/r371150/ Log: net/py-ldap2: update to 2.4.18 Modified: head/net/py-ldap2/Makefile head/net/py-ldap2/distinfo Modified: head/net/py-ldap2/Makefile ============================================================================== --- head/net/py-ldap2/Makefile Sat Oct 18 18:04:22 2014 (r371149) +++ head/net/py-ldap2/Makefile Sat Oct 18 18:05:00 2014 (r371150) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ldap2 -PORTVERSION= 2.4.15 -PORTREVISION= 1 +PORTVERSION= 2.4.18 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,20 +11,19 @@ MAINTAINER= rm@FreeBSD.org COMMENT= LDAP module for python, for OpenLDAP2 LICENSE= PSFL +LICENSE_FILE= ${WRKSRC}/LICENCE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1-modules>=0:${PORTSDIR}/devel/py-asn1-modules -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= autoplist distutils USE_OPENLDAP= yes WANT_OPENLDAP_VER= 24 -REPLACE_ARGS= -e 's,/opt/openldap-RE24/lib,${LOCALBASE}/lib,' \ - -e 's,/opt/openldap-RE24/include,${LOCALBASE}/include,' \ +REPLACE_ARGS= -e 's,/opt/openldap/lib64,${LOCALBASE}/lib,' \ + -e 's,/opt/openldap/include,${LOCALBASE}/include,' \ -e 's,/usr/include/sasl,${LOCALBASE}/include/sasl,' -OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options OPTIONS_DEFINE= SASL .include Modified: head/net/py-ldap2/distinfo ============================================================================== --- head/net/py-ldap2/distinfo Sat Oct 18 18:04:22 2014 (r371149) +++ head/net/py-ldap2/distinfo Sat Oct 18 18:05:00 2014 (r371150) @@ -1,2 +1,2 @@ -SHA256 (python-ldap-2.4.15.tar.gz) = 30bcac33ded943557fbafb1b6d9c345deab34d89d63dbcee9e6b59207db11670 -SIZE (python-ldap-2.4.15.tar.gz) = 111597 +SHA256 (python-ldap-2.4.18.tar.gz) = e375c5b9dea6022299a56435b5fef92c803d23659799df1f7d45c89a74b007fa +SIZE (python-ldap-2.4.18.tar.gz) = 137451